Examples
Notebooks
In the folder notebooks several notebooks, using Pluto.jl, for the simulation of GC-systems are available.
To use these notebooks Julia, v1.6 or above, must be installed and Pluto must be added:
julia> ]
(v1.7) pkg> add PlutoTo run Pluto, use the following commands:
julia> using Pluto
julia> Pluto.run()Pluto will open your browser. In the field Open from file the URL of a notebook or the path to a locally downloaded notebook can be insert and the notebook will open and load the necessary packages.
Overview of notebooks
simulation_conventional_GC.jl- Simulation of a conventional GC-system (constant temperature, constant diameter and constant film thickness along the column) and outlet pressure as "vacuum" or "atmospheric", with option of flow or pressure control and temperature program notation in the typical form used in commercial GC software (temperature levels, holding times and heating ramps). Results can be exported.simulation_conventional_GC_TL.jl- Simulation of a conventional GC-system (constant temperature, constant diameter and constant film thickness along the column) with an attached transfer line (at a fixed temperature) and outlet pressure as "vacuum" or "atmospheric", with option of flow or pressure control and temperature program notation in the typical form used in commercial GC software (temperature levels, holding times and heating ramps). Results can be exported.simulation_conventional_GC_load_2dbs.jl- Simulation of a conventional GC-system (constant temperature, constant diameter and constant film thickness along the column) and loading of up to two different substance databases and simulation of the common substances with the same GC-system and comparing the result. Also, an option is given, to load measured retention times and compare these to the simulations. Same setting for programs as insimulation_conventional_GC.jlsimulation_example.jl- General example of simulation of a GC-system with optional thermal gradient (exponential/linear model of temperature change along the column) and constant diameter and constant film thickness along the column. Results can be exported.simulation_example_input_gradient_function.jl- Simulation of a GC-system with optional thermal gradient where the temperature change along the column is defined by a user-defined equation (cosine-function as example).
Simulation of measurements
Two measurements from [8] will be simulated and compared to the measured chromatograms. The n-alkanes from n-nonane (C9) to n-triacontane (C30) are separated in a conventional GC and a thermal gradient GC . The database with the thermodynamic parameters is Database_Leppert2020b.csv.
Conventional GC
The conventional GC program simulated here is Prog. D from [8], a temperature program with two heating ramps, constant inlet pressure and a flame ionization detector (FID, atmospheric outlet pressure).
The standard options are used, beside the option ng (non-gradient) is changed to true. Because the conventional GC does not use non-uniform temperature, diameter or film thickness, the model can be simplified and the calculation of the separation is faster.
opt = GasChromatographySimulator.Options(ng=true)GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)The column has a length of 11.18 m, a diameter of 0.104 mm and a film thickness of 0.104 µm. The stationary phase is labeled as FS5ms and the mobile phase gas is helium:
col = GasChromatographySimulator.Column(11.18, 0.104e-3, 0.104e-6, "FS5ms", "H2");GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2")The temperature program starts at 40°C, which is hold for 1 min. The column is heated up to 180°C in 28 min (5°C/min heating ramp), where the temperature is also hold for 1min. Than the column is heated to 300°C in 6 min (20°C/min heating ramp), where the temperature again is kept for 1 min. The inlet pressure is at constant 411564 Pa (absolute) and the outlet pressure is at constant 101300 Pa (absolute) during the program.
prog_D = GasChromatographySimulator.Program([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], 411564.0*ones(6), 101300.0.*ones(6), col.L);GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0)We want to use all solutes for the stationary phase FS5ms, which are in the database Database_Leppert2020b.csv. We load the database into a dataframe:
db_dataframe = DataFrame(CSV.File("../../data/Leppert2020b/Database_Leppert2020b.csv", header=1, silencewarnings=true));| Row | Name | CAS | Phase | Tchar | thetachar | DeltaCp | phi0 | Source | Cat_1 | Cat_2 | Cat_3 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| String3 | String15 | String7 | Float64 | Float64 | Float64 | Float64 | String15 | String7 | String7 | String7 | |
| 1 | C9 | 111-84-2 | FS5ms | 98.04 | 30.17 | 89.34 | 0.001 | Leppert2020b | alkane | alkanes | missing |
| 2 | C10 | 124-18-5 | FS5ms | 118.09 | 32.24 | 112.49 | 0.001 | Leppert2020b | alkane | Grob | alkanes |
| 3 | C11 | 1120-21-4 | FS5ms | 137.07 | 33.71 | 116.04 | 0.001 | Leppert2020b | alkane | Grob | alkanes |
| 4 | C12 | 112-40-3 | FS5ms | 154.78 | 34.92 | 121.44 | 0.001 | Leppert2020b | alkane | alkanes | missing |
| 5 | C13 | 629-50-5 | FS5ms | 171.32 | 35.93 | 125.62 | 0.001 | Leppert2020b | alkane | alkanes | missing |
| 6 | C14 | 629-59-4 | FS5ms | 186.83 | 36.76 | 126.76 | 0.001 | Leppert2020b | alkane | alkanes | missing |
| 7 | C15 | 629-62-9 | FS5ms | 201.25 | 37.39 | 129.62 | 0.001 | Leppert2020b | alkane | alkanes | missing |
| 8 | C16 | 544-76-3 | FS5ms | 215.1 | 38.46 | 142.18 | 0.001 | Leppert2020b | alkane | alkanes | missing |
| 9 | C17 | 629-78-7 | FS5ms | 227.91 | 38.95 | 145.36 | 0.001 | Leppert2020b | alkane | alkanes | missing |
| 10 | C18 | 593-45-3 | FS5ms | 240.1 | 39.58 | 153.29 | 0.001 | Leppert2020b | alkane | alkanes | missing |
| 11 | C19 | 629-92-5 | FS5ms | 251.8 | 40.21 | 159.47 | 0.001 | Leppert2020b | alkane | alkanes | missing |
| 12 | C20 | 112-95-8 | FS5ms | 262.81 | 40.67 | 164.99 | 0.001 | Leppert2020b | alkane | alkanes | missing |
| 13 | C21 | 629-94-7 | FS5ms | 273.39 | 41.43 | 179.47 | 0.001 | Leppert2020b | alkane | alkanes | missing |
| 14 | C22 | 629-97-0 | FS5ms | 283.55 | 41.89 | 183.35 | 0.001 | Leppert2020b | alkane | alkanes | missing |
| 15 | C23 | 638-67-5 | FS5ms | 293.11 | 42.25 | 188.99 | 0.001 | Leppert2020b | alkane | alkanes | missing |
| 16 | C24 | 646-31-1 | FS5ms | 302.05 | 42.21 | 188.53 | 0.001 | Leppert2020b | alkane | alkanes | missing |
| 17 | C25 | 629-99-2 | FS5ms | 310.67 | 42.26 | 189.51 | 0.001 | Leppert2020b | alkane | alkanes | missing |
| 18 | C26 | 630-1-3 | FS5ms | 320.42 | 44.16 | 216.77 | 0.001 | Leppert2020b | alkane | missing | missing |
| 19 | C27 | 593-49-7 | FS5ms | 326.62 | 41.9 | 184.17 | 0.001 | Leppert2020b | alkane | alkanes | missing |
| 20 | C28 | 630-2-4 | FS5ms | 334.19 | 41.82 | 183.91 | 0.001 | Leppert2020b | alkane | missing | missing |
| 21 | C29 | 630-3-5 | FS5ms | 341.4 | 41.67 | 183.07 | 0.001 | Leppert2020b | alkane | missing | missing |
| 22 | C30 | 638-68-6 | FS5ms | 348.39 | 41.57 | 183.28 | 0.001 | Leppert2020b | alkane | alkanes | missing |
and extract all the names of the substances with:
solutes = GasChromatographySimulator.all_solutes(col.sp, db_dataframe);22-element Vector{InlineStrings.String3}:
"C9"
"C10"
"C11"
"C12"
"C13"
"C14"
"C15"
"C16"
"C17"
"C18"
⋮
"C22"
"C23"
"C24"
"C25"
"C26"
"C27"
"C28"
"C29"
"C30"The injection is assumed to be ideal with initial peak widths τ₀ of 0 seconds and occuring at the beginning of the temperature program (t₀ of 0 seconds). The data for all solutes is finally loaded with:
t₀ = zeros(length(solutes))
τ₀ = zeros(length(solutes))
sub = GasChromatographySimulator.load_solute_database(db_dataframe, col.sp, col.gas, solutes, t₀, τ₀)19-element Vector{GasChromatographySimulator.Substance}:
GasChromatographySimulator.Substance("C9", "111-84-2", 371.19, 30.17, 89.34, 0.001, "Leppert2020b, alkane, alkanes", 0.0001253206335721764, 0.0, 0.0)
GasChromatographySimulator.Substance("C10", "124-18-5", 391.24, 32.24, 112.49, 0.001, "Leppert2020b, alkane, Grob, alkanes", 0.00011884991852543487, 0.0, 0.0)
GasChromatographySimulator.Substance("C11", "1120-21-4", 410.21999999999997, 33.71, 116.04, 0.001, "Leppert2020b, alkane, Grob, alkanes", 0.00011323854999018596, 0.0, 0.0)
GasChromatographySimulator.Substance("C12", "112-40-3", 427.92999999999995, 34.92, 121.44, 0.001, "Leppert2020b, alkane, alkanes", 0.00010831148421185742, 0.0, 0.0)
GasChromatographySimulator.Substance("C13", "629-50-5", 444.46999999999997, 35.93, 125.62, 0.001, "Leppert2020b, alkane, alkanes", 0.00010393999972322901, 0.0, 0.0)
GasChromatographySimulator.Substance("C14", "629-59-4", 459.98, 36.76, 126.76, 0.001, "Leppert2020b, alkane, alkanes", 0.00010002700149772162, 0.0, 0.0)
GasChromatographySimulator.Substance("C15", "629-62-9", 474.4, 37.39, 129.62, 0.001, "Leppert2020b, alkane, alkanes", 9.64976601701651e-5, 0.0, 0.0)
GasChromatographySimulator.Substance("C16", "544-76-3", 488.25, 38.46, 142.18, 0.001, "Leppert2020b, alkane, alkanes", 9.329323536538124e-5, 0.0, 0.0)
GasChromatographySimulator.Substance("C17", "629-78-7", 501.05999999999995, 38.95, 145.36, 0.001, "Leppert2020b, alkane, alkanes", 9.036687565381776e-5, 0.0, 0.0)
GasChromatographySimulator.Substance("C18", "593-45-3", 513.25, 39.58, 153.29, 0.001, "Leppert2020b, alkane, alkanes", 8.768068754143736e-5, 0.0, 0.0)
GasChromatographySimulator.Substance("C19", "629-92-5", 524.95, 40.21, 159.47, 0.001, "Leppert2020b, alkane, alkanes", 8.520364327614916e-5, 0.0, 0.0)
GasChromatographySimulator.Substance("C20", "112-95-8", 535.96, 40.67, 164.99, 0.001, "Leppert2020b, alkane, alkanes", 8.291005739811999e-5, 0.0, 0.0)
GasChromatographySimulator.Substance("C21", "629-94-7", 546.54, 41.43, 179.47, 0.001, "Leppert2020b, alkane, alkanes", 8.077845767414391e-5, 0.0, 0.0)
GasChromatographySimulator.Substance("C22", "629-97-0", 556.7, 41.89, 183.35, 0.001, "Leppert2020b, alkane, alkanes", 7.879073502414208e-5, 0.0, 0.0)
GasChromatographySimulator.Substance("C23", "638-67-5", 566.26, 42.25, 188.99, 0.001, "Leppert2020b, alkane, alkanes", 7.693149436827684e-5, 0.0, 0.0)
GasChromatographySimulator.Substance("C24", "646-31-1", 575.2, 42.21, 188.53, 0.001, "Leppert2020b, alkane, alkanes", 7.518755251713027e-5, 0.0, 0.0)
GasChromatographySimulator.Substance("C25", "629-99-2", 583.8199999999999, 42.26, 189.51, 0.001, "Leppert2020b, alkane, alkanes", 7.354754525382887e-5, 0.0, 0.0)
GasChromatographySimulator.Substance("C27", "593-49-7", 599.77, 41.9, 184.17, 0.001, "Leppert2020b, alkane, alkanes", 7.054117055654164e-5, 0.0, 0.0)
GasChromatographySimulator.Substance("C30", "638-68-6", 621.54, 41.57, 183.28, 0.001, "Leppert2020b, alkane, alkanes", 6.660172475097402e-5, 0.0, 0.0)The parameters are combined:
par = GasChromatographySimulator.Parameters(col, prog_D, sub, opt);GasChromatographySimulator.Parameters(GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance[GasChromatographySimulator.Substance("C9", "111-84-2", 371.19, 30.17, 89.34, 0.001, "Leppert2020b, alkane, alkanes", 0.0001253206335721764, 0.0, 0.0), GasChromatographySimulator.Substance("C10", "124-18-5", 391.24, 32.24, 112.49, 0.001, "Leppert2020b, alkane, Grob, alkanes", 0.00011884991852543487, 0.0, 0.0), GasChromatographySimulator.Substance("C11", "1120-21-4", 410.21999999999997, 33.71, 116.04, 0.001, "Leppert2020b, alkane, Grob, alkanes", 0.00011323854999018596, 0.0, 0.0), GasChromatographySimulator.Substance("C12", "112-40-3", 427.92999999999995, 34.92, 121.44, 0.001, "Leppert2020b, alkane, alkanes", 0.00010831148421185742, 0.0, 0.0), GasChromatographySimulator.Substance("C13", "629-50-5", 444.46999999999997, 35.93, 125.62, 0.001, "Leppert2020b, alkane, alkanes", 0.00010393999972322901, 0.0, 0.0), GasChromatographySimulator.Substance("C14", "629-59-4", 459.98, 36.76, 126.76, 0.001, "Leppert2020b, alkane, alkanes", 0.00010002700149772162, 0.0, 0.0), GasChromatographySimulator.Substance("C15", "629-62-9", 474.4, 37.39, 129.62, 0.001, "Leppert2020b, alkane, alkanes", 9.64976601701651e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C16", "544-76-3", 488.25, 38.46, 142.18, 0.001, "Leppert2020b, alkane, alkanes", 9.329323536538124e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C17", "629-78-7", 501.05999999999995, 38.95, 145.36, 0.001, "Leppert2020b, alkane, alkanes", 9.036687565381776e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C18", "593-45-3", 513.25, 39.58, 153.29, 0.001, "Leppert2020b, alkane, alkanes", 8.768068754143736e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C19", "629-92-5", 524.95, 40.21, 159.47, 0.001, "Leppert2020b, alkane, alkanes", 8.520364327614916e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C20", "112-95-8", 535.96, 40.67, 164.99, 0.001, "Leppert2020b, alkane, alkanes", 8.291005739811999e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C21", "629-94-7", 546.54, 41.43, 179.47, 0.001, "Leppert2020b, alkane, alkanes", 8.077845767414391e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C22", "629-97-0", 556.7, 41.89, 183.35, 0.001, "Leppert2020b, alkane, alkanes", 7.879073502414208e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C23", "638-67-5", 566.26, 42.25, 188.99, 0.001, "Leppert2020b, alkane, alkanes", 7.693149436827684e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C24", "646-31-1", 575.2, 42.21, 188.53, 0.001, "Leppert2020b, alkane, alkanes", 7.518755251713027e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C25", "629-99-2", 583.8199999999999, 42.26, 189.51, 0.001, "Leppert2020b, alkane, alkanes", 7.354754525382887e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C27", "593-49-7", 599.77, 41.9, 184.17, 0.001, "Leppert2020b, alkane, alkanes", 7.054117055654164e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C30", "638-68-6", 621.54, 41.57, 183.28, 0.001, "Leppert2020b, alkane, alkanes", 6.660172475097402e-5, 0.0, 0.0)], GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12))The temperature program and the pressure/flow program can be plotted:
p_flow = GasChromatographySimulator.plot_flow(par)
p_press = GasChromatographySimulator.plot_pressure(par)
p_temp = GasChromatographySimulator.plot_temperature(par)
l = @layout([a{0.65w} [b; c]])
p_TpF = plot(p_temp, p_press, p_flow, layout=l)
The temperatures at the column inlet and outlet are identical, the temperature along the colum is uniform. With the temperature program and the constant pressures, the flow decreases during the temperature program.
Finally, the simulation is executed:
peaklist, sol = GasChromatographySimulator.simulate(par);(19×11 DataFrame
Row │ No Name tR τR TR σR uR kR ⋯
│ Int64? String Float64 Float64 Float64 Float64 Float64 Flo ⋯
─────┼──────────────────────────────────────────────────────────────────────────
1 │ missing C9 140.736 0.389365 46.728 0.108043 0.277485 8. ⋯
2 │ missing C10 260.067 0.572035 56.6723 0.111085 0.194193 11.
3 │ missing C11 412.8 0.694334 69.4 0.111529 0.160628 14.
4 │ missing C12 580.176 0.756106 83.348 0.110697 0.146405 15.
5 │ missing C13 747.111 0.786098 97.2593 0.1094 0.139168 15. ⋯
6 │ missing C14 907.119 0.804631 110.593 0.108069 0.134309 15.
7 │ missing C15 1061.4 0.815528 123.45 0.106795 0.130952 15.
8 │ missing C16 1208.71 0.820451 135.726 0.105629 0.128745 15.
⋮ │ ⋮ ⋮ ⋮ ⋮ ⋮ ⋮ ⋮ ⋱
13 │ missing C21 1849.8 0.644716 196.599 0.102731 0.159343 11. ⋯
14 │ missing C22 1915.21 0.428977 218.405 0.101667 0.236998 6.
15 │ missing C23 1961.05 0.358729 233.682 0.100826 0.281064 5.
16 │ missing C24 1998.01 0.324749 246.002 0.0994335 0.306186 4.
17 │ missing C25 2029.76 0.305047 256.588 0.0978042 0.32062 4. ⋯
18 │ missing C27 2084.51 0.291112 274.838 0.0969698 0.333102 4.
19 │ missing C30 2154.34 0.285686 298.112 0.0961542 0.336573 4.
4 columns and 4 rows omitted, Any[SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [0.0019745074463568824, 4.7234558495803895e-6], [0.021719125645382444, 5.195583140731696e-5], [0.21911967408608163, 0.0005240612931779568], [2.1885546833476504, 0.005223286530211924], [16.194217778868616, 0.038056727381830455], [47.405695587499196, 0.10724279451009826], [57.80404832541345, 0.12894449073346168], [59.962445415260085, 0.13335703622161135], [60.850575532240924, 0.13431971445984373], [61.233544912009016, 0.13469429698101534], [65.00444359915613, 0.13820539800319437], [74.35116617835061, 0.14558136250641276], [86.29393921942575, 0.15246190536650484], [99.75978106850997, 0.15710970960081136], [114.50801468563853, 0.15869777593940151], [129.04601743142106, 0.15665670389241473], [140.48518839859463, 0.15176841109892455], [140.73550490371096, 0.15160473875643016]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.11109999999999996, 0.8349849907189201, 2.541874627159661, 3.1455701087661643, 3.2734840163835144, 3.3264776407435916, 3.349435682787362, 3.579016103225064, 4.177527739163219, 5.012166343675181, 6.070397238317557, 7.427825774489995, 9.11156488984434, 11.11214399520834, 11.18], [[[0.0, 0.0]], [[19.745115941524645, 0.04723475694471891], [19.745102115553884, 0.047234690795080525], [19.745095202564936, 0.047234657720261655], [19.745074463583382, 0.04723455849580407], [19.745074463583382, 0.04723455849580407], [19.74506261272693, 0.04723450179611366], [19.74504335507013, 0.0472344096591173], [19.745032985554843, 0.047234360046888496]], [[19.745032985554843, 0.047234360046888496], [19.74489472483068, 0.04723369855050451], [19.744825594105528, 0.04723336780231249], [19.74461820047784, 0.047232375557736475], [19.74461820047784, 0.047232375557736475], [19.74449968885537, 0.047231808560835885], [19.744307105951773, 0.04723088719087282], [19.744203406687117, 0.04723039106858477]], [[19.744203406687117, 0.04723039106858477], [19.742820697777837, 0.04722377610474431], [19.74212930700712, 0.04722046862282398], [19.740054989400356, 0.04721054617706406], [19.740054989400356, 0.04721054617706405], [19.73886956718242, 0.0472048762080582], [19.73694310422685, 0.04719566250842373], [19.735905700131045, 0.047190701285543375]], [[19.735905700131045, 0.047190701285543375], [19.722068431181143, 0.04712455164714235], [19.715146154772828, 0.04709147682794167], [19.694364727089848, 0.04699225237033972], [19.69436472708984, 0.046992252370339695], [19.682479774168378, 0.046935552680281434], [19.663151404416862, 0.04684341568393676], [19.652735947007837, 0.04679380345513576]], [[19.652735947007837, 0.04679380345513576], [19.55192282607215, 0.04631495615133354], [19.501320832026167, 0.04607553249943281], [19.348720841038094, 0.0453572615437299], [19.348720841038087, 0.04535726154372988], [19.260978032036572, 0.04494682099761392], [19.117537084327246, 0.044279855110175466], [19.03985205210454, 0.043920719632324016]], [[19.03985205210454, 0.043920719632324016], [18.793523064981343, 0.04279161830990894], [18.669139795608256, 0.042227067648701405], [18.29091564820904, 0.040533415665078815], [18.29091564820904, 0.040533415665078815], [18.071233750739342, 0.03956561453158017], [17.7084391481237, 0.037992937689644915], [17.509974995235346, 0.0371461116978336]], [[17.509974995235346, 0.0371461116978336], [17.41559943699634, 0.0367467693197058], [17.36821935196518, 0.036547098130641956], [17.225297169633624, 0.03594808456345027], [17.225297169633624, 0.03594808456345027], [17.143092380531915, 0.03560579109648362], [17.008662242178367, 0.035049564212662775], [16.935834813513306, 0.034750057429066936]], [[16.935834813513306, 0.034750057429066936], [16.91520330704226, 0.034665442841713065], [16.904878111437405, 0.03462313554803613], [16.873864616456473, 0.03449621366700533], [16.873864616456473, 0.03449621366700533], [16.85611699985369, 0.034423686877844854], [16.827237200218605, 0.03430583084545911], [16.811665989972383, 0.034242369904943726]], [[16.811665989972383, 0.034242369904943726], [16.795837557561164, 0.01677888979403646], [16.786714942440543, 0.01675351145953154], [16.75937009070615, 0.016617663137844563], [16.759361737376842, 0.016737641698130034], [16.743766933021742, 0.01655093423317187], [16.718444909615602, 0.01648238517441698], [16.704830639455906, 0.016412404738346074]], [[16.704830639455906, 0.016412404738346074], [16.696970918000066, 0.016380163828876446], [16.693044115116205, 0.016364080446767734], [16.681267179299702, 0.016315879240461552], [16.6812671857911, 0.01631587940798628], [16.67454180118038, 0.016288390857165977], [16.663619720011855, 0.01624380758715534], [16.657742007917307, 0.016219844854995443]], [[16.657742007917307, 0.016219844854995443], [16.57950345325853, 0.01590216494092454], [16.54068556249053, 0.015746944846907803], [16.424562792098246, 0.015285855210730982], [16.42456916019306, 0.015286018782482584], [16.358620748853124, 0.015027584886450136], [16.252096509436438, 0.014615781454333145], [16.195055495640155, 0.014397967499833794]], [[16.195055495640155, 0.014397967499833794], [15.997881372369884, 0.01365545203707235], [15.901177579723402, 0.01330552861195389], [15.612977983489799, 0.012280994622992925], [15.613078670154975, 0.01228342392477292], [15.450756720609004, 0.011724709268619446], [15.190810181047112, 0.010863330641484273], [15.052629710936415, 0.010419714655108419]], [[15.052629710936415, 0.010419714655108419], [14.79793983872663, 0.00962255635191946], [14.673620675052142, 0.00925406539409667], [14.30340398172931, 0.008184305798704009], [14.30361568362779, 0.008188622372108358], [14.095604016281111, 0.0076135737975109655], [13.763393613345674, 0.006744286912219552], [13.587120658396994, 0.006303124449359316]], [[13.587120658396994, 0.006303124449359316], [13.291804088138015, 0.0055897011866883565], [13.147881850877853, 0.005264721731819747], [12.718741871989028, 0.004329201097530062], [12.719051401353832, 0.004334162305369569], [12.477710391872506, 0.003837581573238647], [12.091925355090881, 0.0030995094624011402], [11.886894972391774, 0.002729820502143449]], [[11.886894972391774, 0.002729820502143449], [11.538586157983538, 0.0021322755354804424], [11.368698009302923, 0.0018649997641725195], [10.85986334157048, 0.0011061230960404938], [10.860302980908328, 0.0011111872964083037], [10.572593253379512, 0.0007161237008657152], [10.109943969934195, 0.0001435095261315307], [9.862321908518526, -0.0001371398887918939]], [[9.862321908518526, -0.0001371398887918939], [9.452299893453551, -0.000566719267834576], [9.250571147540853, -0.0007547888371354072], [8.638315677174786, -0.0012730206313508203], [8.638846122180578, -0.0012694455914351102], [8.28625527460347, -0.0015278149416650625], [7.707022001909615, -0.0018822631094775888], [7.38951017662296, -0.0020446783921965047]], [[7.38951017662296, -0.0020446783921965047], [6.872965052996178, -0.002263462294670375], [6.611047261624376, -0.0023503696975950743], [5.780118045924209, -0.002539180765959005], [5.780746867753759, -0.0025384338516442214], [5.26872079641903, -0.002587103467638894], [4.345437527122609, -0.0025442484301804965], [3.772907250190737, -0.002433937532671877]], [[3.772907250190737, -0.002433937532671877], [3.7451994504565995, -0.002426948905293309], [3.731279301251635, -0.002423382440953272], [3.6892286693708596, -0.002412369462323459], [3.6892286805108405, -0.0024123694899648006], [3.665004147653412, -0.0024058648928768278], [3.625326706979611, -0.002394957698358521], [3.6037976813749593, -0.0023889076370050564]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C9", "111-84-2", 371.19, 30.17, 89.34, 0.001, "Leppert2020b, alkane, alkanes", 0.0001253206335721764, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [0.0019745074463568824, 4.7234558495803895e-6], [0.021719125645382444, 5.195583140731696e-5], [0.21911967408608163, 0.0005240612931779568], [2.1885546833476504, 0.005223286530211924], [16.194217778868616, 0.038056727381830455], [47.405695587499196, 0.10724279451009826], [57.80404832541345, 0.12894449073346168], [59.962445415260085, 0.13335703622161135], [60.850575532240924, 0.13431971445984373], [61.233544912009016, 0.13469429698101534], [65.00444359915613, 0.13820539800319437], [74.35116617835061, 0.14558136250641276], [86.29393921942575, 0.15246190536650484], [99.75978106850997, 0.15710970960081136], [114.50801468563853, 0.15869777593940151], [129.04601743142106, 0.15665670389241473], [140.48518839859463, 0.15176841109892455], [140.73550490371096, 0.15160473875643016]], [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.11109999999999996, 0.8349849907189201, 2.541874627159661, 3.1455701087661643, 3.2734840163835144, 3.3264776407435916, 3.349435682787362, 3.579016103225064, 4.177527739163219, 5.012166343675181, 6.070397238317557, 7.427825774489995, 9.11156488984434, 11.11214399520834, 11.18], [[[0.0, 0.0]], [[19.745115941524645, 0.04723475694471891], [19.745102115553884, 0.047234690795080525], [19.745095202564936, 0.047234657720261655], [19.745074463583382, 0.04723455849580407], [19.745074463583382, 0.04723455849580407], [19.74506261272693, 0.04723450179611366], [19.74504335507013, 0.0472344096591173], [19.745032985554843, 0.047234360046888496]], [[19.745032985554843, 0.047234360046888496], [19.74489472483068, 0.04723369855050451], [19.744825594105528, 0.04723336780231249], [19.74461820047784, 0.047232375557736475], [19.74461820047784, 0.047232375557736475], [19.74449968885537, 0.047231808560835885], [19.744307105951773, 0.04723088719087282], [19.744203406687117, 0.04723039106858477]], [[19.744203406687117, 0.04723039106858477], [19.742820697777837, 0.04722377610474431], [19.74212930700712, 0.04722046862282398], [19.740054989400356, 0.04721054617706406], [19.740054989400356, 0.04721054617706405], [19.73886956718242, 0.0472048762080582], [19.73694310422685, 0.04719566250842373], [19.735905700131045, 0.047190701285543375]], [[19.735905700131045, 0.047190701285543375], [19.722068431181143, 0.04712455164714235], [19.715146154772828, 0.04709147682794167], [19.694364727089848, 0.04699225237033972], [19.69436472708984, 0.046992252370339695], [19.682479774168378, 0.046935552680281434], [19.663151404416862, 0.04684341568393676], [19.652735947007837, 0.04679380345513576]], [[19.652735947007837, 0.04679380345513576], [19.55192282607215, 0.04631495615133354], [19.501320832026167, 0.04607553249943281], [19.348720841038094, 0.0453572615437299], [19.348720841038087, 0.04535726154372988], [19.260978032036572, 0.04494682099761392], [19.117537084327246, 0.044279855110175466], [19.03985205210454, 0.043920719632324016]], [[19.03985205210454, 0.043920719632324016], [18.793523064981343, 0.04279161830990894], [18.669139795608256, 0.042227067648701405], [18.29091564820904, 0.040533415665078815], [18.29091564820904, 0.040533415665078815], [18.071233750739342, 0.03956561453158017], [17.7084391481237, 0.037992937689644915], [17.509974995235346, 0.0371461116978336]], [[17.509974995235346, 0.0371461116978336], [17.41559943699634, 0.0367467693197058], [17.36821935196518, 0.036547098130641956], [17.225297169633624, 0.03594808456345027], [17.225297169633624, 0.03594808456345027], [17.143092380531915, 0.03560579109648362], [17.008662242178367, 0.035049564212662775], [16.935834813513306, 0.034750057429066936]], [[16.935834813513306, 0.034750057429066936], [16.91520330704226, 0.034665442841713065], [16.904878111437405, 0.03462313554803613], [16.873864616456473, 0.03449621366700533], [16.873864616456473, 0.03449621366700533], [16.85611699985369, 0.034423686877844854], [16.827237200218605, 0.03430583084545911], [16.811665989972383, 0.034242369904943726]], [[16.811665989972383, 0.034242369904943726], [16.795837557561164, 0.01677888979403646], [16.786714942440543, 0.01675351145953154], [16.75937009070615, 0.016617663137844563], [16.759361737376842, 0.016737641698130034], [16.743766933021742, 0.01655093423317187], [16.718444909615602, 0.01648238517441698], [16.704830639455906, 0.016412404738346074]], [[16.704830639455906, 0.016412404738346074], [16.696970918000066, 0.016380163828876446], [16.693044115116205, 0.016364080446767734], [16.681267179299702, 0.016315879240461552], [16.6812671857911, 0.01631587940798628], [16.67454180118038, 0.016288390857165977], [16.663619720011855, 0.01624380758715534], [16.657742007917307, 0.016219844854995443]], [[16.657742007917307, 0.016219844854995443], [16.57950345325853, 0.01590216494092454], [16.54068556249053, 0.015746944846907803], [16.424562792098246, 0.015285855210730982], [16.42456916019306, 0.015286018782482584], [16.358620748853124, 0.015027584886450136], [16.252096509436438, 0.014615781454333145], [16.195055495640155, 0.014397967499833794]], [[16.195055495640155, 0.014397967499833794], [15.997881372369884, 0.01365545203707235], [15.901177579723402, 0.01330552861195389], [15.612977983489799, 0.012280994622992925], [15.613078670154975, 0.01228342392477292], [15.450756720609004, 0.011724709268619446], [15.190810181047112, 0.010863330641484273], [15.052629710936415, 0.010419714655108419]], [[15.052629710936415, 0.010419714655108419], [14.79793983872663, 0.00962255635191946], [14.673620675052142, 0.00925406539409667], [14.30340398172931, 0.008184305798704009], [14.30361568362779, 0.008188622372108358], [14.095604016281111, 0.0076135737975109655], [13.763393613345674, 0.006744286912219552], [13.587120658396994, 0.006303124449359316]], [[13.587120658396994, 0.006303124449359316], [13.291804088138015, 0.0055897011866883565], [13.147881850877853, 0.005264721731819747], [12.718741871989028, 0.004329201097530062], [12.719051401353832, 0.004334162305369569], [12.477710391872506, 0.003837581573238647], [12.091925355090881, 0.0030995094624011402], [11.886894972391774, 0.002729820502143449]], [[11.886894972391774, 0.002729820502143449], [11.538586157983538, 0.0021322755354804424], [11.368698009302923, 0.0018649997641725195], [10.85986334157048, 0.0011061230960404938], [10.860302980908328, 0.0011111872964083037], [10.572593253379512, 0.0007161237008657152], [10.109943969934195, 0.0001435095261315307], [9.862321908518526, -0.0001371398887918939]], [[9.862321908518526, -0.0001371398887918939], [9.452299893453551, -0.000566719267834576], [9.250571147540853, -0.0007547888371354072], [8.638315677174786, -0.0012730206313508203], [8.638846122180578, -0.0012694455914351102], [8.28625527460347, -0.0015278149416650625], [7.707022001909615, -0.0018822631094775888], [7.38951017662296, -0.0020446783921965047]], [[7.38951017662296, -0.0020446783921965047], [6.872965052996178, -0.002263462294670375], [6.611047261624376, -0.0023503696975950743], [5.780118045924209, -0.002539180765959005], [5.780746867753759, -0.0025384338516442214], [5.26872079641903, -0.002587103467638894], [4.345437527122609, -0.0025442484301804965], [3.772907250190737, -0.002433937532671877]], [[3.772907250190737, -0.002433937532671877], [3.7451994504565995, -0.002426948905293309], [3.731279301251635, -0.002423382440953272], [3.6892286693708596, -0.002412369462323459], [3.6892286805108405, -0.0024123694899648006], [3.665004147653412, -0.0024058648928768278], [3.625326706979611, -0.002394957698358521], [3.6037976813749593, -0.0023889076370050564]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([140.73550490371096, 0.15160473875643016], [140.48518839859463, 0.15176841109892455], [3.772907250190737, -0.002433937532671877], [3.7451994504565995, -0.002426948905293309], [3.731279301251635, -0.002423382440953272], [3.6892286693708596, -0.002412369462323459], [3.6892286805108405, -0.0024123694899648006], [3.665004147653412, -0.0024058648928768278], [3.625326706979611, -0.002394957698358521], [3.6037976813749593, -0.0023889076370050564], [8.703481395865448e-9, -9.087029634304437e-12], [140.70484605361966, 0.15162502726823027], [6.184238696150792e-8, -5.9482386240308336e-8], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 255
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 18
Number of rejected steps: 18, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [0.004822669065209952, 3.087876177685592e-5], [0.05304824530626859, 0.0003396521089717704], [0.535192549282912, 0.0034259585235565933], [5.34547235482715, 0.03414631693297235], [39.54141241372222, 0.24871242625193676], [54.9414428371616, 0.34307712507497223], [59.04268779050093, 0.36796228591367053], [60.122582256358626, 0.37449735814202056], [70.59431013333138, 0.39875029162611697], [83.31354096508814, 0.4207739970108184], [98.52258152048765, 0.4381113231268197], [115.85341588715168, 0.4481514397231827], [135.19961279446267, 0.4497337533766557], [156.21510313605512, 0.4426454302336088], [178.64110302788632, 0.42749772913305606], [201.97173126255097, 0.4055020026523152], [225.43338165050096, 0.3782578421365638], [247.30930403827728, 0.34819911642017964], [260.06723655405875, 0.32722433280414565]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.11109999999999996, 0.8347177402027082, 1.16839532552501, 1.2581333610542251, 1.2818251163532415, 1.5187426693434056, 1.8260865780252582, 2.224307194767151, 2.72345009777049, 3.345767731265788, 4.113424130277604, 5.0618766750576425, 6.234035871945446, 7.691391969078953, 9.511938287303153, 11.18], [[[0.0, 0.0]], [[48.226791960633314, 0.3087889150934343], [48.22675819115749, 0.3087884826518089], [48.226741306410695, 0.30878826643099594], [48.22669065213519, 0.3087876177685619], [48.22669065213519, 0.3087876177685619], [48.22666170681052, 0.3087872471043072], [48.226614670621515, 0.30878664477490203], [48.226589343423605, 0.30878632044368093]], [[48.226589343423605, 0.30878632044368093], [48.226251646182405, 0.30878199602742545], [48.22608279667502, 0.30877983381929763], [48.22557624460584, 0.30877334719491456], [48.22557624460584, 0.30877334719491456], [48.225286783891804, 0.30876964055241135], [48.22481640652551, 0.3087636172583394], [48.224563124504925, 0.30876037394614775]], [[48.224563124504925, 0.30876037394614775], [48.221185903773126, 0.3087171297835905], [48.219497204706656, 0.30869550770231496], [48.214430752629085, 0.30863064145848207], [48.214430752629085, 0.30863064145848207], [48.21153539810891, 0.3085935750334325], [48.20683007612205, 0.3085333420927344], [48.204296250964525, 0.30850090897081395]], [[48.204296250964525, 0.30850090897081395], [48.170499179682395, 0.3080684673452634], [48.15359174873966, 0.307852246532487], [48.102833799660836, 0.30720358409415577], [48.102833799660985, 0.3072035840941577], [48.07380519564049, 0.30683291984368405], [48.02659629245133, 0.3062305904366658], [48.00115688256739, 0.3059062592174995]], [[48.00115688256739, 0.3059062592174995], [47.75501531316324, 0.3027770348989785], [47.631467543088156, 0.30121242273971804], [47.258886344810044, 0.29651858626193667], [47.258886344810044, 0.29651858626193667], [47.04465799768703, 0.29383639398891875], [46.69444073888018, 0.2894778315452645], [46.504769809542125, 0.28713091330637386]], [[46.504769809542125, 0.28713091330637386], [46.38776903460871, 0.28568795253230084], [46.32915784355521, 0.28496647214526427], [46.15287767786108, 0.2828020309841547], [46.15287767786108, 0.2828020309841547], [46.05184319477261, 0.28156520746352076], [45.8871877012466, 0.27955536924249036], [45.79828185485472, 0.27847314866193557]], [[45.79828185485472, 0.27847314866193557], [45.766359766519024, 0.278085084042354], [45.75039036980252, 0.277891051732563], [45.70244869940695, 0.27730895480319057], [45.70244869940695, 0.27730895480319057], [45.67503086617753, 0.27697632798640637], [45.63044175022669, 0.27643580940913187], [45.606414169359255, 0.27614476094444557]], [[45.606414169359255, 0.27614476094444557], [45.59795312171832, 0.27604230793270856], [45.59372200908877, 0.27599108142684], [45.58102631465199, 0.27583740190923445], [45.58102631465199, 0.27583740190923445], [45.57377004421155, 0.2757495850420313], [45.56197613997221, 0.2756068826328261], [45.530015088164426, 0.11877593474059447]], [[45.530015088164426, 0.11877593474059447], [45.072369400809784, 0.11285665090456856], [44.849556791784835, 0.11009654310883629], [44.187810373214035, 0.10199966710272054], [44.18822492078715, 0.10203246312237316], [43.81785311430543, 0.09762430515906531], [43.228910833575526, 0.09087976577749818], [42.917783421935155, 0.08741763834854305]], [[42.917783421935155, 0.08741763834854305], [42.38673907438439, 0.0816270597512248], [42.12965019724548, 0.07897170720804364], [41.367630759825936, 0.07122209853164257], [41.36833374478905, 0.07126981209587518], [40.94354650265526, 0.06709152015336184], [40.27126103016033, 0.0608061780101615], [39.91743237924775, 0.05761495172159847]], [[39.91743237924775, 0.05761495172159847], [39.315827129247616, 0.052329154487093826], [39.02638132377312, 0.04995285644223815], [38.1702839269217, 0.043061025239525874], [38.171408325371246, 0.04312397733330159], [37.696186039700414, 0.03944856610098649], [36.94799476465078, 0.03403803884951845], [36.55577169093644, 0.03132675331639623]], [[36.55577169093644, 0.03132675331639623], [35.91224934205083, 0.027025349874293142], [35.60421157565673, 0.02512866440336975], [34.69467180749164, 0.01966623504162482], [34.696204535535905, 0.01973362209099], [34.19298026320684, 0.016852343496734035], [33.40408151668095, 0.01270759613338815], [32.991791722714325, 0.010658990398083185]], [[32.991791722714325, 0.010658990398083185], [32.32035257719971, 0.007463945263192662], [32.00043881324034, 0.006086350894188311], [31.05720223751847, 0.002156778328793796], [31.05914998740604, 0.0022205135098835316], [30.53874175294163, 0.00017633438946643154], [29.725990028270406, -0.0026787632097229758], [29.302322562766737, -0.004064716551576003]], [[29.302322562766737, -0.004064716551576003], [28.62079186713181, -0.006168918267411214], [28.2971930586516, -0.007051644050249425], [27.343940089568274, -0.009531921492493503], [27.34621015005478, -0.00948040920927136], [26.821209788458493, -0.010744043104077436], [26.003370009270828, -0.012437172274957595], [25.577681810515216, -0.013236223846670878]], [[25.577681810515216, -0.013236223846670878], [24.892421670208613, -0.014417801094699742], [24.56782616646399, -0.014891620070602421], [23.611765589519063, -0.016180865150781223], [23.614288812492592, -0.016145063663307938], [23.088038293726058, -0.01677289613986996], [22.26910853056632, -0.01754380621777938], [21.84288999583587, -0.017882720795927752]], [[21.84288999583587, -0.017882720795927752], [21.156334884835108, -0.018345784547307127], [20.831223339968243, -0.01850856332313737], [19.872209121835542, -0.0188964400858367], [19.874865075347426, -0.018877223021188383], [19.345970948097666, -0.01902743703105738], [18.521205386210394, -0.01912350666034328], [18.09072486316453, -0.019129149103698513]], [[18.09072486316453, -0.019129149103698513], [17.390978510249635, -0.019075182885257003], [17.058466927260504, -0.01901809678265811], [16.072433799440944, -0.018767700532820918], [16.075115278142746, -0.01876309923257709], [15.527228561787394, -0.018574044788813127], [14.665108042839753, -0.018194870918124387], [14.210679415729235, -0.017963681790730327]], [[14.210679415729235, -0.017963681790730327], [13.460841740951489, -0.017532723861679762], [13.09980656457531, -0.0173131021217776], [12.011115841314401, -0.016569247340887317], [12.013693928484853, -0.01657622164205451], [11.393645318481195, -0.016105990617878457], [10.38729099434146, -0.01528994383890542], [9.838307102538602, -0.014812116064381691]], [[9.838307102538602, -0.014812116064381691], [9.152261136680975, -0.014176317599052534], [8.807097762669601, -0.013851682431558028], [7.71879334138072, -0.012738941760064543], [7.719872367962244, -0.012745803726334787], [7.055585664601815, -0.012005598917505807], [5.872324282735631, -0.010575151658251337], [5.149509411143692, -0.009610802858193738]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C10", "124-18-5", 391.24, 32.24, 112.49, 0.001, "Leppert2020b, alkane, Grob, alkanes", 0.00011884991852543487, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [0.004822669065209952, 3.087876177685592e-5], [0.05304824530626859, 0.0003396521089717704], [0.535192549282912, 0.0034259585235565933], [5.34547235482715, 0.03414631693297235], [39.54141241372222, 0.24871242625193676], [54.9414428371616, 0.34307712507497223], [59.04268779050093, 0.36796228591367053], [60.122582256358626, 0.37449735814202056], [70.59431013333138, 0.39875029162611697], [83.31354096508814, 0.4207739970108184], [98.52258152048765, 0.4381113231268197], [115.85341588715168, 0.4481514397231827], [135.19961279446267, 0.4497337533766557], [156.21510313605512, 0.4426454302336088], [178.64110302788632, 0.42749772913305606], [201.97173126255097, 0.4055020026523152], [225.43338165050096, 0.3782578421365638], [247.30930403827728, 0.34819911642017964], [260.06723655405875, 0.32722433280414565]], [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.11109999999999996, 0.8347177402027082, 1.16839532552501, 1.2581333610542251, 1.2818251163532415, 1.5187426693434056, 1.8260865780252582, 2.224307194767151, 2.72345009777049, 3.345767731265788, 4.113424130277604, 5.0618766750576425, 6.234035871945446, 7.691391969078953, 9.511938287303153, 11.18], [[[0.0, 0.0]], [[48.226791960633314, 0.3087889150934343], [48.22675819115749, 0.3087884826518089], [48.226741306410695, 0.30878826643099594], [48.22669065213519, 0.3087876177685619], [48.22669065213519, 0.3087876177685619], [48.22666170681052, 0.3087872471043072], [48.226614670621515, 0.30878664477490203], [48.226589343423605, 0.30878632044368093]], [[48.226589343423605, 0.30878632044368093], [48.226251646182405, 0.30878199602742545], [48.22608279667502, 0.30877983381929763], [48.22557624460584, 0.30877334719491456], [48.22557624460584, 0.30877334719491456], [48.225286783891804, 0.30876964055241135], [48.22481640652551, 0.3087636172583394], [48.224563124504925, 0.30876037394614775]], [[48.224563124504925, 0.30876037394614775], [48.221185903773126, 0.3087171297835905], [48.219497204706656, 0.30869550770231496], [48.214430752629085, 0.30863064145848207], [48.214430752629085, 0.30863064145848207], [48.21153539810891, 0.3085935750334325], [48.20683007612205, 0.3085333420927344], [48.204296250964525, 0.30850090897081395]], [[48.204296250964525, 0.30850090897081395], [48.170499179682395, 0.3080684673452634], [48.15359174873966, 0.307852246532487], [48.102833799660836, 0.30720358409415577], [48.102833799660985, 0.3072035840941577], [48.07380519564049, 0.30683291984368405], [48.02659629245133, 0.3062305904366658], [48.00115688256739, 0.3059062592174995]], [[48.00115688256739, 0.3059062592174995], [47.75501531316324, 0.3027770348989785], [47.631467543088156, 0.30121242273971804], [47.258886344810044, 0.29651858626193667], [47.258886344810044, 0.29651858626193667], [47.04465799768703, 0.29383639398891875], [46.69444073888018, 0.2894778315452645], [46.504769809542125, 0.28713091330637386]], [[46.504769809542125, 0.28713091330637386], [46.38776903460871, 0.28568795253230084], [46.32915784355521, 0.28496647214526427], [46.15287767786108, 0.2828020309841547], [46.15287767786108, 0.2828020309841547], [46.05184319477261, 0.28156520746352076], [45.8871877012466, 0.27955536924249036], [45.79828185485472, 0.27847314866193557]], [[45.79828185485472, 0.27847314866193557], [45.766359766519024, 0.278085084042354], [45.75039036980252, 0.277891051732563], [45.70244869940695, 0.27730895480319057], [45.70244869940695, 0.27730895480319057], [45.67503086617753, 0.27697632798640637], [45.63044175022669, 0.27643580940913187], [45.606414169359255, 0.27614476094444557]], [[45.606414169359255, 0.27614476094444557], [45.59795312171832, 0.27604230793270856], [45.59372200908877, 0.27599108142684], [45.58102631465199, 0.27583740190923445], [45.58102631465199, 0.27583740190923445], [45.57377004421155, 0.2757495850420313], [45.56197613997221, 0.2756068826328261], [45.530015088164426, 0.11877593474059447]], [[45.530015088164426, 0.11877593474059447], [45.072369400809784, 0.11285665090456856], [44.849556791784835, 0.11009654310883629], [44.187810373214035, 0.10199966710272054], [44.18822492078715, 0.10203246312237316], [43.81785311430543, 0.09762430515906531], [43.228910833575526, 0.09087976577749818], [42.917783421935155, 0.08741763834854305]], [[42.917783421935155, 0.08741763834854305], [42.38673907438439, 0.0816270597512248], [42.12965019724548, 0.07897170720804364], [41.367630759825936, 0.07122209853164257], [41.36833374478905, 0.07126981209587518], [40.94354650265526, 0.06709152015336184], [40.27126103016033, 0.0608061780101615], [39.91743237924775, 0.05761495172159847]], [[39.91743237924775, 0.05761495172159847], [39.315827129247616, 0.052329154487093826], [39.02638132377312, 0.04995285644223815], [38.1702839269217, 0.043061025239525874], [38.171408325371246, 0.04312397733330159], [37.696186039700414, 0.03944856610098649], [36.94799476465078, 0.03403803884951845], [36.55577169093644, 0.03132675331639623]], [[36.55577169093644, 0.03132675331639623], [35.91224934205083, 0.027025349874293142], [35.60421157565673, 0.02512866440336975], [34.69467180749164, 0.01966623504162482], [34.696204535535905, 0.01973362209099], [34.19298026320684, 0.016852343496734035], [33.40408151668095, 0.01270759613338815], [32.991791722714325, 0.010658990398083185]], [[32.991791722714325, 0.010658990398083185], [32.32035257719971, 0.007463945263192662], [32.00043881324034, 0.006086350894188311], [31.05720223751847, 0.002156778328793796], [31.05914998740604, 0.0022205135098835316], [30.53874175294163, 0.00017633438946643154], [29.725990028270406, -0.0026787632097229758], [29.302322562766737, -0.004064716551576003]], [[29.302322562766737, -0.004064716551576003], [28.62079186713181, -0.006168918267411214], [28.2971930586516, -0.007051644050249425], [27.343940089568274, -0.009531921492493503], [27.34621015005478, -0.00948040920927136], [26.821209788458493, -0.010744043104077436], [26.003370009270828, -0.012437172274957595], [25.577681810515216, -0.013236223846670878]], [[25.577681810515216, -0.013236223846670878], [24.892421670208613, -0.014417801094699742], [24.56782616646399, -0.014891620070602421], [23.611765589519063, -0.016180865150781223], [23.614288812492592, -0.016145063663307938], [23.088038293726058, -0.01677289613986996], [22.26910853056632, -0.01754380621777938], [21.84288999583587, -0.017882720795927752]], [[21.84288999583587, -0.017882720795927752], [21.156334884835108, -0.018345784547307127], [20.831223339968243, -0.01850856332313737], [19.872209121835542, -0.0188964400858367], [19.874865075347426, -0.018877223021188383], [19.345970948097666, -0.01902743703105738], [18.521205386210394, -0.01912350666034328], [18.09072486316453, -0.019129149103698513]], [[18.09072486316453, -0.019129149103698513], [17.390978510249635, -0.019075182885257003], [17.058466927260504, -0.01901809678265811], [16.072433799440944, -0.018767700532820918], [16.075115278142746, -0.01876309923257709], [15.527228561787394, -0.018574044788813127], [14.665108042839753, -0.018194870918124387], [14.210679415729235, -0.017963681790730327]], [[14.210679415729235, -0.017963681790730327], [13.460841740951489, -0.017532723861679762], [13.09980656457531, -0.0173131021217776], [12.011115841314401, -0.016569247340887317], [12.013693928484853, -0.01657622164205451], [11.393645318481195, -0.016105990617878457], [10.38729099434146, -0.01528994383890542], [9.838307102538602, -0.014812116064381691]], [[9.838307102538602, -0.014812116064381691], [9.152261136680975, -0.014176317599052534], [8.807097762669601, -0.013851682431558028], [7.71879334138072, -0.012738941760064543], [7.719872367962244, -0.012745803726334787], [7.055585664601815, -0.012005598917505807], [5.872324282735631, -0.010575151658251337], [5.149509411143692, -0.009610802858193738]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([260.06723655405875, 0.32722433280414565], [247.30930403827728, 0.34819911642017964], [9.838307102538602, -0.014812116064381691], [9.152261136680975, -0.014176317599052534], [8.807097762669601, -0.013851682431558028], [7.71879334138072, -0.012738941760064543], [7.719872367962244, -0.012745803726334787], [7.055585664601815, -0.012005598917505807], [5.872324282735631, -0.010575151658251337], [5.149509411143692, -0.009610802858193738], [0.00852559440045434, -2.0119929604387464e-5], [258.9155789819566, 0.32933469754289435], [0.03278214407656884, -0.05761735542359684], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 234
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 19
Number of rejected steps: 14, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [0.01212604423322558, 0.0002067499455912], [0.13338368450765992, 0.002274153852324587], [1.345679837895914, 0.022938638001797414], [13.440572708941787, 0.22862798771041795], [43.93810986747227, 0.743388318266301], [55.85386922753595, 0.9429782544765216], [59.80235601466705, 1.00892355806184], [60.0592447527859, 1.0124248713287154], [60.1795366273383, 1.0131786589470235] … [167.46629586563333, 1.1279562535378613], [191.45488582313556, 1.0768582254960142], [217.3303131740597, 1.0115746208641678], [245.1269870025268, 0.9354495334050005], [274.8926691199833, 0.8516847686285277], [306.8612978620087, 0.7625625612586252], [341.58394246859336, 0.6688546113072922], [375.0152312492648, 0.5818199447726602], [402.5130965618371, 0.5104756913360825], [412.8002973796307, 0.4820993586311031]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.11109999999999996, 0.36515975117766236, 0.4651856822358744, 0.49842749435781275, 0.5005919751365738, 0.5016061758545334 … 1.7319479494347247, 2.119992869431887, 2.600133121689281, 3.1995115307788837, 3.9572135949420186, 4.938979618943902, 6.27256051426141, 7.964194781746699, 9.973325021907373, 11.18], [[[0.0, 0.0]], [[121.26069706086078, 2.067508142200963], [121.26061215141499, 2.0675052467713093], [121.26056969666976, 2.067503799056481], [121.26044233234519, 2.0674994559120066], [121.26044233234519, 2.0674994559120066], [121.26036955267072, 2.067496974115152], [121.26025128560691, 2.0674929411952747], [121.26018760329362, 2.0674907696230194]], [[121.26018760329362, 2.0674907696230194], [121.25933850259294, 2.067461815326486], [121.25891395001271, 2.067447338178211], [121.25764028335338, 2.0674039067333885], [121.25764028335338, 2.0674039067333885], [121.25691246782709, 2.067379088764918], [121.25572975827959, 2.0673387595661548], [121.25509290989835, 2.067317043843727]], [[121.25509290989835, 2.067317043843727], [121.24660127851713, 2.0670275008782557], [121.24235523979839, 2.066882729395511], [121.22961623134344, 2.066448414947289], [121.22961623134321, 2.06644841494728], [121.2223361968839, 2.0662002352625772], [121.21050520832237, 2.0657969432749423], [121.20413419768046, 2.0655797860508196]], [[121.20413419768046, 2.0655797860508196], [121.11915536629454, 2.0626843563959487], [121.07664358439334, 2.061236641568513], [120.94901858516711, 2.0568934970862056], [120.94901858516711, 2.0568934970862056], [120.8760295138413, 2.054411700239174], [120.757328180506, 2.0503787803627462], [120.69336372320089, 2.048207208121593]], [[120.69336372320089, 2.048207208121593], [120.47643410119176, 2.040851086744903], [120.36782268196833, 2.0371730260565584], [120.04139880713933, 2.0261388439915233], [120.04139880713933, 2.0261388439915233], [119.85447172927815, 2.019833597097218], [119.55009185751399, 2.0095875708939723], [119.38587357107407, 2.0040704798614546]], [[119.38587357107407, 2.0040704798614546], [119.29957719350675, 2.001174299391033], [119.25640558754057, 1.9997262091558234], [119.12679689721988, 1.995381938450193], [119.12679689721988, 1.995381938450193], [119.05267143715743, 1.9928994980469754], [118.93211903009517, 1.9888655323917472], [118.86715555465467, 1.9866933970389316]], [[118.86715555465467, 1.9866933970389316], [118.83835828286965, 1.9857309037529356], [118.82395702981917, 1.9852496571099392], [118.78074279442, 1.9838059171809466], [118.78074279442, 1.9838059171809466], [118.75604188529792, 1.9829809229358073], [118.71589194648253, 1.9816403072874564], [118.69426712328543, 1.9809184373229602]], [[118.69426712328543, 1.9809184373229602], [118.69238952214651, 1.9808557663046187], [118.69145071043877, 1.980824430795448], [118.68863423076023, 1.9807304242679342], [118.68863423076023, 1.9807304242679342], [118.6870247837931, 1.980676706252212], [118.66785324360856, 0.7447798377219563], [118.64686962857178, 0.7446002423559517]], [[118.64686962857178, 0.7446002423559517], [118.6337619433285, 0.7441441079605169], [118.62721023241642, 0.7439162303056024], [118.60755754533831, 0.7432327916230821], [118.607557547218, 0.7432327920150621], [118.59633044977228, 0.742842512545417], [118.5780910883996, 0.7422087078448998], [118.56827228684067, 0.7418676326778217]] … [[74.44360713220257, -0.08542137747178535], [72.8876709277276, -0.09465416406035054], [72.15471641219618, -0.09835710442801393], [69.99948572175369, -0.10869837157431017], [70.00659707567986, -0.1083479643991897], [68.82489848772546, -0.11355357491713003], [66.99822148695377, -0.12003486277582254], [66.05249499614617, -0.12298265278869358]], [[66.05249499614617, -0.12298265278869358], [64.5339597346001, -0.12718816083838747], [63.822065024570264, -0.12870024654760115], [61.731928937039754, -0.13267627989389696], [61.73995915944346, -0.13243428113974287], [60.59708253211126, -0.13426076400867154], [58.8381315511036, -0.13594094903813575], [57.929962384935905, -0.13651769067771952]], [[57.929962384935905, -0.13651769067771952], [56.474516589090044, -0.137046594368954], [55.79512011000688, -0.13700529517783416], [53.80312476707659, -0.13650146205075736], [53.8117895671873, -0.1363715943447678], [52.725153088335624, -0.13584359760212544], [51.0592639594873, -0.13431631253456278], [50.2011616449872, -0.13333851002344305]], [[50.2011616449872, -0.13333851002344305], [48.81632749723221, -0.13148166761135088], [48.172594731459476, -0.13046815330560885], [46.287643657956096, -0.1271877468619551], [46.29682160208999, -0.1271547762396842], [45.270838239185466, -0.12518621292647975], [43.7038052026811, -0.12180360904319432], [42.89834067252884, -0.11995061739375384]], [[42.89834067252884, -0.11995061739375384], [41.584349306846626, -0.11674454890346858], [40.97603592692987, -0.1152138453578716], [39.19689916736723, -0.11048404929285699], [39.20650719700043, -0.11052772567757232], [38.23997610647972, -0.1078255553961667], [36.76880252700155, -0.10360183491303454], [36.01391930651036, -0.10137656311088583]], [[36.01391930651036, -0.10137656311088583], [34.75377504920593, -0.0975530362208768], [34.17294355296384, -0.09581915483672962], [32.47572510469019, -0.09054823052421632], [32.48594445327627, -0.09065010665966591], [31.56528377287658, -0.08769290760587146], [30.16827745764324, -0.08329352534159871], [29.452187502151965, -0.08102057890550637]], [[29.452187502151965, -0.08102057890550637], [28.200652754580858, -0.07699707973529568], [27.626779321875745, -0.07523871382242926], [25.949692008587014, -0.06993258240973113], [25.961254875811658, -0.07008553646131553], [25.051497243839297, -0.0671312818618122], [23.673556117911343, -0.06290915551241984], [22.96626778095351, -0.06075448913463305]], [[22.96626778095351, -0.06075448913463305], [21.808005775919888, -0.057231049097744596], [21.27257259573157, -0.055712153108088615], [19.69668658618171, -0.051141538830856384], [19.706233627475665, -0.05128219769562696], [18.84200392839898, -0.04874354746024256], [17.51176900006953, -0.04513605501832022], [16.818406826297323, -0.043289581890432215]], [[16.818406826297323, -0.043289581890432215], [15.737814942424219, -0.04044487770611053], [15.224579268344218, -0.03919506868972239], [13.676887091999484, -0.03537480108046473], [13.683040600079108, -0.03546644767786018], [12.801798847534736, -0.033293163720062], [11.371560869363247, -0.02999250617984344], [10.5840619652788, -0.028196792964103636]], [[10.5840619652788, -0.028196792964103636], [9.93598869237227, -0.026720135308233636], [9.608767642342517, -0.02599313558743742], [8.58183816261825, -0.02366847504494162], [8.582475676926563, -0.023677531400888553], [7.960761705795066, -0.02225056678042584], [6.871461863872013, -0.01971727277494369], [6.225576885629735, -0.01817165413688425]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C11", "1120-21-4", 410.21999999999997, 33.71, 116.04, 0.001, "Leppert2020b, alkane, Grob, alkanes", 0.00011323854999018596, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [0.01212604423322558, 0.0002067499455912], [0.13338368450765992, 0.002274153852324587], [1.345679837895914, 0.022938638001797414], [13.440572708941787, 0.22862798771041795], [43.93810986747227, 0.743388318266301], [55.85386922753595, 0.9429782544765216], [59.80235601466705, 1.00892355806184], [60.0592447527859, 1.0124248713287154], [60.1795366273383, 1.0131786589470235] … [167.46629586563333, 1.1279562535378613], [191.45488582313556, 1.0768582254960142], [217.3303131740597, 1.0115746208641678], [245.1269870025268, 0.9354495334050005], [274.8926691199833, 0.8516847686285277], [306.8612978620087, 0.7625625612586252], [341.58394246859336, 0.6688546113072922], [375.0152312492648, 0.5818199447726602], [402.5130965618371, 0.5104756913360825], [412.8002973796307, 0.4820993586311031]], [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.11109999999999996, 0.36515975117766236, 0.4651856822358744, 0.49842749435781275, 0.5005919751365738, 0.5016061758545334 … 1.7319479494347247, 2.119992869431887, 2.600133121689281, 3.1995115307788837, 3.9572135949420186, 4.938979618943902, 6.27256051426141, 7.964194781746699, 9.973325021907373, 11.18], [[[0.0, 0.0]], [[121.26069706086078, 2.067508142200963], [121.26061215141499, 2.0675052467713093], [121.26056969666976, 2.067503799056481], [121.26044233234519, 2.0674994559120066], [121.26044233234519, 2.0674994559120066], [121.26036955267072, 2.067496974115152], [121.26025128560691, 2.0674929411952747], [121.26018760329362, 2.0674907696230194]], [[121.26018760329362, 2.0674907696230194], [121.25933850259294, 2.067461815326486], [121.25891395001271, 2.067447338178211], [121.25764028335338, 2.0674039067333885], [121.25764028335338, 2.0674039067333885], [121.25691246782709, 2.067379088764918], [121.25572975827959, 2.0673387595661548], [121.25509290989835, 2.067317043843727]], [[121.25509290989835, 2.067317043843727], [121.24660127851713, 2.0670275008782557], [121.24235523979839, 2.066882729395511], [121.22961623134344, 2.066448414947289], [121.22961623134321, 2.06644841494728], [121.2223361968839, 2.0662002352625772], [121.21050520832237, 2.0657969432749423], [121.20413419768046, 2.0655797860508196]], [[121.20413419768046, 2.0655797860508196], [121.11915536629454, 2.0626843563959487], [121.07664358439334, 2.061236641568513], [120.94901858516711, 2.0568934970862056], [120.94901858516711, 2.0568934970862056], [120.8760295138413, 2.054411700239174], [120.757328180506, 2.0503787803627462], [120.69336372320089, 2.048207208121593]], [[120.69336372320089, 2.048207208121593], [120.47643410119176, 2.040851086744903], [120.36782268196833, 2.0371730260565584], [120.04139880713933, 2.0261388439915233], [120.04139880713933, 2.0261388439915233], [119.85447172927815, 2.019833597097218], [119.55009185751399, 2.0095875708939723], [119.38587357107407, 2.0040704798614546]], [[119.38587357107407, 2.0040704798614546], [119.29957719350675, 2.001174299391033], [119.25640558754057, 1.9997262091558234], [119.12679689721988, 1.995381938450193], [119.12679689721988, 1.995381938450193], [119.05267143715743, 1.9928994980469754], [118.93211903009517, 1.9888655323917472], [118.86715555465467, 1.9866933970389316]], [[118.86715555465467, 1.9866933970389316], [118.83835828286965, 1.9857309037529356], [118.82395702981917, 1.9852496571099392], [118.78074279442, 1.9838059171809466], [118.78074279442, 1.9838059171809466], [118.75604188529792, 1.9829809229358073], [118.71589194648253, 1.9816403072874564], [118.69426712328543, 1.9809184373229602]], [[118.69426712328543, 1.9809184373229602], [118.69238952214651, 1.9808557663046187], [118.69145071043877, 1.980824430795448], [118.68863423076023, 1.9807304242679342], [118.68863423076023, 1.9807304242679342], [118.6870247837931, 1.980676706252212], [118.66785324360856, 0.7447798377219563], [118.64686962857178, 0.7446002423559517]], [[118.64686962857178, 0.7446002423559517], [118.6337619433285, 0.7441441079605169], [118.62721023241642, 0.7439162303056024], [118.60755754533831, 0.7432327916230821], [118.607557547218, 0.7432327920150621], [118.59633044977228, 0.742842512545417], [118.5780910883996, 0.7422087078448998], [118.56827228684067, 0.7418676326778217]] … [[74.44360713220257, -0.08542137747178535], [72.8876709277276, -0.09465416406035054], [72.15471641219618, -0.09835710442801393], [69.99948572175369, -0.10869837157431017], [70.00659707567986, -0.1083479643991897], [68.82489848772546, -0.11355357491713003], [66.99822148695377, -0.12003486277582254], [66.05249499614617, -0.12298265278869358]], [[66.05249499614617, -0.12298265278869358], [64.5339597346001, -0.12718816083838747], [63.822065024570264, -0.12870024654760115], [61.731928937039754, -0.13267627989389696], [61.73995915944346, -0.13243428113974287], [60.59708253211126, -0.13426076400867154], [58.8381315511036, -0.13594094903813575], [57.929962384935905, -0.13651769067771952]], [[57.929962384935905, -0.13651769067771952], [56.474516589090044, -0.137046594368954], [55.79512011000688, -0.13700529517783416], [53.80312476707659, -0.13650146205075736], [53.8117895671873, -0.1363715943447678], [52.725153088335624, -0.13584359760212544], [51.0592639594873, -0.13431631253456278], [50.2011616449872, -0.13333851002344305]], [[50.2011616449872, -0.13333851002344305], [48.81632749723221, -0.13148166761135088], [48.172594731459476, -0.13046815330560885], [46.287643657956096, -0.1271877468619551], [46.29682160208999, -0.1271547762396842], [45.270838239185466, -0.12518621292647975], [43.7038052026811, -0.12180360904319432], [42.89834067252884, -0.11995061739375384]], [[42.89834067252884, -0.11995061739375384], [41.584349306846626, -0.11674454890346858], [40.97603592692987, -0.1152138453578716], [39.19689916736723, -0.11048404929285699], [39.20650719700043, -0.11052772567757232], [38.23997610647972, -0.1078255553961667], [36.76880252700155, -0.10360183491303454], [36.01391930651036, -0.10137656311088583]], [[36.01391930651036, -0.10137656311088583], [34.75377504920593, -0.0975530362208768], [34.17294355296384, -0.09581915483672962], [32.47572510469019, -0.09054823052421632], [32.48594445327627, -0.09065010665966591], [31.56528377287658, -0.08769290760587146], [30.16827745764324, -0.08329352534159871], [29.452187502151965, -0.08102057890550637]], [[29.452187502151965, -0.08102057890550637], [28.200652754580858, -0.07699707973529568], [27.626779321875745, -0.07523871382242926], [25.949692008587014, -0.06993258240973113], [25.961254875811658, -0.07008553646131553], [25.051497243839297, -0.0671312818618122], [23.673556117911343, -0.06290915551241984], [22.96626778095351, -0.06075448913463305]], [[22.96626778095351, -0.06075448913463305], [21.808005775919888, -0.057231049097744596], [21.27257259573157, -0.055712153108088615], [19.69668658618171, -0.051141538830856384], [19.706233627475665, -0.05128219769562696], [18.84200392839898, -0.04874354746024256], [17.51176900006953, -0.04513605501832022], [16.818406826297323, -0.043289581890432215]], [[16.818406826297323, -0.043289581890432215], [15.737814942424219, -0.04044487770611053], [15.224579268344218, -0.03919506868972239], [13.676887091999484, -0.03537480108046473], [13.683040600079108, -0.03546644767786018], [12.801798847534736, -0.033293163720062], [11.371560869363247, -0.02999250617984344], [10.5840619652788, -0.028196792964103636]], [[10.5840619652788, -0.028196792964103636], [9.93598869237227, -0.026720135308233636], [9.608767642342517, -0.02599313558743742], [8.58183816261825, -0.02366847504494162], [8.582475676926563, -0.023677531400888553], [7.960761705795066, -0.02225056678042584], [6.871461863872013, -0.01971727277494369], [6.225576885629735, -0.01817165413688425]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([412.8002973796307, 0.4820993586311031], [402.5130965618371, 0.5104756913360825], [10.5840619652788, -0.028196792964103636], [9.93598869237227, -0.026720135308233636], [9.608767642342517, -0.02599313558743742], [8.58183816261825, -0.02366847504494162], [8.582475676926563, -0.023677531400888553], [7.960761705795066, -0.02225056678042584], [6.871461863872013, -0.01971727277494369], [6.225576885629735, -0.01817165413688425], [0.003532820509822202, -1.1985896851871156e-5], [411.8111783225901, 0.4849633932489087], [0.008558162322278897, -0.023433952101538712], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 360
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 26
Number of rejected steps: 25, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [0.031234858582652274, 0.0014304308334663128], [0.34357622673141347, 0.015734078096655807], [3.466268028203005, 0.15870444358119157], [34.620885406582325, 1.5817973836906158], [49.79083179629882, 2.2725545395762117], [56.92538725951205, 2.5969270997681857], [59.455960276777425, 2.711903126158041], [60.015087748277146, 2.737301552790204], [65.51695724342629, 2.8102150770981584] … [294.5969225949649, 1.9125053300844777], [331.9752139225331, 1.6632148479457487], [367.14351418343324, 1.451735126115357], [402.1337552680033, 1.2637004142252113], [436.37680431565116, 1.099974641616828], [470.0421101047756, 0.9565834411976775], [502.601296897343, 0.8321959021203299], [533.4476733742906, 0.7248493100643213], [561.1493266049126, 0.63425586409754], [580.175860002369, 0.5716958903006855]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.11109999999999996, 0.15994618277717132, 0.18295411228298886, 0.19112027877497884, 0.19292496882088475, 0.21097186927994396 … 1.7521505765761227, 2.2365633880238596, 2.789603878035511, 3.45507277393434, 4.245293826538488, 5.194450396383983, 6.331657489824366, 7.702383623869318, 9.365616634552813, 11.18], [[[0.0, 0.0]], [[312.3492419689374, 14.304368432069733], [312.34902325502867, 14.304348399600842], [312.34891389801675, 14.304338383366385], [312.34858582675326, 14.304308334663201], [312.34858582675326, 14.304308334663201], [312.3483983573025, 14.30429116397542], [312.3480937192093, 14.304263261608183], [312.3479296831873, 14.30424823725635]], [[312.3479296831873, 14.30424823725635], [312.3457425280186, 14.304047912567382], [312.34464894469096, 14.303947750222902], [312.34136817173476, 14.303647263189449], [312.34136817173476, 14.303647263189449], [312.339493428859, 14.30347555631319], [312.3364469476875, 14.303196532639442], [312.3348065224382, 14.303046289122543]], [[312.3348065224382, 14.303046289122543], [312.31293336246625, 14.301043042232875], [312.3019962079958, 14.300041418788203], [312.26918244614984, 14.297036548453521], [312.26918244614984, 14.297036548453521], [312.2504301768673, 14.295319479691104], [312.21995533713124, 14.29252924295175], [312.20354457591367, 14.291026807784467]], [[312.20354457591367, 14.291026807784467], [311.9846519403779, 14.270994338887911], [311.8751480106328, 14.260978104439374], [311.5464052874684, 14.230929401094247], [311.5464052874684, 14.230929401094247], [311.358396463066, 14.213758713468465], [311.05263975552066, 14.185856346076568], [310.88787697387363, 14.170831994404004]], [[310.88787697387363, 14.170831994404004], [310.78052289741584, 14.161046898031918], [310.72683195038945, 14.15615434984587], [310.5657034164088, 14.141476705287738], [310.5657034164088, 14.141476705287738], [310.47359242387716, 14.133089479825955], [310.32385374868244, 14.11946023845055], [310.2431952964243, 14.112121416171483]], [[310.2431952964243, 14.112121416171483], [310.19252803343284, 14.107512359849446], [310.16719129816164, 14.105207831688427], [310.0911686711596, 14.098294247205368], [310.0911686711596, 14.098294247205368], [310.0477188008184, 14.094343627500761], [309.9770997717865, 14.087923870480747], [309.93906747610225, 14.084467078239252]], [[309.93906747610225, 14.084467078239252], [309.92106752912736, 14.082831193476684], [309.9120671635956, 14.082013251095407], [309.88506449855106, 14.079559423951713], [309.88506449855106, 14.079559423951713], [309.8696333477583, 14.078157237012215], [309.8445560886226, 14.075878683235759], [309.8310521083779, 14.074651769663863]], [[309.8310521083779, 14.074651769663863], [309.8270728954717, 14.074290245691733], [309.8250832698537, 14.074109483705671], [309.8191143163364, 14.073567197747474], [309.8191143163364, 14.073567197747474], [309.8157034341231, 14.073257320057078], [309.81016067043424, 14.072753768810191], [309.7806854358767, 4.458284109700463]], [[309.7806854358767, 4.458284109700463], [308.11009955288876, 4.312016919683993], [307.2884455204805, 4.24195588198109], [304.83781939123315, 4.03448442783152], [304.8384450906457, 4.03481858295155], [303.45588500642776, 3.919823798504302], [301.2382133526692, 3.739308837627334], [300.05803340290305, 3.64491236271739]] … [[101.43921260223385, -0.7526151286161931], [98.3037279062643, -0.7228287831973668], [96.87267449181047, -0.7094155496599732], [92.69580618610506, -0.6688049866210428], [92.72921383725509, -0.6696798320672748], [90.47169848896368, -0.646960561040413], [87.08442948922958, -0.613520874060726], [85.35891158931848, -0.5963185092686353]], [[85.35891158931848, -0.5963185092686353], [82.29755181735958, -0.5653753416514224], [80.9182774238946, -0.5520126495376828], [76.90484742925169, -0.5117551894860543], [76.94663065721502, -0.5131871203952935], [74.78799632985773, -0.49072267637914846], [71.59109676805825, -0.45937008962534764], [69.9722444049113, -0.4434602301833591]], [[69.9722444049113, -0.4434602301833591], [67.6098939408175, -0.42019321099869866], [66.53573371853012, -0.41016720227489756], [63.40554352091409, -0.38016810934780465], [63.43219539395, -0.3811653047229765], [61.74391171855904, -0.36455644223919603], [59.219869332046486, -0.34134444161809985], [57.93655108492993, -0.32960011164793823]], [[57.93655108492993, -0.32960011164793823], [55.95849921543267, -0.31155267441958945], [55.056657562633475, -0.3038176980545551], [52.42801072333443, -0.28075912744576353], [52.44887249465464, -0.2815342838012653], [51.0300206178807, -0.2688213980823401], [48.90263701228525, -0.25114983658682216], [47.819534053929665, -0.24223796485067972]], [[47.819534053929665, -0.24223796485067972], [46.169981978523005, -0.22876166362416622], [45.41472951815257, -0.22298801456844625], [43.21168799334734, -0.2058291358678843], [43.22740301595097, -0.20638148083363042], [42.03631999945016, -0.19696033244030456], [40.24225263300838, -0.18384641825891201], [39.32664908912446, -0.17724462473671818]], [[39.32664908912446, -0.17724462473671818], [37.91378161945373, -0.16716110027263736], [37.2645050925174, -0.16284388388862683], [35.36863362087022, -0.15004381564108493], [35.380945038594106, -0.15044166490978542], [34.353868160951876, -0.14343743721624347], [32.799853932567714, -0.13367791929958353], [32.004477494265856, -0.12877171775943097]], [[32.004477494265856, -0.12877171775943097], [30.77720576695863, -0.12130325163461002], [30.21016820775815, -0.11810087498839886], [28.550509689880048, -0.10862307378776014], [28.56000006817365, -0.10889954483379101], [27.657276547556773, -0.10372849050242829], [26.281578955913677, -0.09648889699769807], [25.57372231312399, -0.09284909641332387]], [[25.57372231312399, -0.09284909641332387], [24.469837037947244, -0.08727084245150354], [23.955694197300332, -0.08487112580215983], [22.442756732023547, -0.07776855853621245], [22.450096534686523, -0.07795873080875663], [21.62024833750733, -0.07408624832283492], [20.33968081946702, -0.068610647212], [19.673563218583258, -0.06584572445081614]], [[19.673563218583258, -0.06584572445081614], [18.617011475194975, -0.06155563085036737], [18.11724118692736, -0.05969064618745137], [16.625280908669577, -0.05412550256395697], [16.63090990649627, -0.054253716688370944], [15.794493692119689, -0.051185664739651957], [14.465148294646598, -0.04670509952101016], [13.752784048149614, -0.04438161928830228]], [[13.752784048149614, -0.04438161928830228], [12.706119077145445, -0.04103540144159791], [12.189291972809812, -0.03949298116723981], [10.572850949194152, -0.03464626903954164], [10.576144718235637, -0.03470942411134387], [9.600671766290475, -0.03180388122590169], [7.88008557059758, -0.026807295531296974], [6.830383351432274, -0.02370709067020727]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C12", "112-40-3", 427.92999999999995, 34.92, 121.44, 0.001, "Leppert2020b, alkane, alkanes", 0.00010831148421185742, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [0.031234858582652274, 0.0014304308334663128], [0.34357622673141347, 0.015734078096655807], [3.466268028203005, 0.15870444358119157], [34.620885406582325, 1.5817973836906158], [49.79083179629882, 2.2725545395762117], [56.92538725951205, 2.5969270997681857], [59.455960276777425, 2.711903126158041], [60.015087748277146, 2.737301552790204], [65.51695724342629, 2.8102150770981584] … [294.5969225949649, 1.9125053300844777], [331.9752139225331, 1.6632148479457487], [367.14351418343324, 1.451735126115357], [402.1337552680033, 1.2637004142252113], [436.37680431565116, 1.099974641616828], [470.0421101047756, 0.9565834411976775], [502.601296897343, 0.8321959021203299], [533.4476733742906, 0.7248493100643213], [561.1493266049126, 0.63425586409754], [580.175860002369, 0.5716958903006855]], [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.11109999999999996, 0.15994618277717132, 0.18295411228298886, 0.19112027877497884, 0.19292496882088475, 0.21097186927994396 … 1.7521505765761227, 2.2365633880238596, 2.789603878035511, 3.45507277393434, 4.245293826538488, 5.194450396383983, 6.331657489824366, 7.702383623869318, 9.365616634552813, 11.18], [[[0.0, 0.0]], [[312.3492419689374, 14.304368432069733], [312.34902325502867, 14.304348399600842], [312.34891389801675, 14.304338383366385], [312.34858582675326, 14.304308334663201], [312.34858582675326, 14.304308334663201], [312.3483983573025, 14.30429116397542], [312.3480937192093, 14.304263261608183], [312.3479296831873, 14.30424823725635]], [[312.3479296831873, 14.30424823725635], [312.3457425280186, 14.304047912567382], [312.34464894469096, 14.303947750222902], [312.34136817173476, 14.303647263189449], [312.34136817173476, 14.303647263189449], [312.339493428859, 14.30347555631319], [312.3364469476875, 14.303196532639442], [312.3348065224382, 14.303046289122543]], [[312.3348065224382, 14.303046289122543], [312.31293336246625, 14.301043042232875], [312.3019962079958, 14.300041418788203], [312.26918244614984, 14.297036548453521], [312.26918244614984, 14.297036548453521], [312.2504301768673, 14.295319479691104], [312.21995533713124, 14.29252924295175], [312.20354457591367, 14.291026807784467]], [[312.20354457591367, 14.291026807784467], [311.9846519403779, 14.270994338887911], [311.8751480106328, 14.260978104439374], [311.5464052874684, 14.230929401094247], [311.5464052874684, 14.230929401094247], [311.358396463066, 14.213758713468465], [311.05263975552066, 14.185856346076568], [310.88787697387363, 14.170831994404004]], [[310.88787697387363, 14.170831994404004], [310.78052289741584, 14.161046898031918], [310.72683195038945, 14.15615434984587], [310.5657034164088, 14.141476705287738], [310.5657034164088, 14.141476705287738], [310.47359242387716, 14.133089479825955], [310.32385374868244, 14.11946023845055], [310.2431952964243, 14.112121416171483]], [[310.2431952964243, 14.112121416171483], [310.19252803343284, 14.107512359849446], [310.16719129816164, 14.105207831688427], [310.0911686711596, 14.098294247205368], [310.0911686711596, 14.098294247205368], [310.0477188008184, 14.094343627500761], [309.9770997717865, 14.087923870480747], [309.93906747610225, 14.084467078239252]], [[309.93906747610225, 14.084467078239252], [309.92106752912736, 14.082831193476684], [309.9120671635956, 14.082013251095407], [309.88506449855106, 14.079559423951713], [309.88506449855106, 14.079559423951713], [309.8696333477583, 14.078157237012215], [309.8445560886226, 14.075878683235759], [309.8310521083779, 14.074651769663863]], [[309.8310521083779, 14.074651769663863], [309.8270728954717, 14.074290245691733], [309.8250832698537, 14.074109483705671], [309.8191143163364, 14.073567197747474], [309.8191143163364, 14.073567197747474], [309.8157034341231, 14.073257320057078], [309.81016067043424, 14.072753768810191], [309.7806854358767, 4.458284109700463]], [[309.7806854358767, 4.458284109700463], [308.11009955288876, 4.312016919683993], [307.2884455204805, 4.24195588198109], [304.83781939123315, 4.03448442783152], [304.8384450906457, 4.03481858295155], [303.45588500642776, 3.919823798504302], [301.2382133526692, 3.739308837627334], [300.05803340290305, 3.64491236271739]] … [[101.43921260223385, -0.7526151286161931], [98.3037279062643, -0.7228287831973668], [96.87267449181047, -0.7094155496599732], [92.69580618610506, -0.6688049866210428], [92.72921383725509, -0.6696798320672748], [90.47169848896368, -0.646960561040413], [87.08442948922958, -0.613520874060726], [85.35891158931848, -0.5963185092686353]], [[85.35891158931848, -0.5963185092686353], [82.29755181735958, -0.5653753416514224], [80.9182774238946, -0.5520126495376828], [76.90484742925169, -0.5117551894860543], [76.94663065721502, -0.5131871203952935], [74.78799632985773, -0.49072267637914846], [71.59109676805825, -0.45937008962534764], [69.9722444049113, -0.4434602301833591]], [[69.9722444049113, -0.4434602301833591], [67.6098939408175, -0.42019321099869866], [66.53573371853012, -0.41016720227489756], [63.40554352091409, -0.38016810934780465], [63.43219539395, -0.3811653047229765], [61.74391171855904, -0.36455644223919603], [59.219869332046486, -0.34134444161809985], [57.93655108492993, -0.32960011164793823]], [[57.93655108492993, -0.32960011164793823], [55.95849921543267, -0.31155267441958945], [55.056657562633475, -0.3038176980545551], [52.42801072333443, -0.28075912744576353], [52.44887249465464, -0.2815342838012653], [51.0300206178807, -0.2688213980823401], [48.90263701228525, -0.25114983658682216], [47.819534053929665, -0.24223796485067972]], [[47.819534053929665, -0.24223796485067972], [46.169981978523005, -0.22876166362416622], [45.41472951815257, -0.22298801456844625], [43.21168799334734, -0.2058291358678843], [43.22740301595097, -0.20638148083363042], [42.03631999945016, -0.19696033244030456], [40.24225263300838, -0.18384641825891201], [39.32664908912446, -0.17724462473671818]], [[39.32664908912446, -0.17724462473671818], [37.91378161945373, -0.16716110027263736], [37.2645050925174, -0.16284388388862683], [35.36863362087022, -0.15004381564108493], [35.380945038594106, -0.15044166490978542], [34.353868160951876, -0.14343743721624347], [32.799853932567714, -0.13367791929958353], [32.004477494265856, -0.12877171775943097]], [[32.004477494265856, -0.12877171775943097], [30.77720576695863, -0.12130325163461002], [30.21016820775815, -0.11810087498839886], [28.550509689880048, -0.10862307378776014], [28.56000006817365, -0.10889954483379101], [27.657276547556773, -0.10372849050242829], [26.281578955913677, -0.09648889699769807], [25.57372231312399, -0.09284909641332387]], [[25.57372231312399, -0.09284909641332387], [24.469837037947244, -0.08727084245150354], [23.955694197300332, -0.08487112580215983], [22.442756732023547, -0.07776855853621245], [22.450096534686523, -0.07795873080875663], [21.62024833750733, -0.07408624832283492], [20.33968081946702, -0.068610647212], [19.673563218583258, -0.06584572445081614]], [[19.673563218583258, -0.06584572445081614], [18.617011475194975, -0.06155563085036737], [18.11724118692736, -0.05969064618745137], [16.625280908669577, -0.05412550256395697], [16.63090990649627, -0.054253716688370944], [15.794493692119689, -0.051185664739651957], [14.465148294646598, -0.04670509952101016], [13.752784048149614, -0.04438161928830228]], [[13.752784048149614, -0.04438161928830228], [12.706119077145445, -0.04103540144159791], [12.189291972809812, -0.03949298116723981], [10.572850949194152, -0.03464626903954164], [10.576144718235637, -0.03470942411134387], [9.600671766290475, -0.03180388122590169], [7.88008557059758, -0.026807295531296974], [6.830383351432274, -0.02370709067020727]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([580.175860002369, 0.5716958903006855], [561.1493266049126, 0.63425586409754], [13.752784048149614, -0.04438161928830228], [12.706119077145445, -0.04103540144159791], [12.189291972809812, -0.03949298116723981], [10.572850949194152, -0.03464626903954164], [10.576144718235637, -0.03470942411134387], [9.600671766290475, -0.03180388122590169], [7.88008557059758, -0.026807295531296974], [6.830383351432274, -0.02370709067020727], [0.014412018463275344, -5.470217292907539e-5], [578.50238990071, 0.5774604954771928], [0.024840732984794493, -0.08611045725140473], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 360
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 29
Number of rejected steps: 22, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [0.08036770851061478, 0.00980244154799904], [0.8840262224354364, 0.10782232684426611], [8.918753954756268, 1.0875681614346162], [36.999518174347244, 4.508467095161535], [52.33091991242127, 6.374063999338755], [58.81947686585102, 7.163168343026875], [59.98999209252361, 7.305491526870946], [60.54401773902316, 7.327167896044106], [60.78336590674299, 7.334525644468636] … [469.91579641584644, 2.11254186537435], [503.2359610255594, 1.8335967951737626], [536.6058502505356, 1.5916149732520797], [569.9775952020642, 1.3816692834740107], [603.1979901726918, 1.1997201873883818], [636.039015000472, 1.042157286543399], [668.0982419055304, 0.9060413851266205], [698.6769695090934, 0.7891662446270232], [726.4233978028291, 0.6907102397075681], [747.1111897111397, 0.6179497677878985]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.04608233309856543, 0.06520361608459696, 0.07330077946319441, 0.07476177730611676, 0.07545446772268995, 0.0757544580703042 … 2.106207372140701, 2.5489957951813196, 3.076750145094716, 3.7068773144393017, 4.459814578394186, 5.361116788539318, 6.442245972154582, 7.743531246919073, 9.320929530095485, 11.18], [[[0.0, 0.0]], [[803.6787733693504, 98.02482731487422], [803.6782106155406, 98.02469003657959], [803.6779292384878, 98.02462139743224], [803.6770851067406, 98.02441547999082], [803.6770851067406, 98.02441547999082], [803.6766027453409, 98.02429781288059], [803.675818907452, 98.0241066038273], [803.6753968405799, 98.02400364510632]], [[803.6753968405799, 98.02400364510632], [803.669769261105, 98.02263086215994], [803.66695545659, 98.02194447068672], [803.6585139839341, 98.01988529626712], [803.6585139839341, 98.01988529626712], [803.6536902454632, 98.01870862517012], [803.6458516086958, 98.01679653463765], [803.6416307726137, 98.01576694742779]], [[803.6416307726137, 98.01576694742779], [803.58535083972, 98.00203911796248], [803.557209395119, 97.9951752032314], [803.4727791474185, 97.97458345903502], [803.4727791474185, 97.97458345903502], [803.4245293079745, 97.9628167480662], [803.3461171381136, 97.9436958427404], [803.3038920302076, 97.93339997064113]], [[803.3038920302076, 97.93339997064113], [803.1069116642334, 97.88537682033831], [803.0084033612914, 97.86136524518633], [802.7128059192869, 97.78933051973047], [802.7128059192869, 97.78933051973047], [802.5438442121365, 97.74816781946996], [802.2692055437258, 97.68127843154669], [802.1212842349606, 97.64526106881868]], [[802.1212842349606, 97.64526106881868], [802.0134623379837, 97.61901169762172], [801.9595459533288, 97.60588701202322], [801.7977750459249, 97.56651295522767], [801.7977750459249, 97.56651295522767], [801.7053198715024, 97.54401349420166], [801.5550574682846, 97.50745187003436], [801.4741352747752, 97.48776484163666]], [[801.4741352747752, 97.48776484163666], [801.4284415500889, 97.47664919383604], [801.4055937107514, 97.47109136993573], [801.3370462840937, 97.45441789823492], [801.3370462840937, 97.45441789823492], [801.2978736932214, 97.44489020012014], [801.2342141483763, 97.42940769068363], [801.1999338368564, 97.42107095483323]], [[801.1999338368564, 97.42107095483323], [801.1916865387079, 97.41906532190967], [801.1875628577977, 97.41806250544796], [801.1751916877182, 97.41505405606266], [801.1751916877182, 97.41505405606266], [801.1681223619048, 97.41333494212817], [801.1566345744156, 97.41054138198473], [801.1504487744614, 97.40903715729209]], [[801.1504487744614, 97.40903715729209], [800.7394476499769, 25.10335399737285], [800.5096165294475, 25.10554966772402], [799.8206477169527, 24.86535690599706], [799.8204807237645, 25.359814624870808], [799.4274973489482, 24.772035753223776], [798.7894405924369, 24.783532431145545], [798.4463624301756, 24.65255667739642]], [[798.4463624301756, 24.65255667739642], [798.2483610526788, 24.610479175986754], [798.149435661869, 24.589482416794766], [797.8527414437075, 24.526533662057957], [797.8527416053035, 24.5265338728734], [797.6833062326737, 24.490619237549282], [797.4081357002492, 24.432345449787178], [797.2600497625308, 24.401011832225308]] … [[97.53664409541709, -1.0114152189305134], [94.54151459391868, -0.9545457714627279], [93.17258500089105, -0.9302505531996883], [89.17633457205214, -0.858087586391048], [89.2071818049789, -0.8605286652260706], [87.04636323568589, -0.8208767989647054], [83.79962333342766, -0.7659868561327903], [82.14465789787408, -0.738374387001616]], [[82.14465789787408, -0.738374387001616], [79.61018341536895, -0.6965326349008785], [78.45002057852444, -0.678659911813724], [75.06321879748545, -0.6256441589506646], [75.08822385988343, -0.6274044517262234], [73.25637734648504, -0.5983277531031077], [70.49971807171404, -0.5580566852536634], [69.0936682133708, -0.537816676722618]], [[69.0936682133708, -0.537816676722618], [66.94125242466271, -0.507192405446977], [65.95427925343769, -0.49410566074857554], [63.07290447072744, -0.45533577755209365], [63.093131186348785, -0.4565905130002091], [61.533991084022624, -0.4353668683726429], [59.183577578685764, -0.40593359428574943], [57.983774739719934, -0.3911514556796634]], [[57.983774739719934, -0.3911514556796634], [56.14290236930333, -0.36875722302470015], [55.29726041936174, -0.3591826913686658], [52.82816850935914, -0.33085290701011555], [52.84459710402018, -0.33174486207686776], [51.50779143779337, -0.3162655575385767], [49.488636761868925, -0.29476690793686894], [48.45690812262996, -0.28397725322124345]], [[48.45690812262996, -0.28397725322124345], [46.8715721195563, -0.2676259927593464], [46.14170777220305, -0.26062946662102054], [44.00986146964108, -0.23995348536423897], [44.023174701892465, -0.2405827118176112], [42.86784681234456, -0.22930779693929979], [41.11837778536207, -0.21361603392590492], [40.22311510433781, -0.2057452895895932]], [[40.22311510433781, -0.2057452895895932], [38.84342503265327, -0.193799616410734], [38.20640221307067, -0.18868254104019955], [36.344060388784236, -0.1735791024467128], [36.35482175057128, -0.17401993381805506], [35.34376962898223, -0.16580066021875106], [33.807215671118016, -0.1543291506651314], [33.01895749653353, -0.14857711518682862]], [[33.01895749653353, -0.14857711518682862], [31.79917258524955, -0.13982889415284896], [31.23357874290183, -0.13607471846857083], [29.57659593105183, -0.12500439573257824], [29.58523518693531, -0.1253099173080358], [28.682492781305665, -0.11929646179938319], [27.30238076053091, -0.11086474561853948], [26.591078414828658, -0.10663438543749558]], [[26.591078414828658, -0.10663438543749558], [25.482063479481653, -0.10017128295799026], [24.964174413352385, -0.09738783215771157], [23.43939149377477, -0.08917616003283002], [23.446256513030242, -0.0893849367938098], [22.6090872878902, -0.08492468895525257], [21.314779177657627, -0.07861102088663707], [20.64102326597665, -0.07542964355241472]], [[20.64102326597665, -0.07542964355241472], [19.573097102048735, -0.0705082776525808], [19.067386344201605, -0.06836817092270747], [17.55869729866369, -0.06200762173477855], [17.564099574114806, -0.06214812296163], [16.719089184411384, -0.058658703974845156], [15.377496626769037, -0.05357581560876886], [14.660153552835247, -0.05095435443877107]], [[14.660153552835247, -0.05095435443877107], [13.523734799560911, -0.046899229249339244], [12.964624244088816, -0.04505196667387745], [11.218219773591564, -0.039281120377892276], [11.22223273992484, -0.03936658029274125], [10.17019498000164, -0.03593339847253327], [8.317086452164471, -0.030101268291913202], [7.1855563961949125, -0.026502303954291675]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C13", "629-50-5", 444.46999999999997, 35.93, 125.62, 0.001, "Leppert2020b, alkane, alkanes", 0.00010393999972322901, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [0.08036770851061478, 0.00980244154799904], [0.8840262224354364, 0.10782232684426611], [8.918753954756268, 1.0875681614346162], [36.999518174347244, 4.508467095161535], [52.33091991242127, 6.374063999338755], [58.81947686585102, 7.163168343026875], [59.98999209252361, 7.305491526870946], [60.54401773902316, 7.327167896044106], [60.78336590674299, 7.334525644468636] … [469.91579641584644, 2.11254186537435], [503.2359610255594, 1.8335967951737626], [536.6058502505356, 1.5916149732520797], [569.9775952020642, 1.3816692834740107], [603.1979901726918, 1.1997201873883818], [636.039015000472, 1.042157286543399], [668.0982419055304, 0.9060413851266205], [698.6769695090934, 0.7891662446270232], [726.4233978028291, 0.6907102397075681], [747.1111897111397, 0.6179497677878985]], [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.04608233309856543, 0.06520361608459696, 0.07330077946319441, 0.07476177730611676, 0.07545446772268995, 0.0757544580703042 … 2.106207372140701, 2.5489957951813196, 3.076750145094716, 3.7068773144393017, 4.459814578394186, 5.361116788539318, 6.442245972154582, 7.743531246919073, 9.320929530095485, 11.18], [[[0.0, 0.0]], [[803.6787733693504, 98.02482731487422], [803.6782106155406, 98.02469003657959], [803.6779292384878, 98.02462139743224], [803.6770851067406, 98.02441547999082], [803.6770851067406, 98.02441547999082], [803.6766027453409, 98.02429781288059], [803.675818907452, 98.0241066038273], [803.6753968405799, 98.02400364510632]], [[803.6753968405799, 98.02400364510632], [803.669769261105, 98.02263086215994], [803.66695545659, 98.02194447068672], [803.6585139839341, 98.01988529626712], [803.6585139839341, 98.01988529626712], [803.6536902454632, 98.01870862517012], [803.6458516086958, 98.01679653463765], [803.6416307726137, 98.01576694742779]], [[803.6416307726137, 98.01576694742779], [803.58535083972, 98.00203911796248], [803.557209395119, 97.9951752032314], [803.4727791474185, 97.97458345903502], [803.4727791474185, 97.97458345903502], [803.4245293079745, 97.9628167480662], [803.3461171381136, 97.9436958427404], [803.3038920302076, 97.93339997064113]], [[803.3038920302076, 97.93339997064113], [803.1069116642334, 97.88537682033831], [803.0084033612914, 97.86136524518633], [802.7128059192869, 97.78933051973047], [802.7128059192869, 97.78933051973047], [802.5438442121365, 97.74816781946996], [802.2692055437258, 97.68127843154669], [802.1212842349606, 97.64526106881868]], [[802.1212842349606, 97.64526106881868], [802.0134623379837, 97.61901169762172], [801.9595459533288, 97.60588701202322], [801.7977750459249, 97.56651295522767], [801.7977750459249, 97.56651295522767], [801.7053198715024, 97.54401349420166], [801.5550574682846, 97.50745187003436], [801.4741352747752, 97.48776484163666]], [[801.4741352747752, 97.48776484163666], [801.4284415500889, 97.47664919383604], [801.4055937107514, 97.47109136993573], [801.3370462840937, 97.45441789823492], [801.3370462840937, 97.45441789823492], [801.2978736932214, 97.44489020012014], [801.2342141483763, 97.42940769068363], [801.1999338368564, 97.42107095483323]], [[801.1999338368564, 97.42107095483323], [801.1916865387079, 97.41906532190967], [801.1875628577977, 97.41806250544796], [801.1751916877182, 97.41505405606266], [801.1751916877182, 97.41505405606266], [801.1681223619048, 97.41333494212817], [801.1566345744156, 97.41054138198473], [801.1504487744614, 97.40903715729209]], [[801.1504487744614, 97.40903715729209], [800.7394476499769, 25.10335399737285], [800.5096165294475, 25.10554966772402], [799.8206477169527, 24.86535690599706], [799.8204807237645, 25.359814624870808], [799.4274973489482, 24.772035753223776], [798.7894405924369, 24.783532431145545], [798.4463624301756, 24.65255667739642]], [[798.4463624301756, 24.65255667739642], [798.2483610526788, 24.610479175986754], [798.149435661869, 24.589482416794766], [797.8527414437075, 24.526533662057957], [797.8527416053035, 24.5265338728734], [797.6833062326737, 24.490619237549282], [797.4081357002492, 24.432345449787178], [797.2600497625308, 24.401011832225308]] … [[97.53664409541709, -1.0114152189305134], [94.54151459391868, -0.9545457714627279], [93.17258500089105, -0.9302505531996883], [89.17633457205214, -0.858087586391048], [89.2071818049789, -0.8605286652260706], [87.04636323568589, -0.8208767989647054], [83.79962333342766, -0.7659868561327903], [82.14465789787408, -0.738374387001616]], [[82.14465789787408, -0.738374387001616], [79.61018341536895, -0.6965326349008785], [78.45002057852444, -0.678659911813724], [75.06321879748545, -0.6256441589506646], [75.08822385988343, -0.6274044517262234], [73.25637734648504, -0.5983277531031077], [70.49971807171404, -0.5580566852536634], [69.0936682133708, -0.537816676722618]], [[69.0936682133708, -0.537816676722618], [66.94125242466271, -0.507192405446977], [65.95427925343769, -0.49410566074857554], [63.07290447072744, -0.45533577755209365], [63.093131186348785, -0.4565905130002091], [61.533991084022624, -0.4353668683726429], [59.183577578685764, -0.40593359428574943], [57.983774739719934, -0.3911514556796634]], [[57.983774739719934, -0.3911514556796634], [56.14290236930333, -0.36875722302470015], [55.29726041936174, -0.3591826913686658], [52.82816850935914, -0.33085290701011555], [52.84459710402018, -0.33174486207686776], [51.50779143779337, -0.3162655575385767], [49.488636761868925, -0.29476690793686894], [48.45690812262996, -0.28397725322124345]], [[48.45690812262996, -0.28397725322124345], [46.8715721195563, -0.2676259927593464], [46.14170777220305, -0.26062946662102054], [44.00986146964108, -0.23995348536423897], [44.023174701892465, -0.2405827118176112], [42.86784681234456, -0.22930779693929979], [41.11837778536207, -0.21361603392590492], [40.22311510433781, -0.2057452895895932]], [[40.22311510433781, -0.2057452895895932], [38.84342503265327, -0.193799616410734], [38.20640221307067, -0.18868254104019955], [36.344060388784236, -0.1735791024467128], [36.35482175057128, -0.17401993381805506], [35.34376962898223, -0.16580066021875106], [33.807215671118016, -0.1543291506651314], [33.01895749653353, -0.14857711518682862]], [[33.01895749653353, -0.14857711518682862], [31.79917258524955, -0.13982889415284896], [31.23357874290183, -0.13607471846857083], [29.57659593105183, -0.12500439573257824], [29.58523518693531, -0.1253099173080358], [28.682492781305665, -0.11929646179938319], [27.30238076053091, -0.11086474561853948], [26.591078414828658, -0.10663438543749558]], [[26.591078414828658, -0.10663438543749558], [25.482063479481653, -0.10017128295799026], [24.964174413352385, -0.09738783215771157], [23.43939149377477, -0.08917616003283002], [23.446256513030242, -0.0893849367938098], [22.6090872878902, -0.08492468895525257], [21.314779177657627, -0.07861102088663707], [20.64102326597665, -0.07542964355241472]], [[20.64102326597665, -0.07542964355241472], [19.573097102048735, -0.0705082776525808], [19.067386344201605, -0.06836817092270747], [17.55869729866369, -0.06200762173477855], [17.564099574114806, -0.06214812296163], [16.719089184411384, -0.058658703974845156], [15.377496626769037, -0.05357581560876886], [14.660153552835247, -0.05095435443877107]], [[14.660153552835247, -0.05095435443877107], [13.523734799560911, -0.046899229249339244], [12.964624244088816, -0.04505196667387745], [11.218219773591564, -0.039281120377892276], [11.22223273992484, -0.03936658029274125], [10.17019498000164, -0.03593339847253327], [8.317086452164471, -0.030101268291913202], [7.1855563961949125, -0.026502303954291675]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([747.1111897111397, 0.6179497677878985], [726.4233978028291, 0.6907102397075681], [14.660153552835247, -0.05095435443877107], [13.523734799560911, -0.046899229249339244], [12.964624244088816, -0.04505196667387745], [11.218219773591564, -0.039281120377892276], [11.22223273992484, -0.03936658029274125], [10.17019498000164, -0.03593339847253327], [8.317086452164471, -0.030101268291913202], [7.1855563961949125, -0.026502303954291675], [0.016275245906806853, -6.415473378013062e-5], [745.3037230189085, 0.6245740857112563], [0.021784206081685596, -0.09274798911066157], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 437
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 36
Number of rejected steps: 26, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [0.20167300074609165, 0.063653972258059], [2.2183564060836614, 0.700164277250428], [22.380529522428837, 7.0623255683517705], [53.26591100077479, 16.80299962726043], [58.26734819909565, 18.379768576596092], [59.97627437388596, 18.918492269623027], [60.478128322693294, 18.961919396327648], [60.6958463322554, 18.97573744337489], [62.8559419051708, 19.105498082984575] … [640.5437390811994, 2.097547649154452], [673.8007068641675, 1.8191532328244597], [707.2468127805414, 1.578198264210008], [740.7623889011894, 1.3696378196995223], [774.1530889637656, 1.189176012880195], [807.1091600375646, 1.0331921318716113], [839.1147897892652, 0.8987905495776332], [869.251768572074, 0.7840545054512479], [895.6602989142884, 0.6891490964325981], [907.1189845962977, 0.6474308598301796]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.02642663918001458, 0.02890949540190982, 0.029757914658447546, 0.030007450181802252, 0.03011596228847866, 0.031201083355242767 … 2.3883116000803444, 2.855850777225353, 3.4135531477732344, 4.079552195000623, 4.875925340753915, 5.8298986658280025, 6.975534971092545, 8.357136982666773, 10.04274261170167, 11.18], [[[0.0, 0.0]], [[2016.7342439523236, 636.5423969067945], [2016.7328317900065, 636.5415054647273], [2016.732125708476, 636.5410597436933], [2016.7300074623895, 636.5397225805834], [2016.7300074623895, 636.5397225805834], [2016.7287970350778, 636.5389584873918], [2016.7268300891233, 636.5377168359406], [2016.725770963584, 636.5370482543901]], [[2016.725770963584, 636.5370482543901], [2016.7116492365783, 636.5281338337168], [2016.7045883359926, 636.5236766233796], [2016.6834054859057, 636.5103049923692], [2016.6834054859057, 636.5103049923692], [2016.6713009002426, 636.5026640603631], [2016.6516307935797, 636.4902475458534], [2016.641039118215, 636.4835617303479]], [[2016.641039118215, 636.4835617303479], [2016.4998114640002, 636.3944175236112], [2016.4291939276143, 636.3498454202338], [2016.2173264783373, 636.2161291101373], [2016.2173264783373, 636.2161291101373], [2016.0962493680524, 636.1397197900772], [2015.8994835539784, 636.0155546449789], [2015.7935247755545, 635.9486964899172]], [[2015.7935247755545, 635.9486964899172], [2015.576975191105, 635.812068380762], [2015.4686916737826, 635.7437543261797], [2015.143806210203, 635.5388121624327], [2015.143806210203, 635.5388121624327], [2014.9581338547484, 635.4217023545774], [2014.6563797810581, 635.2313989168127], [2014.493878096326, 635.128927834939]], [[2014.493878096326, 635.128927834939], [2014.458776849609, 635.1067946101049], [2014.441225996888, 635.0957279976877], [2014.3885725212288, 635.062528160436], [2014.3885725212288, 635.062528160436], [2014.3584842029156, 635.0435568248638], [2014.3095897270905, 635.0127284045591], [2014.2832614408171, 634.9961284859336]], [[2014.2832614408171, 634.9961284859336], [2014.271265773694, 634.988565319773], [2014.2652679133435, 634.984783736693], [2014.2472742251314, 634.9734389874523], [2014.2472742251314, 634.9734389874523], [2014.2369920454116, 634.9669562736005], [2014.2202833914191, 634.9564218635913], [2014.211286366474, 634.9507494889708]], [[2014.211286366474, 634.9507494889708], [2013.4091932490464, 130.6142629255532], [2012.8510826880438, 130.6800138882537], [2011.178298433632, 129.2056819830621], [2011.1772548671079, 132.5543847034943], [2010.2236422744572, 128.6603846843272], [2008.6740134388629, 128.8786803207165], [2007.8409282750245, 128.06697522091326]], [[2007.8409282750245, 128.06697522091326], [2007.3581023210077, 127.8244475428379], [2007.1168676968755, 127.70342297323663], [2006.3933560357, 127.34058667049874], [2006.3933564102483, 127.34058784520266], [2005.980167099297, 127.133572767322], [2005.3091167472128, 126.79767236610553], [2004.9479774288784, 126.61705723464206]], [[2004.9479774288784, 126.61705723464206], [2000.1400889435163, 124.2179233323281], [1997.753825538712, 123.04190506791952], [1990.6136664269322, 119.5360943234686], [1990.6140375286375, 119.53725613428037], [1986.5576682702747, 117.56360817270382], [1980.003683809619, 114.40528565693461], [1976.4933620454233, 112.72810834758855]] … [[91.4953312529707, -0.9624089461513261], [88.78546864889248, -0.9073773714937867], [87.54160078917057, -0.883861841440045], [83.90751912901892, -0.8142526184850452], [83.9327778720471, -0.8164953727579891], [81.9646748260533, -0.7784183918550001], [78.99503118842726, -0.7256268561413203], [77.47825578488944, -0.6991254730620279]], [[77.47825578488944, -0.6991254730620279], [75.1537545256588, -0.659060264259297], [74.08571131142422, -0.6419326524390331], [70.96560615393196, -0.5912710462542737], [70.98658262442322, -0.5928735711667203], [69.2965852276502, -0.5651937501567258], [66.74401874571055, -0.5267766513331544], [65.43972239513067, -0.5074993627073973]], [[65.43972239513067, -0.5074993627073973], [63.43882447714433, -0.4783409877334973], [62.518374511294724, -0.46586935745633523], [59.82950819347442, -0.4290101246861832], [59.8468944502554, -0.4301510528669386], [58.39007036488661, -0.4100387014596948], [56.18692177266777, -0.38208866670833036], [55.06048590926702, -0.36806974285067223]], [[55.06048590926702, -0.36806974285067223], [53.32982232472355, -0.34684688261256236], [52.53249037838102, -0.33776356440208366], [50.20298586762637, -0.3109427143150873], [50.21735637511593, -0.3117516144341548], [48.95454973343927, -0.2971382467783431], [47.041576680739176, -0.27679790395220033], [46.06257179452533, -0.2666002554817953]], [[46.06257179452533, -0.2666002554817953], [44.55540152600934, -0.25114566793385273], [43.85961478381969, -0.2445254379936359], [41.82583764284928, -0.22499671186005862], [41.837659257317966, -0.225566719857292], [40.73397494326923, -0.21494400380807185], [39.057873919888856, -0.20012672180730634], [38.1986998010175, -0.19270070087289076]], [[38.1986998010175, -0.19270070087289076], [36.87193700893277, -0.18142761350618086], [36.2575938708226, -0.17659245610791588], [34.459718453814574, -0.16234302037374915], [34.469377025892676, -0.1627413526717534], [33.49157885185383, -0.15500368141648754], [32.00068395449234, -0.1441762372076466], [31.23416487921308, -0.13874965721352606]], [[31.23416487921308, -0.13874965721352606], [30.04448914026921, -0.13048807718415406], [29.490952334518077, -0.12693670800244305], [27.8663809590052, -0.11647544684605132], [27.87419361041466, -0.11675051801503174], [26.98654900485639, -0.11107681315392734], [25.62336860078709, -0.10309200146135492], [24.918290623857587, -0.09908388301819357]], [[24.918290623857587, -0.09908388301819357], [23.813358932381853, -0.09294300003660685], [23.2947253747749, -0.09029005363998407], [21.76180517189295, -0.08245911598641285], [21.768040241275465, -0.0826460378355861], [20.92139244137227, -0.07838976931462928], [19.601686636639062, -0.07231763007864167], [18.909513783095306, -0.06924445907604396]], [[18.909513783095306, -0.06924445907604396], [17.797129228527144, -0.06443396560590635], [17.264910797140466, -0.06232276470277357], [15.65927497285462, -0.05599288114022659], [15.664261452919618, -0.05611899348154771], [14.749445591684362, -0.05259888941050287], [13.263665052660775, -0.04731900234803437], [12.448998005165429, -0.04451533184358608]], [[12.448998005165429, -0.04451533184358608], [11.698297168991473, -0.041970490083079806], [11.32012239245465, -0.040735191080551535], [10.136247133405096, -0.036852585187322616], [10.137024722258433, -0.03686865406059994], [9.423056012506807, -0.03453766556321298], [8.178563482492823, -0.030501664937160586], [7.4454965824389285, -0.028101608277525694]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C14", "629-59-4", 459.98, 36.76, 126.76, 0.001, "Leppert2020b, alkane, alkanes", 0.00010002700149772162, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [0.20167300074609165, 0.063653972258059], [2.2183564060836614, 0.700164277250428], [22.380529522428837, 7.0623255683517705], [53.26591100077479, 16.80299962726043], [58.26734819909565, 18.379768576596092], [59.97627437388596, 18.918492269623027], [60.478128322693294, 18.961919396327648], [60.6958463322554, 18.97573744337489], [62.8559419051708, 19.105498082984575] … [640.5437390811994, 2.097547649154452], [673.8007068641675, 1.8191532328244597], [707.2468127805414, 1.578198264210008], [740.7623889011894, 1.3696378196995223], [774.1530889637656, 1.189176012880195], [807.1091600375646, 1.0331921318716113], [839.1147897892652, 0.8987905495776332], [869.251768572074, 0.7840545054512479], [895.6602989142884, 0.6891490964325981], [907.1189845962977, 0.6474308598301796]], [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.02642663918001458, 0.02890949540190982, 0.029757914658447546, 0.030007450181802252, 0.03011596228847866, 0.031201083355242767 … 2.3883116000803444, 2.855850777225353, 3.4135531477732344, 4.079552195000623, 4.875925340753915, 5.8298986658280025, 6.975534971092545, 8.357136982666773, 10.04274261170167, 11.18], [[[0.0, 0.0]], [[2016.7342439523236, 636.5423969067945], [2016.7328317900065, 636.5415054647273], [2016.732125708476, 636.5410597436933], [2016.7300074623895, 636.5397225805834], [2016.7300074623895, 636.5397225805834], [2016.7287970350778, 636.5389584873918], [2016.7268300891233, 636.5377168359406], [2016.725770963584, 636.5370482543901]], [[2016.725770963584, 636.5370482543901], [2016.7116492365783, 636.5281338337168], [2016.7045883359926, 636.5236766233796], [2016.6834054859057, 636.5103049923692], [2016.6834054859057, 636.5103049923692], [2016.6713009002426, 636.5026640603631], [2016.6516307935797, 636.4902475458534], [2016.641039118215, 636.4835617303479]], [[2016.641039118215, 636.4835617303479], [2016.4998114640002, 636.3944175236112], [2016.4291939276143, 636.3498454202338], [2016.2173264783373, 636.2161291101373], [2016.2173264783373, 636.2161291101373], [2016.0962493680524, 636.1397197900772], [2015.8994835539784, 636.0155546449789], [2015.7935247755545, 635.9486964899172]], [[2015.7935247755545, 635.9486964899172], [2015.576975191105, 635.812068380762], [2015.4686916737826, 635.7437543261797], [2015.143806210203, 635.5388121624327], [2015.143806210203, 635.5388121624327], [2014.9581338547484, 635.4217023545774], [2014.6563797810581, 635.2313989168127], [2014.493878096326, 635.128927834939]], [[2014.493878096326, 635.128927834939], [2014.458776849609, 635.1067946101049], [2014.441225996888, 635.0957279976877], [2014.3885725212288, 635.062528160436], [2014.3885725212288, 635.062528160436], [2014.3584842029156, 635.0435568248638], [2014.3095897270905, 635.0127284045591], [2014.2832614408171, 634.9961284859336]], [[2014.2832614408171, 634.9961284859336], [2014.271265773694, 634.988565319773], [2014.2652679133435, 634.984783736693], [2014.2472742251314, 634.9734389874523], [2014.2472742251314, 634.9734389874523], [2014.2369920454116, 634.9669562736005], [2014.2202833914191, 634.9564218635913], [2014.211286366474, 634.9507494889708]], [[2014.211286366474, 634.9507494889708], [2013.4091932490464, 130.6142629255532], [2012.8510826880438, 130.6800138882537], [2011.178298433632, 129.2056819830621], [2011.1772548671079, 132.5543847034943], [2010.2236422744572, 128.6603846843272], [2008.6740134388629, 128.8786803207165], [2007.8409282750245, 128.06697522091326]], [[2007.8409282750245, 128.06697522091326], [2007.3581023210077, 127.8244475428379], [2007.1168676968755, 127.70342297323663], [2006.3933560357, 127.34058667049874], [2006.3933564102483, 127.34058784520266], [2005.980167099297, 127.133572767322], [2005.3091167472128, 126.79767236610553], [2004.9479774288784, 126.61705723464206]], [[2004.9479774288784, 126.61705723464206], [2000.1400889435163, 124.2179233323281], [1997.753825538712, 123.04190506791952], [1990.6136664269322, 119.5360943234686], [1990.6140375286375, 119.53725613428037], [1986.5576682702747, 117.56360817270382], [1980.003683809619, 114.40528565693461], [1976.4933620454233, 112.72810834758855]] … [[91.4953312529707, -0.9624089461513261], [88.78546864889248, -0.9073773714937867], [87.54160078917057, -0.883861841440045], [83.90751912901892, -0.8142526184850452], [83.9327778720471, -0.8164953727579891], [81.9646748260533, -0.7784183918550001], [78.99503118842726, -0.7256268561413203], [77.47825578488944, -0.6991254730620279]], [[77.47825578488944, -0.6991254730620279], [75.1537545256588, -0.659060264259297], [74.08571131142422, -0.6419326524390331], [70.96560615393196, -0.5912710462542737], [70.98658262442322, -0.5928735711667203], [69.2965852276502, -0.5651937501567258], [66.74401874571055, -0.5267766513331544], [65.43972239513067, -0.5074993627073973]], [[65.43972239513067, -0.5074993627073973], [63.43882447714433, -0.4783409877334973], [62.518374511294724, -0.46586935745633523], [59.82950819347442, -0.4290101246861832], [59.8468944502554, -0.4301510528669386], [58.39007036488661, -0.4100387014596948], [56.18692177266777, -0.38208866670833036], [55.06048590926702, -0.36806974285067223]], [[55.06048590926702, -0.36806974285067223], [53.32982232472355, -0.34684688261256236], [52.53249037838102, -0.33776356440208366], [50.20298586762637, -0.3109427143150873], [50.21735637511593, -0.3117516144341548], [48.95454973343927, -0.2971382467783431], [47.041576680739176, -0.27679790395220033], [46.06257179452533, -0.2666002554817953]], [[46.06257179452533, -0.2666002554817953], [44.55540152600934, -0.25114566793385273], [43.85961478381969, -0.2445254379936359], [41.82583764284928, -0.22499671186005862], [41.837659257317966, -0.225566719857292], [40.73397494326923, -0.21494400380807185], [39.057873919888856, -0.20012672180730634], [38.1986998010175, -0.19270070087289076]], [[38.1986998010175, -0.19270070087289076], [36.87193700893277, -0.18142761350618086], [36.2575938708226, -0.17659245610791588], [34.459718453814574, -0.16234302037374915], [34.469377025892676, -0.1627413526717534], [33.49157885185383, -0.15500368141648754], [32.00068395449234, -0.1441762372076466], [31.23416487921308, -0.13874965721352606]], [[31.23416487921308, -0.13874965721352606], [30.04448914026921, -0.13048807718415406], [29.490952334518077, -0.12693670800244305], [27.8663809590052, -0.11647544684605132], [27.87419361041466, -0.11675051801503174], [26.98654900485639, -0.11107681315392734], [25.62336860078709, -0.10309200146135492], [24.918290623857587, -0.09908388301819357]], [[24.918290623857587, -0.09908388301819357], [23.813358932381853, -0.09294300003660685], [23.2947253747749, -0.09029005363998407], [21.76180517189295, -0.08245911598641285], [21.768040241275465, -0.0826460378355861], [20.92139244137227, -0.07838976931462928], [19.601686636639062, -0.07231763007864167], [18.909513783095306, -0.06924445907604396]], [[18.909513783095306, -0.06924445907604396], [17.797129228527144, -0.06443396560590635], [17.264910797140466, -0.06232276470277357], [15.65927497285462, -0.05599288114022659], [15.664261452919618, -0.05611899348154771], [14.749445591684362, -0.05259888941050287], [13.263665052660775, -0.04731900234803437], [12.448998005165429, -0.04451533184358608]], [[12.448998005165429, -0.04451533184358608], [11.698297168991473, -0.041970490083079806], [11.32012239245465, -0.040735191080551535], [10.136247133405096, -0.036852585187322616], [10.137024722258433, -0.03686865406059994], [9.423056012506807, -0.03453766556321298], [8.178563482492823, -0.030501664937160586], [7.4454965824389285, -0.028101608277525694]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([907.1189845962977, 0.6474308598301796], [895.6602989142884, 0.6891490964325981], [12.448998005165429, -0.04451533184358608], [11.698297168991473, -0.041970490083079806], [11.32012239245465, -0.040735191080551535], [10.136247133405096, -0.036852585187322616], [10.137024722258433, -0.03686865406059994], [9.423056012506807, -0.03453766556321298], [8.178563482492823, -0.030501664937160586], [7.4454965824389285, -0.028101608277525694], [0.0034276383568229655, -1.436688355301928e-5], [906.0069681601369, 0.6516064651713324], [0.0037785942488615686, -0.02081707217655162], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 465
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 41
Number of rejected steps: 25, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [0.5118766854272803, 0.4219575619756654], [5.630525256437843, 4.641338174675174], [56.805180800932064, 46.81564359595516], [59.615807759047144, 49.13143747552918], [60.02721907677394, 49.47041209211274], [64.08188576665707, 49.91605812177886], [72.49442963807763, 50.48957592229632], [82.9002941253958, 50.643301853655736], [95.27754165053068, 50.19276577527522] … [779.0813321257494, 2.2604533714317525], [812.651455348656, 1.9600405936908976], [846.4977517608771, 1.700162907864467], [880.5064353658115, 1.4753155838233665], [914.5019585510814, 1.280789638371047], [948.2096971006372, 1.112602816651276], [981.1849899109388, 0.9674958600928868], [1012.6627035962109, 0.8430865570427569], [1041.1791037897399, 0.738552390690814], [1061.4025141274865, 0.6650853178014323]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.011649344257923317, 0.011729756721469595, 0.012533881356932368, 0.014277376254310326, 0.016581195024200013, 0.019547835138334132 … 2.2897888992674917, 2.7279576392312253, 3.2505077356979624, 3.8743074921087874, 4.619895315607754, 5.512478011968099, 6.583397667510214, 7.872689663721999, 9.436361436328305, 11.18], [[[0.0, 0.0]], [[5118.777607130979, 4219.5933476709215], [5118.774022848682, 4219.58743836616], [5118.772230706591, 4219.5844837137765], [5118.766854276601, 4219.575619756711], [5118.766854276631, 4219.57561975676], [5118.763782028287, 4219.570554638267], [5118.758789620914, 4219.562323820918], [5118.756101399543, 4219.557891842347]], [[5118.756101399543, 4219.557891842347], [5118.720258313036, 4219.498798794728], [5118.702336675659, 4219.469252270917], [5118.648571387048, 4219.380612699487], [5118.648571387048, 4219.380612699487], [5118.617848111424, 4219.32996151581], [5118.567922395269, 4219.247653342417], [5118.541039115565, 4219.203333556623]], [[5118.541039115565, 4219.203333556623], [5118.18258189391, 4218.612403080417], [5118.003343868406, 4218.316937842311], [5117.465592125278, 4217.430542128], [5117.465592125278, 4217.430542128], [5117.1582800425285, 4216.924030291252], [5116.6588585416785, 4216.100948556533], [5116.38991907984, 4215.657750699345]], [[5116.38991907984, 4215.657750699345], [5116.370219811, 4215.625288272984], [5116.360370148129, 4215.609057059787], [5116.330821045741, 4215.560363420196], [5116.330821045741, 4215.560363420196], [5116.313935767754, 4215.532538483288], [5116.28649707217, 4215.487322960811], [5116.271722328982, 4215.462976141015]], [[5116.271722328982, 4215.462976141015], [5116.268838707812, 4215.458224323476], [5116.267396896618, 4215.455848414709], [5116.263071460599, 4215.448720688402], [5116.263071460599, 4215.448720688402], [5116.2605997812325, 4215.444647701942], [5116.256583299713, 4215.438029098944], [5115.270622322609, 638.0445171232604]], [[5115.270622322609, 638.0445171232604], [5090.531941134906, 608.7644086747673], [5078.345641323613, 594.7136771295332], [5041.973389873998, 553.0908157176546], [5041.981191777612, 553.1502051699931], [5021.4344165321845, 530.0586392589285], [4988.431666727647, 493.7568150948159], [4970.84750467454, 474.75567900613623]], [[4970.84750467454, 474.75567900613623], [4920.484282469849, 421.1736449486143], [4896.080159789034, 396.6593646860756], [4823.616354408918, 324.92145694217925], [4823.6861024673835, 325.4105037705508], [4783.217455051228, 286.67576583518803], [4719.074359980207, 228.48758122214076], [4685.26691877315, 198.94459259318091]], [[4685.26691877315, 198.94459259318091], [4626.564115061071, 149.00707955004054], [4598.331372976059, 126.74936428860337], [4514.682166882483, 62.0431029625488], [4514.806484440916, 62.7692175801526], [4468.314241387242, 28.272663441616714], [4395.08347332831, -22.06197162099579], [4356.666099545187, -47.190192206637676]], [[4356.666099545187, -47.190192206637676], [4291.855283531501, -88.04603297426456], [4260.913712664463, -105.6938695153226], [4169.426329136597, -156.57234825561954], [4169.619774941961, -155.68041870293655], [4118.996103452337, -182.41870487977985], [4039.7577012877464, -219.92398983637213], [3998.372367287468, -238.24557895788166]] … [[98.15043335789173, -1.1090517200973316], [95.291646681216, -1.045511038366107], [93.97812463758433, -1.0183503277138033], [90.13925315618691, -0.9380020594519558], [90.16538251871326, -0.9405603529882542], [88.08532083697486, -0.8966452887158303], [84.94372998460285, -0.8357238492490994], [83.3382976730893, -0.8051510117580032]], [[83.3382976730893, -0.8051510117580032], [80.8775706776224, -0.7589522914994046], [79.74611727881795, -0.7391973386680608], [76.43983088642784, -0.6807919086442269], [76.46174181127171, -0.6826237102080156], [74.67018187047255, -0.6507315956565118], [71.96236116782966, -0.6064500818271277], [70.57821172954013, -0.5842351331439367]], [[70.57821172954013, -0.5842351331439367], [68.45463902570549, -0.5506457635444854], [67.47731199510292, -0.5362764123423317], [64.62167103696608, -0.4938223322053859], [64.63999399346109, -0.4951299457421977], [63.092385850244455, -0.47197315549000685], [60.751026901345895, -0.43978604216080974], [59.553673573974294, -0.42364443312262323]], [[59.553673573974294, -0.42364443312262323], [57.71437661384596, -0.3992193613787593], [56.86685255779144, -0.3887647293092498], [54.39040626888744, -0.357900686753474], [54.405670950761554, -0.358830325419444], [53.06306616698331, -0.3420166857801305], [51.02909692874271, -0.3186147368175331], [49.98817681501832, -0.3068833718599272]], [[49.98817681501832, -0.3068833718599272], [48.386391030335794, -0.2891137736231763], [47.64706109261358, -0.28150234064539964], [45.48611594396324, -0.2590516722499826], [45.49876772789417, -0.25970895730775956], [44.326270748046646, -0.24749657343724532], [42.54639154996151, -0.23046811462649394], [41.63434040115049, -0.2219348068886777]], [[41.63434040115049, -0.2219348068886777], [40.227222643663005, -0.2089905136815482], [39.57612232344887, -0.20344010130119256], [37.671416439470214, -0.1870835995956423], [37.681829825539516, -0.18754480314976202], [36.64663834977046, -0.17866185684616884], [35.07005612755109, -0.16624304937407808], [34.260279731850346, -0.16002051662975778]], [[34.260279731850346, -0.16002051662975778], [33.00573733872269, -0.15055914033043724], [32.42292911207209, -0.14649503980069506], [30.714396509259753, -0.1345265342450718], [30.722885695524493, -0.1348467177683773], [29.791038064481175, -0.12835615196092703], [28.36372145930141, -0.11924122108283368], [27.627213715474785, -0.11467036655111452]], [[27.627213715474785, -0.11467036655111452], [26.477551028069296, -0.10768768021038921], [25.93973596439509, -0.10467738907169735], [24.355007685754657, -0.09580523792956859], [24.361838094560976, -0.0960242427877599], [23.49063695525467, -0.0912109208917323], [22.141092141105258, -0.08438573254879866], [21.43758452049876, -0.0809467794769274]], [[21.43758452049876, -0.0809467794769274], [20.32055890099334, -0.07562358671587624], [19.790557059485057, -0.07330529401962298], [18.207199531913055, -0.06641641971807197], [18.212635150952156, -0.06656391761095777], [17.323910339516107, -0.06278433428388638], [15.908879307420918, -0.05726131423958301], [15.150249991272286, -0.054407521046642045]], [[15.150249991272286, -0.054407521046642045], [14.010866240336307, -0.05022205718151003], [13.448180638875156, -0.04829893878850064], [11.68962392790391, -0.04229338140279096], [11.693120394524563, -0.042370261714176544], [10.633322457063002, -0.03879925408194443], [8.768737145522165, -0.032718922499400685], [7.636379292948331, -0.028994322834972316]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C15", "629-62-9", 474.4, 37.39, 129.62, 0.001, "Leppert2020b, alkane, alkanes", 9.64976601701651e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [0.5118766854272803, 0.4219575619756654], [5.630525256437843, 4.641338174675174], [56.805180800932064, 46.81564359595516], [59.615807759047144, 49.13143747552918], [60.02721907677394, 49.47041209211274], [64.08188576665707, 49.91605812177886], [72.49442963807763, 50.48957592229632], [82.9002941253958, 50.643301853655736], [95.27754165053068, 50.19276577527522] … [779.0813321257494, 2.2604533714317525], [812.651455348656, 1.9600405936908976], [846.4977517608771, 1.700162907864467], [880.5064353658115, 1.4753155838233665], [914.5019585510814, 1.280789638371047], [948.2096971006372, 1.112602816651276], [981.1849899109388, 0.9674958600928868], [1012.6627035962109, 0.8430865570427569], [1041.1791037897399, 0.738552390690814], [1061.4025141274865, 0.6650853178014323]], [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.011649344257923317, 0.011729756721469595, 0.012533881356932368, 0.014277376254310326, 0.016581195024200013, 0.019547835138334132 … 2.2897888992674917, 2.7279576392312253, 3.2505077356979624, 3.8743074921087874, 4.619895315607754, 5.512478011968099, 6.583397667510214, 7.872689663721999, 9.436361436328305, 11.18], [[[0.0, 0.0]], [[5118.777607130979, 4219.5933476709215], [5118.774022848682, 4219.58743836616], [5118.772230706591, 4219.5844837137765], [5118.766854276601, 4219.575619756711], [5118.766854276631, 4219.57561975676], [5118.763782028287, 4219.570554638267], [5118.758789620914, 4219.562323820918], [5118.756101399543, 4219.557891842347]], [[5118.756101399543, 4219.557891842347], [5118.720258313036, 4219.498798794728], [5118.702336675659, 4219.469252270917], [5118.648571387048, 4219.380612699487], [5118.648571387048, 4219.380612699487], [5118.617848111424, 4219.32996151581], [5118.567922395269, 4219.247653342417], [5118.541039115565, 4219.203333556623]], [[5118.541039115565, 4219.203333556623], [5118.18258189391, 4218.612403080417], [5118.003343868406, 4218.316937842311], [5117.465592125278, 4217.430542128], [5117.465592125278, 4217.430542128], [5117.1582800425285, 4216.924030291252], [5116.6588585416785, 4216.100948556533], [5116.38991907984, 4215.657750699345]], [[5116.38991907984, 4215.657750699345], [5116.370219811, 4215.625288272984], [5116.360370148129, 4215.609057059787], [5116.330821045741, 4215.560363420196], [5116.330821045741, 4215.560363420196], [5116.313935767754, 4215.532538483288], [5116.28649707217, 4215.487322960811], [5116.271722328982, 4215.462976141015]], [[5116.271722328982, 4215.462976141015], [5116.268838707812, 4215.458224323476], [5116.267396896618, 4215.455848414709], [5116.263071460599, 4215.448720688402], [5116.263071460599, 4215.448720688402], [5116.2605997812325, 4215.444647701942], [5116.256583299713, 4215.438029098944], [5115.270622322609, 638.0445171232604]], [[5115.270622322609, 638.0445171232604], [5090.531941134906, 608.7644086747673], [5078.345641323613, 594.7136771295332], [5041.973389873998, 553.0908157176546], [5041.981191777612, 553.1502051699931], [5021.4344165321845, 530.0586392589285], [4988.431666727647, 493.7568150948159], [4970.84750467454, 474.75567900613623]], [[4970.84750467454, 474.75567900613623], [4920.484282469849, 421.1736449486143], [4896.080159789034, 396.6593646860756], [4823.616354408918, 324.92145694217925], [4823.6861024673835, 325.4105037705508], [4783.217455051228, 286.67576583518803], [4719.074359980207, 228.48758122214076], [4685.26691877315, 198.94459259318091]], [[4685.26691877315, 198.94459259318091], [4626.564115061071, 149.00707955004054], [4598.331372976059, 126.74936428860337], [4514.682166882483, 62.0431029625488], [4514.806484440916, 62.7692175801526], [4468.314241387242, 28.272663441616714], [4395.08347332831, -22.06197162099579], [4356.666099545187, -47.190192206637676]], [[4356.666099545187, -47.190192206637676], [4291.855283531501, -88.04603297426456], [4260.913712664463, -105.6938695153226], [4169.426329136597, -156.57234825561954], [4169.619774941961, -155.68041870293655], [4118.996103452337, -182.41870487977985], [4039.7577012877464, -219.92398983637213], [3998.372367287468, -238.24557895788166]] … [[98.15043335789173, -1.1090517200973316], [95.291646681216, -1.045511038366107], [93.97812463758433, -1.0183503277138033], [90.13925315618691, -0.9380020594519558], [90.16538251871326, -0.9405603529882542], [88.08532083697486, -0.8966452887158303], [84.94372998460285, -0.8357238492490994], [83.3382976730893, -0.8051510117580032]], [[83.3382976730893, -0.8051510117580032], [80.8775706776224, -0.7589522914994046], [79.74611727881795, -0.7391973386680608], [76.43983088642784, -0.6807919086442269], [76.46174181127171, -0.6826237102080156], [74.67018187047255, -0.6507315956565118], [71.96236116782966, -0.6064500818271277], [70.57821172954013, -0.5842351331439367]], [[70.57821172954013, -0.5842351331439367], [68.45463902570549, -0.5506457635444854], [67.47731199510292, -0.5362764123423317], [64.62167103696608, -0.4938223322053859], [64.63999399346109, -0.4951299457421977], [63.092385850244455, -0.47197315549000685], [60.751026901345895, -0.43978604216080974], [59.553673573974294, -0.42364443312262323]], [[59.553673573974294, -0.42364443312262323], [57.71437661384596, -0.3992193613787593], [56.86685255779144, -0.3887647293092498], [54.39040626888744, -0.357900686753474], [54.405670950761554, -0.358830325419444], [53.06306616698331, -0.3420166857801305], [51.02909692874271, -0.3186147368175331], [49.98817681501832, -0.3068833718599272]], [[49.98817681501832, -0.3068833718599272], [48.386391030335794, -0.2891137736231763], [47.64706109261358, -0.28150234064539964], [45.48611594396324, -0.2590516722499826], [45.49876772789417, -0.25970895730775956], [44.326270748046646, -0.24749657343724532], [42.54639154996151, -0.23046811462649394], [41.63434040115049, -0.2219348068886777]], [[41.63434040115049, -0.2219348068886777], [40.227222643663005, -0.2089905136815482], [39.57612232344887, -0.20344010130119256], [37.671416439470214, -0.1870835995956423], [37.681829825539516, -0.18754480314976202], [36.64663834977046, -0.17866185684616884], [35.07005612755109, -0.16624304937407808], [34.260279731850346, -0.16002051662975778]], [[34.260279731850346, -0.16002051662975778], [33.00573733872269, -0.15055914033043724], [32.42292911207209, -0.14649503980069506], [30.714396509259753, -0.1345265342450718], [30.722885695524493, -0.1348467177683773], [29.791038064481175, -0.12835615196092703], [28.36372145930141, -0.11924122108283368], [27.627213715474785, -0.11467036655111452]], [[27.627213715474785, -0.11467036655111452], [26.477551028069296, -0.10768768021038921], [25.93973596439509, -0.10467738907169735], [24.355007685754657, -0.09580523792956859], [24.361838094560976, -0.0960242427877599], [23.49063695525467, -0.0912109208917323], [22.141092141105258, -0.08438573254879866], [21.43758452049876, -0.0809467794769274]], [[21.43758452049876, -0.0809467794769274], [20.32055890099334, -0.07562358671587624], [19.790557059485057, -0.07330529401962298], [18.207199531913055, -0.06641641971807197], [18.212635150952156, -0.06656391761095777], [17.323910339516107, -0.06278433428388638], [15.908879307420918, -0.05726131423958301], [15.150249991272286, -0.054407521046642045]], [[15.150249991272286, -0.054407521046642045], [14.010866240336307, -0.05022205718151003], [13.448180638875156, -0.04829893878850064], [11.68962392790391, -0.04229338140279096], [11.693120394524563, -0.042370261714176544], [10.633322457063002, -0.03879925408194443], [8.768737145522165, -0.032718922499400685], [7.636379292948331, -0.028994322834972316]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([1061.4025141274865, 0.6650853178014323], [1041.1791037897399, 0.738552390690814], [15.150249991272286, -0.054407521046642045], [14.010866240336307, -0.05022205718151003], [13.448180638875156, -0.04829893878850064], [11.68962392790391, -0.04229338140279096], [11.693120394524563, -0.042370261714176544], [10.633322457063002, -0.03879925408194443], [8.768737145522165, -0.032718922499400685], [7.636379292948331, -0.028994322834972316], [0.014212362694510434, -5.774479393020655e-5], [1059.6092961160357, 0.6718533734267848], [0.013390159826438422, -0.0780807345863182], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 423
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 43
Number of rejected steps: 17, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [1.3632874253856637, 3.0749596433097057], [14.995846653985922, 33.823134988399396], [55.93531587531197, 126.15415562330914], [59.00140139281977, 133.06864688225258], [60.03447609322315, 135.3983734349431], [69.9765922128378, 136.3724781509097], [80.36045222554588, 135.74238084068182], [93.32018340004988, 133.1684872501259], [107.4650187874269, 128.7389594827033] … [924.2435079066985, 2.2602417834589543], [958.232093653662, 1.9607744768825535], [992.52059449631, 1.7016605215306697], [1026.9884395580605, 1.477412167614483], [1061.4511671373486, 1.283339016615], [1095.6210362302616, 1.1154801068982887], [1129.0319981210923, 0.9706041226665136], [1160.8794141415683, 0.846378989251103], [1189.612695196167, 0.7421168417735724], [1208.7099556609892, 0.6731402015769693]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.00410331816109622, 0.004328261355452321, 0.0044040533026731095, 0.005161972774880993, 0.006016946471397991, 0.007182042598586932, 0.00858894829417847 … 2.3236023042070024, 2.7649373310743957, 3.291401351383909, 3.9200494360280747, 4.671660856117442, 5.571757157753472, 6.652108401581472, 7.95339410789575, 9.533134288529169, 11.18], [[[0.0, 0.0]], [[13632.902892075097, 30749.72562291578], [13632.893346012297, 30749.682559642846], [13632.888572978387, 30749.661028006354], [13632.874253866816, 30749.59643309774], [13632.874253866643, 30749.596433096955], [13632.866071510314, 30749.559521720123], [13632.852775170772, 30749.499540732595], [13632.845615598017, 30749.46724327809]], [[13632.845615598017, 30749.46724327809], [13632.750154268142, 30749.036610548625], [13632.702423352528, 30748.82129418389], [13632.559229602992, 30748.175345089698], [13632.559229602992, 30748.175345089705], [13632.477403927947, 30747.806231321567], [13632.344436158493, 30747.206421448398], [13632.272837591576, 30746.883446901273]], [[13632.272837591576, 30746.883446901273], [13631.986122788474, 30745.590119804096], [13631.842763125525, 30744.943456255507], [13631.41267509052, 30743.00346560975], [13631.41267509052, 30743.00346560975], [13631.166904406406, 30741.89489952643], [13630.767517593402, 30740.093479641084], [13630.552458308495, 30739.1234843182]], [[13630.552458308495, 30739.1234843182], [13630.530981377682, 30739.026616416435], [13630.520242899585, 30738.978182465555], [13630.488027414534, 30738.832880612918], [13630.488027414534, 30738.832880612918], [13630.469618531748, 30738.749850982837], [13630.439704044195, 30738.614927833965], [13630.423596216007, 30738.54227690763]], [[13630.423596216007, 30738.54227690763], [13630.41635975371, 30738.509638414533], [13630.412741521119, 30738.493319167977], [13630.401886817584, 30738.44436142832], [13630.401886817584, 30738.44436142832], [13630.395684125971, 30738.416385577093], [13630.385604746076, 30738.37092481884], [13626.796541540869, 2577.562377691087]], [[13626.796541540869, 2577.562377691087], [13449.10096102353, 2088.4587974705973], [13363.771964415691, 1871.0429836641815], [13111.04545725893, 1238.8032743339027], [13111.453838435804, 1246.394760205003], [12971.112743311844, 909.3049387514293], [12750.340068976566, 418.82278346993553], [12634.624765580622, 174.11295698777758]], [[12634.624765580622, 174.11295698777758], [12463.53516823539, -175.38057184115314], [12381.507525625611, -328.89083860008395], [12138.666319376902, -773.3658535384275], [12139.09029389682, -767.1753459206775], [12004.367734965683, -1002.4266901370138], [11792.717207821259, -1339.5932876453444], [11681.888812907406, -1506.176860807238]], [[11681.888812907406, -1506.176860807238], [11484.374737602058, -1789.7977936651587], [11390.674907388193, -1908.4403963149634], [11114.061465672932, -2247.6376853740912], [11114.824404726338, -2239.095710520014], [10962.298662937572, -2415.028159242447], [10724.864484074396, -2650.761255562702], [10601.303405252445, -2763.18610435554]], [[10601.303405252445, -2763.18610435554], [10406.788734959448, -2928.057592763398], [10314.930770217381, -2993.4323287277257], [10044.068887119283, -3176.643387746575], [10044.953529704017, -3169.7476297253215], [9895.96522053717, -3261.9031038650337], [9664.972574582684, -3374.223011535327], [9545.072234543106, -3424.613440130892]] … [[98.58177449912893, -1.0978356799525728], [95.72175000013968, -1.0349047655997445], [94.4070749709558, -1.0079999855249575], [90.56457697557556, -0.9284355520723778], [90.59042489149464, -0.9309517687361604], [88.50807682646436, -0.887485084793487], [85.36168775235944, -0.8271644531076078], [83.7534762034166, -0.796898349792215]], [[83.7534762034166, -0.796898349792215], [81.28753863146203, -0.7511572617792135], [80.15326350252212, -0.73159510917001], [76.83855834441538, -0.6737765319317518], [76.86030160738419, -0.6755792489291638], [75.0639483864948, -0.6440201264271288], [72.34790123543557, -0.6001877949355543], [70.95930601022252, -0.5782014739076775]], [[70.95930601022252, -0.5782014739076775], [68.82810094937277, -0.5449524731812204], [67.84694394738118, -0.5307269637798381], [64.97998880234564, -0.4887085467926967], [64.99821836576255, -0.4899960056338915], [63.44430383604946, -0.46708480984731465], [61.09266495294098, -0.4352307672093293], [59.88986875123841, -0.4192582661944064]], [[59.88986875123841, -0.4192582661944064], [58.04149839839142, -0.39508448926556583], [57.18954665954856, -0.3847363236659256], [54.700058879399684, -0.35419340487421735], [54.71527702555162, -0.355109037121823], [53.365455360608294, -0.3384754453463079], [51.31996131010609, -0.3153186827427273], [50.27298532228472, -0.3037115316533485]], [[50.27298532228472, -0.3037115316533485], [48.661221235491375, -0.28612609156052243], [47.91707862536021, -0.2785928337911662], [45.74194960911119, -0.25637707593033426], [45.754583004356675, -0.25702460549989053], [44.57424277059991, -0.2449433090469638], [42.781928971478514, -0.22809383985532491], [41.863348694340004, -0.21965099928898377]], [[41.863348694340004, -0.21965099928898377], [40.44550239282291, -0.20684038932004192], [39.78924087773992, -0.20134678140794598], [37.86925873036486, -0.18516028620616506], [37.8796691049457, -0.18561468011829685], [36.83598729542024, -0.17682614293052715], [35.24591397172238, -0.16453622225008646], [34.42901327875247, -0.15837859273792734]], [[34.42901327875247, -0.15837859273792734], [33.1627020902205, -0.1490124576330713], [32.57420145721133, -0.14498875362393598], [30.848650061251245, -0.13314035788252856], [30.857143013003164, -0.133455781040598], [29.915709509416374, -0.12703139714532047], [28.4729603998912, -0.11800600321887628], [27.728180978172542, -0.11347976876022707]], [[27.728180978172542, -0.11347976876022707], [26.56461016317612, -0.1065610815061886], [26.01996044981156, -0.10357754994658795], [24.41436275158216, -0.09478330705986919], [24.421198461745828, -0.09499899707690836], [23.537902092476223, -0.09022742571089469], [22.168277008514835, -0.08345558410785188], [21.453653827657373, -0.08004170867744635]], [[21.453653827657373, -0.08004170867744635], [20.316886104014284, -0.074748793039739], [19.776846992392425, -0.07244144583449302], [18.16137522144309, -0.06557767375011281], [18.166821977318683, -0.06572302378334602], [17.258249713734923, -0.06195124739030211], [15.80778286388561, -0.05642136679025752], [15.027926905923882, -0.0535546788936535]], [[15.027926905923882, -0.0535546788936535], [13.93058449914456, -0.04961066980979474], [13.38662391490271, -0.047780915430259564], [11.685359814483673, -0.042057959516986834], [11.688264959347523, -0.04212080333287549], [10.66223603743121, -0.03871060992306472], [8.85819674807623, -0.03287524223596462], [7.767317880062894, -0.02931361537153733]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C16", "544-76-3", 488.25, 38.46, 142.18, 0.001, "Leppert2020b, alkane, alkanes", 9.329323536538124e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [1.3632874253856637, 3.0749596433097057], [14.995846653985922, 33.823134988399396], [55.93531587531197, 126.15415562330914], [59.00140139281977, 133.06864688225258], [60.03447609322315, 135.3983734349431], [69.9765922128378, 136.3724781509097], [80.36045222554588, 135.74238084068182], [93.32018340004988, 133.1684872501259], [107.4650187874269, 128.7389594827033] … [924.2435079066985, 2.2602417834589543], [958.232093653662, 1.9607744768825535], [992.52059449631, 1.7016605215306697], [1026.9884395580605, 1.477412167614483], [1061.4511671373486, 1.283339016615], [1095.6210362302616, 1.1154801068982887], [1129.0319981210923, 0.9706041226665136], [1160.8794141415683, 0.846378989251103], [1189.612695196167, 0.7421168417735724], [1208.7099556609892, 0.6731402015769693]], [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.00410331816109622, 0.004328261355452321, 0.0044040533026731095, 0.005161972774880993, 0.006016946471397991, 0.007182042598586932, 0.00858894829417847 … 2.3236023042070024, 2.7649373310743957, 3.291401351383909, 3.9200494360280747, 4.671660856117442, 5.571757157753472, 6.652108401581472, 7.95339410789575, 9.533134288529169, 11.18], [[[0.0, 0.0]], [[13632.902892075097, 30749.72562291578], [13632.893346012297, 30749.682559642846], [13632.888572978387, 30749.661028006354], [13632.874253866816, 30749.59643309774], [13632.874253866643, 30749.596433096955], [13632.866071510314, 30749.559521720123], [13632.852775170772, 30749.499540732595], [13632.845615598017, 30749.46724327809]], [[13632.845615598017, 30749.46724327809], [13632.750154268142, 30749.036610548625], [13632.702423352528, 30748.82129418389], [13632.559229602992, 30748.175345089698], [13632.559229602992, 30748.175345089705], [13632.477403927947, 30747.806231321567], [13632.344436158493, 30747.206421448398], [13632.272837591576, 30746.883446901273]], [[13632.272837591576, 30746.883446901273], [13631.986122788474, 30745.590119804096], [13631.842763125525, 30744.943456255507], [13631.41267509052, 30743.00346560975], [13631.41267509052, 30743.00346560975], [13631.166904406406, 30741.89489952643], [13630.767517593402, 30740.093479641084], [13630.552458308495, 30739.1234843182]], [[13630.552458308495, 30739.1234843182], [13630.530981377682, 30739.026616416435], [13630.520242899585, 30738.978182465555], [13630.488027414534, 30738.832880612918], [13630.488027414534, 30738.832880612918], [13630.469618531748, 30738.749850982837], [13630.439704044195, 30738.614927833965], [13630.423596216007, 30738.54227690763]], [[13630.423596216007, 30738.54227690763], [13630.41635975371, 30738.509638414533], [13630.412741521119, 30738.493319167977], [13630.401886817584, 30738.44436142832], [13630.401886817584, 30738.44436142832], [13630.395684125971, 30738.416385577093], [13630.385604746076, 30738.37092481884], [13626.796541540869, 2577.562377691087]], [[13626.796541540869, 2577.562377691087], [13449.10096102353, 2088.4587974705973], [13363.771964415691, 1871.0429836641815], [13111.04545725893, 1238.8032743339027], [13111.453838435804, 1246.394760205003], [12971.112743311844, 909.3049387514293], [12750.340068976566, 418.82278346993553], [12634.624765580622, 174.11295698777758]], [[12634.624765580622, 174.11295698777758], [12463.53516823539, -175.38057184115314], [12381.507525625611, -328.89083860008395], [12138.666319376902, -773.3658535384275], [12139.09029389682, -767.1753459206775], [12004.367734965683, -1002.4266901370138], [11792.717207821259, -1339.5932876453444], [11681.888812907406, -1506.176860807238]], [[11681.888812907406, -1506.176860807238], [11484.374737602058, -1789.7977936651587], [11390.674907388193, -1908.4403963149634], [11114.061465672932, -2247.6376853740912], [11114.824404726338, -2239.095710520014], [10962.298662937572, -2415.028159242447], [10724.864484074396, -2650.761255562702], [10601.303405252445, -2763.18610435554]], [[10601.303405252445, -2763.18610435554], [10406.788734959448, -2928.057592763398], [10314.930770217381, -2993.4323287277257], [10044.068887119283, -3176.643387746575], [10044.953529704017, -3169.7476297253215], [9895.96522053717, -3261.9031038650337], [9664.972574582684, -3374.223011535327], [9545.072234543106, -3424.613440130892]] … [[98.58177449912893, -1.0978356799525728], [95.72175000013968, -1.0349047655997445], [94.4070749709558, -1.0079999855249575], [90.56457697557556, -0.9284355520723778], [90.59042489149464, -0.9309517687361604], [88.50807682646436, -0.887485084793487], [85.36168775235944, -0.8271644531076078], [83.7534762034166, -0.796898349792215]], [[83.7534762034166, -0.796898349792215], [81.28753863146203, -0.7511572617792135], [80.15326350252212, -0.73159510917001], [76.83855834441538, -0.6737765319317518], [76.86030160738419, -0.6755792489291638], [75.0639483864948, -0.6440201264271288], [72.34790123543557, -0.6001877949355543], [70.95930601022252, -0.5782014739076775]], [[70.95930601022252, -0.5782014739076775], [68.82810094937277, -0.5449524731812204], [67.84694394738118, -0.5307269637798381], [64.97998880234564, -0.4887085467926967], [64.99821836576255, -0.4899960056338915], [63.44430383604946, -0.46708480984731465], [61.09266495294098, -0.4352307672093293], [59.88986875123841, -0.4192582661944064]], [[59.88986875123841, -0.4192582661944064], [58.04149839839142, -0.39508448926556583], [57.18954665954856, -0.3847363236659256], [54.700058879399684, -0.35419340487421735], [54.71527702555162, -0.355109037121823], [53.365455360608294, -0.3384754453463079], [51.31996131010609, -0.3153186827427273], [50.27298532228472, -0.3037115316533485]], [[50.27298532228472, -0.3037115316533485], [48.661221235491375, -0.28612609156052243], [47.91707862536021, -0.2785928337911662], [45.74194960911119, -0.25637707593033426], [45.754583004356675, -0.25702460549989053], [44.57424277059991, -0.2449433090469638], [42.781928971478514, -0.22809383985532491], [41.863348694340004, -0.21965099928898377]], [[41.863348694340004, -0.21965099928898377], [40.44550239282291, -0.20684038932004192], [39.78924087773992, -0.20134678140794598], [37.86925873036486, -0.18516028620616506], [37.8796691049457, -0.18561468011829685], [36.83598729542024, -0.17682614293052715], [35.24591397172238, -0.16453622225008646], [34.42901327875247, -0.15837859273792734]], [[34.42901327875247, -0.15837859273792734], [33.1627020902205, -0.1490124576330713], [32.57420145721133, -0.14498875362393598], [30.848650061251245, -0.13314035788252856], [30.857143013003164, -0.133455781040598], [29.915709509416374, -0.12703139714532047], [28.4729603998912, -0.11800600321887628], [27.728180978172542, -0.11347976876022707]], [[27.728180978172542, -0.11347976876022707], [26.56461016317612, -0.1065610815061886], [26.01996044981156, -0.10357754994658795], [24.41436275158216, -0.09478330705986919], [24.421198461745828, -0.09499899707690836], [23.537902092476223, -0.09022742571089469], [22.168277008514835, -0.08345558410785188], [21.453653827657373, -0.08004170867744635]], [[21.453653827657373, -0.08004170867744635], [20.316886104014284, -0.074748793039739], [19.776846992392425, -0.07244144583449302], [18.16137522144309, -0.06557767375011281], [18.166821977318683, -0.06572302378334602], [17.258249713734923, -0.06195124739030211], [15.80778286388561, -0.05642136679025752], [15.027926905923882, -0.0535546788936535]], [[15.027926905923882, -0.0535546788936535], [13.93058449914456, -0.04961066980979474], [13.38662391490271, -0.047780915430259564], [11.685359814483673, -0.042057959516986834], [11.688264959347523, -0.04212080333287549], [10.66223603743121, -0.03871060992306472], [8.85819674807623, -0.03287524223596462], [7.767317880062894, -0.02931361537153733]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([1208.7099556609892, 0.6731402015769693], [1189.612695196167, 0.7421168417735724], [15.027926905923882, -0.0535546788936535], [13.93058449914456, -0.04961066980979474], [13.38662391490271, -0.047780915430259564], [11.685359814483673, -0.042057959516986834], [11.688264959347523, -0.04212080333287549], [10.66223603743121, -0.03871060992306472], [8.85819674807623, -0.03287524223596462], [7.767317880062894, -0.02931361537153733], [0.012110559811022839, -4.932189091978669e-5], [1206.994081112947, 0.6795766572708888], [0.010019401043982532, -0.06637164998450548], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 430
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 48
Number of rejected steps: 13, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [3.4454018293551445, 20.15187020891205], [37.898623967543834, 221.66125914130734], [56.781421633138926, 332.09903631025884], [59.58219619947376, 348.4794071082316], [60.0076904816268, 350.967911711573], [64.1908817179444, 351.27557922334563], [72.22861795779541, 349.7654120296449], [81.95398347967667, 344.8964219817852], [93.57390532543772, 335.76368738892205] … [1067.2724610921673, 2.2184072721758628], [1101.9587192036608, 1.9250298842666953], [1136.9273543701881, 1.671139252520013], [1172.041128516911, 1.4513726653914871], [1207.0899943986274, 1.2611563253845477], [1241.744424094035, 1.096648642302752], [1275.464275173265, 0.9547680278020901], [1307.2969098690098, 0.8334476273236873], [1335.3325055801088, 0.7327291168899536], [1348.3277146734981, 0.6854909058106784]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.0016480884116323094, 0.0017293842243021817, 0.001741734726169323, 0.001865239744840736, 0.002114552008714646, 0.00243849328109591, 0.002859908268289787 … 2.43013963359493, 2.890910631867321, 3.4407187720498307, 4.097469542910511, 4.883016968340457, 5.824276454439865, 6.954921276010912, 8.31862994232289, 9.98150441211527, 11.18], [[[0.0, 0.0]], [[34454.09067019658, 201519.54873973038], [34454.066544673515, 201519.2665228601], [34454.05448190562, 201519.12541442472], [34454.01829357718, 201518.70208912512], [34454.0182935768, 201518.70208912063], [34453.9976145145, 201518.46018894453], [34453.964011011965, 201518.06710116068], [34453.945916804725, 201517.8554385079]], [[34453.945916804725, 201517.8554385079], [34453.704659800176, 201515.03326980377], [34453.58403066437, 201513.6221854516], [34453.22214072288, 201509.38893239535], [34453.22214072287, 201509.3889323953], [34453.01534476391, 201506.96993064886], [34452.67929868323, 201503.0390528109], [34452.49834943598, 201500.92242628278]], [[34452.49834943598, 201500.92242628278], [34452.366113920936, 201499.3756283204], [34452.29999597308, 201498.60222933913], [34452.10164136819, 201496.2820323955], [34452.10164136819, 201496.2820323955], [34451.98829536693, 201494.9562055705], [34451.80410731955, 201492.80173697995], [34451.70492873233, 201491.64163850818]], [[34451.70492873233, 201491.64163850818], [34451.68531433539, 201491.41220800983], [34451.675507132735, 201491.2974927607], [34451.646085508, 201490.9533470132], [34451.646085508, 201490.9533470132], [34451.62927313974, 201490.7566923005], [34451.601953023805, 201490.4371283921], [34451.58724218317, 201490.2650555183]], [[34451.58724218317, 201490.2650555183], [34451.5842623444, 201490.23020031853], [34451.58277242492, 201490.2127727187], [34451.578302666065, 201490.16048991878], [34451.578302666065, 201490.16048991878], [34451.57574851789, 201490.1306140332], [34451.57159802672, 201490.08206571918], [34449.427296253605, 5957.217389567348]], [[34449.427296253605, 5957.217389567348], [34252.504971021546, 4731.248052332579], [34155.76069143917, 4149.435118222114], [33867.245374456244, 2432.4826241434494], [33867.33232900661, 2436.2271010750264], [33704.660055128545, 1491.1923353242746], [33443.918142370676, 20.734148876945255], [33305.24028669111, -742.699116039963]], [[33305.24028669111, -742.699116039963], [32935.85085767524, -2733.97493736248], [32757.379494237088, -3629.3788362409687], [32227.834626493903, -6234.351260404685], [32228.449032619512, -6210.552745109366], [31933.246288377337, -7601.938489270164], [31466.44879063712, -9651.400474923663], [31220.850401761407, -10678.181050433283]], [[31220.850401761407, -10678.181050433283], [30801.951642003463, -12366.956903777464], [30601.025503745048, -13101.893042729935], [30006.07919477221, -15219.903620970843], [30007.098937453102, -15188.165148708533], [29676.93223078602, -16300.407158640359], [29158.02799479084, -17874.052891224797], [28886.22775881913, -18643.679363730946]], [[28886.22775881913, -18643.679363730946], [28423.511944462563, -19885.037325453508], [28203.372904083288, -20398.33341715549], [27552.964959659028, -21853.700867335807], [27554.570379747845, -21816.069460663944], [27195.33900336485, -22560.216704295744], [26634.709221242345, -23536.469360775533], [26342.464271990877, -23992.588840432436]] … [[96.44826789662763, -1.030276559037398], [93.64265165156847, -0.9712009686005674], [92.35270148883623, -0.9459422887547944], [88.58250577194134, -0.8712588722028961], [88.60768654276386, -0.8736114380655878], [86.5644370339719, -0.8328219359358594], [83.47645323807413, -0.7762045051159709], [81.89794794372926, -0.7477992504602272]], [[81.89794794372926, -0.7477992504602272], [79.47683251104422, -0.704862634747859], [78.36290771069726, -0.68649819747908], [75.10769192866714, -0.6322293729281908], [75.12887786432862, -0.633914174147881], [73.36466973669259, -0.6043007375247037], [70.69656878655826, -0.5631610595925243], [69.33232988127035, -0.5425274063640977]], [[69.33232988127035, -0.5425274063640977], [67.23775305196054, -0.5113169784925528], [66.27318555860829, -0.49796226325100473], [63.45467072377715, -0.45852342465392454], [63.4724295327919, -0.45972591207968944], [61.944635425878424, -0.43822769356396335], [59.63181075352842, -0.40832978299326644], [58.44867277529549, -0.3933396361773404]], [[58.44867277529549, -0.3933396361773404], [56.62967875677411, -0.37064615970634796], [55.79095975188993, -0.3609303841541758], [53.33999675565769, -0.33225980117127646], [53.354812688815066, -0.33311419171748297], [52.02566095516888, -0.3175054576151056], [50.01062016689464, -0.295767658385857], [48.978959499192605, -0.284872772948979]], [[48.978959499192605, -0.284872772948979], [47.389777552888745, -0.26836018161206443], [46.65568095427983, -0.26128518909333737], [44.50957103493481, -0.24042523966423163], [44.52185654747619, -0.24102861519231908], [43.35688647083385, -0.22968877376398777], [41.58673792068361, -0.21386532600579225], [40.67909728975008, -0.2059370556551961]], [[40.67909728975008, -0.2059370556551961], [39.276828482917615, -0.19390051634758598], [38.62725862524166, -0.18873727963197803], [36.72611528647441, -0.17352686286473795], [36.736220666180024, -0.1739494036218247], [35.70209358728581, -0.16569376565143865], [34.12480868157794, -0.15413943762304236], [33.31376325602257, -0.1483498577367559]], [[33.31376325602257, -0.1483498577367559], [32.05457391255425, -0.13953508203384063], [31.468588455857788, -0.13574593876536037], [29.748830938296567, -0.12458785889460779], [29.757052583328907, -0.12488029383379201], [28.81742621558581, -0.11883093482278574], [27.374393570650785, -0.11031817642896073], [26.6280872133834, -0.10604622580830014]], [[26.6280872133834, -0.10604622580830014], [25.4585468075365, -0.09950193638947195], [24.909669670731635, -0.09667540778912752], [23.28784821254744, -0.08833538555438727], [23.29444220304359, -0.08853457087947011], [22.39908987434295, -0.08400381870783402], [21.00424076264503, -0.07754450348837857], [20.273129062730874, -0.07427760394074773]], [[20.273129062730874, -0.07427760394074773], [19.099625939818875, -0.06917045447224451], [18.53866904768106, -0.06693137116733593], [16.84845645636816, -0.06022673873561894], [16.853739884613105, -0.06036126055108096], [15.892596250518114, -0.056640106122944615], [14.33563015438394, -0.05107810396608638], [13.484594910556508, -0.048136060562706834]], [[13.484594910556508, -0.048136060562706834], [12.648249118103454, -0.04529076322681775], [12.227662990338548, -0.0439167833925043], [10.910873287058834, -0.039599086914452804], [10.911869251793506, -0.039619771554836744], [10.117512251926845, -0.037028800752404695], [8.73092122974314, -0.032543888220922676], [7.911383794563607, -0.029866690979934878]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C17", "629-78-7", 501.05999999999995, 38.95, 145.36, 0.001, "Leppert2020b, alkane, alkanes", 9.036687565381776e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [3.4454018293551445, 20.15187020891205], [37.898623967543834, 221.66125914130734], [56.781421633138926, 332.09903631025884], [59.58219619947376, 348.4794071082316], [60.0076904816268, 350.967911711573], [64.1908817179444, 351.27557922334563], [72.22861795779541, 349.7654120296449], [81.95398347967667, 344.8964219817852], [93.57390532543772, 335.76368738892205] … [1067.2724610921673, 2.2184072721758628], [1101.9587192036608, 1.9250298842666953], [1136.9273543701881, 1.671139252520013], [1172.041128516911, 1.4513726653914871], [1207.0899943986274, 1.2611563253845477], [1241.744424094035, 1.096648642302752], [1275.464275173265, 0.9547680278020901], [1307.2969098690098, 0.8334476273236873], [1335.3325055801088, 0.7327291168899536], [1348.3277146734981, 0.6854909058106784]], [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.0016480884116323094, 0.0017293842243021817, 0.001741734726169323, 0.001865239744840736, 0.002114552008714646, 0.00243849328109591, 0.002859908268289787 … 2.43013963359493, 2.890910631867321, 3.4407187720498307, 4.097469542910511, 4.883016968340457, 5.824276454439865, 6.954921276010912, 8.31862994232289, 9.98150441211527, 11.18], [[[0.0, 0.0]], [[34454.09067019658, 201519.54873973038], [34454.066544673515, 201519.2665228601], [34454.05448190562, 201519.12541442472], [34454.01829357718, 201518.70208912512], [34454.0182935768, 201518.70208912063], [34453.9976145145, 201518.46018894453], [34453.964011011965, 201518.06710116068], [34453.945916804725, 201517.8554385079]], [[34453.945916804725, 201517.8554385079], [34453.704659800176, 201515.03326980377], [34453.58403066437, 201513.6221854516], [34453.22214072288, 201509.38893239535], [34453.22214072287, 201509.3889323953], [34453.01534476391, 201506.96993064886], [34452.67929868323, 201503.0390528109], [34452.49834943598, 201500.92242628278]], [[34452.49834943598, 201500.92242628278], [34452.366113920936, 201499.3756283204], [34452.29999597308, 201498.60222933913], [34452.10164136819, 201496.2820323955], [34452.10164136819, 201496.2820323955], [34451.98829536693, 201494.9562055705], [34451.80410731955, 201492.80173697995], [34451.70492873233, 201491.64163850818]], [[34451.70492873233, 201491.64163850818], [34451.68531433539, 201491.41220800983], [34451.675507132735, 201491.2974927607], [34451.646085508, 201490.9533470132], [34451.646085508, 201490.9533470132], [34451.62927313974, 201490.7566923005], [34451.601953023805, 201490.4371283921], [34451.58724218317, 201490.2650555183]], [[34451.58724218317, 201490.2650555183], [34451.5842623444, 201490.23020031853], [34451.58277242492, 201490.2127727187], [34451.578302666065, 201490.16048991878], [34451.578302666065, 201490.16048991878], [34451.57574851789, 201490.1306140332], [34451.57159802672, 201490.08206571918], [34449.427296253605, 5957.217389567348]], [[34449.427296253605, 5957.217389567348], [34252.504971021546, 4731.248052332579], [34155.76069143917, 4149.435118222114], [33867.245374456244, 2432.4826241434494], [33867.33232900661, 2436.2271010750264], [33704.660055128545, 1491.1923353242746], [33443.918142370676, 20.734148876945255], [33305.24028669111, -742.699116039963]], [[33305.24028669111, -742.699116039963], [32935.85085767524, -2733.97493736248], [32757.379494237088, -3629.3788362409687], [32227.834626493903, -6234.351260404685], [32228.449032619512, -6210.552745109366], [31933.246288377337, -7601.938489270164], [31466.44879063712, -9651.400474923663], [31220.850401761407, -10678.181050433283]], [[31220.850401761407, -10678.181050433283], [30801.951642003463, -12366.956903777464], [30601.025503745048, -13101.893042729935], [30006.07919477221, -15219.903620970843], [30007.098937453102, -15188.165148708533], [29676.93223078602, -16300.407158640359], [29158.02799479084, -17874.052891224797], [28886.22775881913, -18643.679363730946]], [[28886.22775881913, -18643.679363730946], [28423.511944462563, -19885.037325453508], [28203.372904083288, -20398.33341715549], [27552.964959659028, -21853.700867335807], [27554.570379747845, -21816.069460663944], [27195.33900336485, -22560.216704295744], [26634.709221242345, -23536.469360775533], [26342.464271990877, -23992.588840432436]] … [[96.44826789662763, -1.030276559037398], [93.64265165156847, -0.9712009686005674], [92.35270148883623, -0.9459422887547944], [88.58250577194134, -0.8712588722028961], [88.60768654276386, -0.8736114380655878], [86.5644370339719, -0.8328219359358594], [83.47645323807413, -0.7762045051159709], [81.89794794372926, -0.7477992504602272]], [[81.89794794372926, -0.7477992504602272], [79.47683251104422, -0.704862634747859], [78.36290771069726, -0.68649819747908], [75.10769192866714, -0.6322293729281908], [75.12887786432862, -0.633914174147881], [73.36466973669259, -0.6043007375247037], [70.69656878655826, -0.5631610595925243], [69.33232988127035, -0.5425274063640977]], [[69.33232988127035, -0.5425274063640977], [67.23775305196054, -0.5113169784925528], [66.27318555860829, -0.49796226325100473], [63.45467072377715, -0.45852342465392454], [63.4724295327919, -0.45972591207968944], [61.944635425878424, -0.43822769356396335], [59.63181075352842, -0.40832978299326644], [58.44867277529549, -0.3933396361773404]], [[58.44867277529549, -0.3933396361773404], [56.62967875677411, -0.37064615970634796], [55.79095975188993, -0.3609303841541758], [53.33999675565769, -0.33225980117127646], [53.354812688815066, -0.33311419171748297], [52.02566095516888, -0.3175054576151056], [50.01062016689464, -0.295767658385857], [48.978959499192605, -0.284872772948979]], [[48.978959499192605, -0.284872772948979], [47.389777552888745, -0.26836018161206443], [46.65568095427983, -0.26128518909333737], [44.50957103493481, -0.24042523966423163], [44.52185654747619, -0.24102861519231908], [43.35688647083385, -0.22968877376398777], [41.58673792068361, -0.21386532600579225], [40.67909728975008, -0.2059370556551961]], [[40.67909728975008, -0.2059370556551961], [39.276828482917615, -0.19390051634758598], [38.62725862524166, -0.18873727963197803], [36.72611528647441, -0.17352686286473795], [36.736220666180024, -0.1739494036218247], [35.70209358728581, -0.16569376565143865], [34.12480868157794, -0.15413943762304236], [33.31376325602257, -0.1483498577367559]], [[33.31376325602257, -0.1483498577367559], [32.05457391255425, -0.13953508203384063], [31.468588455857788, -0.13574593876536037], [29.748830938296567, -0.12458785889460779], [29.757052583328907, -0.12488029383379201], [28.81742621558581, -0.11883093482278574], [27.374393570650785, -0.11031817642896073], [26.6280872133834, -0.10604622580830014]], [[26.6280872133834, -0.10604622580830014], [25.4585468075365, -0.09950193638947195], [24.909669670731635, -0.09667540778912752], [23.28784821254744, -0.08833538555438727], [23.29444220304359, -0.08853457087947011], [22.39908987434295, -0.08400381870783402], [21.00424076264503, -0.07754450348837857], [20.273129062730874, -0.07427760394074773]], [[20.273129062730874, -0.07427760394074773], [19.099625939818875, -0.06917045447224451], [18.53866904768106, -0.06693137116733593], [16.84845645636816, -0.06022673873561894], [16.853739884613105, -0.06036126055108096], [15.892596250518114, -0.056640106122944615], [14.33563015438394, -0.05107810396608638], [13.484594910556508, -0.048136060562706834]], [[13.484594910556508, -0.048136060562706834], [12.648249118103454, -0.04529076322681775], [12.227662990338548, -0.0439167833925043], [10.910873287058834, -0.039599086914452804], [10.911869251793506, -0.039619771554836744], [10.117512251926845, -0.037028800752404695], [8.73092122974314, -0.032543888220922676], [7.911383794563607, -0.029866690979934878]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([1348.3277146734981, 0.6854909058106784], [1335.3325055801088, 0.7327291168899536], [13.484594910556508, -0.048136060562706834], [12.648249118103454, -0.04529076322681775], [12.227662990338548, -0.0439167833925043], [10.910873287058834, -0.039599086914452804], [10.911869251793506, -0.039619771554836744], [10.117512251926845, -0.037028800752404695], [8.73092122974314, -0.032543888220922676], [7.911383794563607, -0.029866690979934878], [0.004359831011878889, -1.8248976177866655e-5], [1347.079272356587, 0.6901786145383846], [0.003233507500383269, -0.02487154422223056], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 514
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 55
Number of rejected steps: 18, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [9.045437680539045, 142.36121666537568], [38.3778488232054, 604.0039439052795], [51.32714578675067, 807.802057722045], [60.35392737318195, 949.8662699262217], [97.97210236452028, 864.7912211500826], [111.24185198630585, 818.1453503610187], [135.36744892314962, 726.7385415531794], [153.9964149623712, 655.9060513256161], [177.80293022607793, 569.9370005885305] … [1211.713591181078, 2.1073352093988444], [1247.0256889150194, 1.829623393062066], [1282.5752147793426, 1.5891893973819067], [1318.195751046774, 1.3809949010482636], [1353.6304502093392, 1.2007619386270945], [1388.4699163858359, 1.0449438215878095], [1422.0250051125997, 0.9108206576507973], [1453.0241952575607, 0.7969770838074718], [1478.671203206373, 0.7054936684960241], [1481.9646653957764, 0.693293702918449]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.00042428140699718756, 0.0005674424125426281, 0.0006672385426463825, 0.0011590908659365714, 0.0013733125276813834, 0.0018285992938707973, 0.0022470865097864337, 0.002882013330616328 … 2.6145675358561253, 3.110810510367421, 3.703274713903305, 4.411448962263332, 5.2592022290868305, 6.276096091614412, 7.499529081412798, 8.979760939572165, 10.814665833372016, 11.18], [[[0.0, 0.0]], [[90454.56682050809, 1.4236181477468181e6], [90454.50348220207, 1.423616154049131e6], [90454.4718130324, 1.4236151572002864e6], [90454.37680545711, 1.4236121666537612e6], [90454.37680545764, 1.4236121666537772e6], [90454.322515369, 1.4236104577700233e6], [90454.2342939066, 1.4236076808339579e6], [90454.1867900066, 1.4236061855606923e6]], [[90454.1867900066, 1.4236061855606923e6], [90453.98139463243, 1.4235997203697804e6], [90453.8786967704, 1.4235964877743237e6], [90453.57060248482, 1.4235867899879552e6], [90453.57060248482, 1.4235867899879552e6], [90453.39454813617, 1.4235812483957445e6], [90453.10845908879, 1.4235722433084017e6], [90452.9544107654, 1.4235673944152172e6]], [[90452.9544107654, 1.4235673944152172e6], [90452.86373337949, 1.4235645402175598e6], [90452.81839465244, 1.4235631131187312e6], [90452.68237833498, 1.423558831822246e6], [90452.68237833498, 1.423558831822246e6], [90452.60465463315, 1.4235563853671108e6], [90452.47835347528, 1.4235524098775173e6], [90452.41034508643, 1.4235502692292747e6]], [[90452.41034508643, 1.4235502692292747e6], [90452.3471344012, 1.4235482795961364e6], [90452.31552904205, 1.423547284779568e6], [90452.22071289824, 1.4235443003298598e6], [90452.22071289824, 1.4235443003298598e6], [90452.16653220002, 1.4235425949300271e6], [90452.0784884962, 1.4235398236552994e6], [90176.94771710748, -59477.58507562522]], [[90176.94771710748, -59477.58507562522], [84632.90577177297, -128234.77572756773], [82358.82160473928, -143953.29930220684], [75766.17683962283, -193760.9149958745], [76045.32180679955, -166410.85178073042], [72493.58591877193, -208133.94578119752], [67818.3081753992, -213638.1375173207], [65510.605837940966, -218169.5150193835]], [[65510.605837940966, -218169.5150193835], [64239.22052090728, -218852.39157195832], [63640.73999096939, -218827.79195286904], [61877.088528344255, -218378.008375242], [61883.56392306624, -218215.58327036037], [60914.92526154922, -217683.90729734197], [59417.36592646606, -215990.80708429043], [58641.33382320477, -214877.21930490353]], [[58641.33382320477, -214877.21930490353], [56515.71880641415, -211078.575437263], [55567.659230259436, -208763.61532563652], [52802.58398473863, -201331.50241493277], [52840.21367168375, -200926.16255031113], [51351.170106050085, -196691.2340865049], [49169.4331775058, -188779.6713292643], [48067.16895975329, -184551.64016955724]], [[48067.16895975329, -184551.64016955724], [46769.23215320708, -179263.32622896443], [46172.83603360896, -176756.6201368943], [44424.61726256349, -169093.78428863664], [44437.39917963022, -169158.53153282986], [43487.501249497065, -164825.5441910209], [42051.9826392558, -158090.87249195593], [41317.256616932274, -154563.6571073198]], [[41317.256616932274, -154563.6571073198], [39886.661702919584, -147498.653601207], [39245.25280801977, -144367.8965980087], [37373.18346288431, -134859.65314925625], [37396.300683831134, -135138.28926737592], [36386.96786228277, -129796.62456495874], [34899.68823633659, -122125.87821612632], [34146.72043380092, -118199.3563803714]] … [[91.35134965820787, -0.905623667333193], [88.67669307652542, -0.8536861727969969], [87.4466605304086, -0.8314771430570745], [83.85185438157731, -0.7658250152953022], [83.8756354473996, -0.7678821707518975], [81.92745501603264, -0.7320374718340253], [78.98244941337497, -0.6822688107326016], [77.47690518681867, -0.6573026666373849]], [[77.47690518681867, -0.6573026666373849], [75.16652468980487, -0.6195496521156719], [74.10321076552731, -0.6034001579064283], [70.9960630909641, -0.5556886220927162], [71.01604685658873, -0.5571602768820891], [69.33202626382618, -0.5311354432376278], [66.78434016173668, -0.49496767057699176], [65.481475354588, -0.4768301566323094]], [[65.481475354588, -0.4768301566323094], [63.47985039801903, -0.4493825709504078], [62.55768269761283, -0.4376359145420761], [59.86307444968053, -0.4029559313156942], [59.87979748503997, -0.4040047267308123], [58.41898451477106, -0.3851095263875515], [56.20645065747694, -0.35881891556342543], [55.07430914067698, -0.34563931473029175]], [[55.07430914067698, -0.34563931473029175], [53.33224137601247, -0.32567528131289125], [52.52847922022908, -0.3171260027686545], [50.17942327065746, -0.2919058684619767], [50.19334358338046, -0.29264951277742346], [48.91906913793368, -0.27892689296113843], [46.9857090583981, -0.2598030111338266], [45.99537280005457, -0.2502194879699041]], [[45.99537280005457, -0.2502194879699041], [44.46800708279924, -0.23568327291154484], [43.76177579548332, -0.22945278597375213], [41.69642732147024, -0.21108896296862514], [41.70793501286894, -0.2116125946347737], [40.586060162612625, -0.20163587459045587], [38.87917525647207, -0.18770040228281215], [38.00314480241658, -0.1807183722598631]], [[38.00314480241658, -0.1807183722598631], [36.647181537409374, -0.17010618122574653], [36.018058931089385, -0.16555099138981894], [34.175176226144245, -0.15213490304882055], [34.18460229950003, -0.1525000715651827], [33.18072724599302, -0.14522229786789692], [31.64602019799436, -0.13501852607389483], [30.855372217612203, -0.12990390375636113]], [[30.855372217612203, -0.12990390375636113], [29.623832105181528, -0.1221002845715135], [29.04908029834768, -0.11874110151006409], [27.358736486965128, -0.10884546663428935], [27.366361617358823, -0.10909671028877972], [26.43979278276568, -0.10373075484985742], [25.01020750386054, -0.0961503058549378], [24.267751430250605, -0.09233884359932382]], [[24.267751430250605, -0.09233884359932382], [23.095968871177373, -0.08646788530244848], [22.542830115317678, -0.0839219699906924], [20.89920366739292, -0.07638489614258556], [20.90528529053791, -0.07655492538355425], [19.990181600303323, -0.07244211948939383], [18.548553210219765, -0.06650786956096244], [17.78432514530473, -0.06347667702290982]], [[17.78432514530473, -0.06347667702290982], [16.522453792900006, -0.05860186371307366], [15.90973057660977, -0.05642845537717812], [14.02481966116709, -0.04977045184421276], [14.029950570211858, -0.04988927975194132], [12.922404306702436, -0.04605557381084421], [11.043666788193631, -0.039932185556087685], [9.955175473449557, -0.03642474582215149]], [[9.955175473449557, -0.03642474582215149], [9.652809478247148, -0.03545071362313018], [9.499575659918312, -0.03495987733022027], [9.027830375953453, -0.0334399094809219], [9.027851270637008, -0.03344033992819901], [8.749850972764044, -0.0325416379236638], [8.28291372195464, -0.031026394555652422], [8.022584032155352, -0.03017713227719846]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C18", "593-45-3", 513.25, 39.58, 153.29, 0.001, "Leppert2020b, alkane, alkanes", 8.768068754143736e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [9.045437680539045, 142.36121666537568], [38.3778488232054, 604.0039439052795], [51.32714578675067, 807.802057722045], [60.35392737318195, 949.8662699262217], [97.97210236452028, 864.7912211500826], [111.24185198630585, 818.1453503610187], [135.36744892314962, 726.7385415531794], [153.9964149623712, 655.9060513256161], [177.80293022607793, 569.9370005885305] … [1211.713591181078, 2.1073352093988444], [1247.0256889150194, 1.829623393062066], [1282.5752147793426, 1.5891893973819067], [1318.195751046774, 1.3809949010482636], [1353.6304502093392, 1.2007619386270945], [1388.4699163858359, 1.0449438215878095], [1422.0250051125997, 0.9108206576507973], [1453.0241952575607, 0.7969770838074718], [1478.671203206373, 0.7054936684960241], [1481.9646653957764, 0.693293702918449]], [0.0, 9.999999999999999e-5, 0.00042428140699718756, 0.0005674424125426281, 0.0006672385426463825, 0.0011590908659365714, 0.0013733125276813834, 0.0018285992938707973, 0.0022470865097864337, 0.002882013330616328 … 2.6145675358561253, 3.110810510367421, 3.703274713903305, 4.411448962263332, 5.2592022290868305, 6.276096091614412, 7.499529081412798, 8.979760939572165, 10.814665833372016, 11.18], [[[0.0, 0.0]], [[90454.56682050809, 1.4236181477468181e6], [90454.50348220207, 1.423616154049131e6], [90454.4718130324, 1.4236151572002864e6], [90454.37680545711, 1.4236121666537612e6], [90454.37680545764, 1.4236121666537772e6], [90454.322515369, 1.4236104577700233e6], [90454.2342939066, 1.4236076808339579e6], [90454.1867900066, 1.4236061855606923e6]], [[90454.1867900066, 1.4236061855606923e6], [90453.98139463243, 1.4235997203697804e6], [90453.8786967704, 1.4235964877743237e6], [90453.57060248482, 1.4235867899879552e6], [90453.57060248482, 1.4235867899879552e6], [90453.39454813617, 1.4235812483957445e6], [90453.10845908879, 1.4235722433084017e6], [90452.9544107654, 1.4235673944152172e6]], [[90452.9544107654, 1.4235673944152172e6], [90452.86373337949, 1.4235645402175598e6], [90452.81839465244, 1.4235631131187312e6], [90452.68237833498, 1.423558831822246e6], [90452.68237833498, 1.423558831822246e6], [90452.60465463315, 1.4235563853671108e6], [90452.47835347528, 1.4235524098775173e6], [90452.41034508643, 1.4235502692292747e6]], [[90452.41034508643, 1.4235502692292747e6], [90452.3471344012, 1.4235482795961364e6], [90452.31552904205, 1.423547284779568e6], [90452.22071289824, 1.4235443003298598e6], [90452.22071289824, 1.4235443003298598e6], [90452.16653220002, 1.4235425949300271e6], [90452.0784884962, 1.4235398236552994e6], [90176.94771710748, -59477.58507562522]], [[90176.94771710748, -59477.58507562522], [84632.90577177297, -128234.77572756773], [82358.82160473928, -143953.29930220684], [75766.17683962283, -193760.9149958745], [76045.32180679955, -166410.85178073042], [72493.58591877193, -208133.94578119752], [67818.3081753992, -213638.1375173207], [65510.605837940966, -218169.5150193835]], [[65510.605837940966, -218169.5150193835], [64239.22052090728, -218852.39157195832], [63640.73999096939, -218827.79195286904], [61877.088528344255, -218378.008375242], [61883.56392306624, -218215.58327036037], [60914.92526154922, -217683.90729734197], [59417.36592646606, -215990.80708429043], [58641.33382320477, -214877.21930490353]], [[58641.33382320477, -214877.21930490353], [56515.71880641415, -211078.575437263], [55567.659230259436, -208763.61532563652], [52802.58398473863, -201331.50241493277], [52840.21367168375, -200926.16255031113], [51351.170106050085, -196691.2340865049], [49169.4331775058, -188779.6713292643], [48067.16895975329, -184551.64016955724]], [[48067.16895975329, -184551.64016955724], [46769.23215320708, -179263.32622896443], [46172.83603360896, -176756.6201368943], [44424.61726256349, -169093.78428863664], [44437.39917963022, -169158.53153282986], [43487.501249497065, -164825.5441910209], [42051.9826392558, -158090.87249195593], [41317.256616932274, -154563.6571073198]], [[41317.256616932274, -154563.6571073198], [39886.661702919584, -147498.653601207], [39245.25280801977, -144367.8965980087], [37373.18346288431, -134859.65314925625], [37396.300683831134, -135138.28926737592], [36386.96786228277, -129796.62456495874], [34899.68823633659, -122125.87821612632], [34146.72043380092, -118199.3563803714]] … [[91.35134965820787, -0.905623667333193], [88.67669307652542, -0.8536861727969969], [87.4466605304086, -0.8314771430570745], [83.85185438157731, -0.7658250152953022], [83.8756354473996, -0.7678821707518975], [81.92745501603264, -0.7320374718340253], [78.98244941337497, -0.6822688107326016], [77.47690518681867, -0.6573026666373849]], [[77.47690518681867, -0.6573026666373849], [75.16652468980487, -0.6195496521156719], [74.10321076552731, -0.6034001579064283], [70.9960630909641, -0.5556886220927162], [71.01604685658873, -0.5571602768820891], [69.33202626382618, -0.5311354432376278], [66.78434016173668, -0.49496767057699176], [65.481475354588, -0.4768301566323094]], [[65.481475354588, -0.4768301566323094], [63.47985039801903, -0.4493825709504078], [62.55768269761283, -0.4376359145420761], [59.86307444968053, -0.4029559313156942], [59.87979748503997, -0.4040047267308123], [58.41898451477106, -0.3851095263875515], [56.20645065747694, -0.35881891556342543], [55.07430914067698, -0.34563931473029175]], [[55.07430914067698, -0.34563931473029175], [53.33224137601247, -0.32567528131289125], [52.52847922022908, -0.3171260027686545], [50.17942327065746, -0.2919058684619767], [50.19334358338046, -0.29264951277742346], [48.91906913793368, -0.27892689296113843], [46.9857090583981, -0.2598030111338266], [45.99537280005457, -0.2502194879699041]], [[45.99537280005457, -0.2502194879699041], [44.46800708279924, -0.23568327291154484], [43.76177579548332, -0.22945278597375213], [41.69642732147024, -0.21108896296862514], [41.70793501286894, -0.2116125946347737], [40.586060162612625, -0.20163587459045587], [38.87917525647207, -0.18770040228281215], [38.00314480241658, -0.1807183722598631]], [[38.00314480241658, -0.1807183722598631], [36.647181537409374, -0.17010618122574653], [36.018058931089385, -0.16555099138981894], [34.175176226144245, -0.15213490304882055], [34.18460229950003, -0.1525000715651827], [33.18072724599302, -0.14522229786789692], [31.64602019799436, -0.13501852607389483], [30.855372217612203, -0.12990390375636113]], [[30.855372217612203, -0.12990390375636113], [29.623832105181528, -0.1221002845715135], [29.04908029834768, -0.11874110151006409], [27.358736486965128, -0.10884546663428935], [27.366361617358823, -0.10909671028877972], [26.43979278276568, -0.10373075484985742], [25.01020750386054, -0.0961503058549378], [24.267751430250605, -0.09233884359932382]], [[24.267751430250605, -0.09233884359932382], [23.095968871177373, -0.08646788530244848], [22.542830115317678, -0.0839219699906924], [20.89920366739292, -0.07638489614258556], [20.90528529053791, -0.07655492538355425], [19.990181600303323, -0.07244211948939383], [18.548553210219765, -0.06650786956096244], [17.78432514530473, -0.06347667702290982]], [[17.78432514530473, -0.06347667702290982], [16.522453792900006, -0.05860186371307366], [15.90973057660977, -0.05642845537717812], [14.02481966116709, -0.04977045184421276], [14.029950570211858, -0.04988927975194132], [12.922404306702436, -0.04605557381084421], [11.043666788193631, -0.039932185556087685], [9.955175473449557, -0.03642474582215149]], [[9.955175473449557, -0.03642474582215149], [9.652809478247148, -0.03545071362313018], [9.499575659918312, -0.03495987733022027], [9.027830375953453, -0.0334399094809219], [9.027851270637008, -0.03344033992819901], [8.749850972764044, -0.0325416379236638], [8.28291372195464, -0.031026394555652422], [8.022584032155352, -0.03017713227719846]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([1481.9646653957764, 0.693293702918449], [1478.671203206373, 0.7054936684960241], [9.955175473449557, -0.03642474582215149], [9.652809478247148, -0.03545071362313018], [9.499575659918312, -0.03495987733022027], [9.027830375953453, -0.0334399094809219], [9.027851270637008, -0.03344033992819901], [8.749850972764044, -0.0325416379236638], [8.28291372195464, -0.031026394555652422], [8.022584032155352, -0.03017713227719846], [4.453118656898261e-5, -1.912594401817395e-7], [1481.5922935676956, 0.6946915615602365], [3.0048730283565666e-5, -0.0002707164249453084], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 458
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 56
Number of rejected steps: 9, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [23.06061688719234, 947.4233402371236], [44.86030354917726, 1843.0389108748745], [57.64209133167552, 2368.1626098514353], [59.48879344150704, 2444.0319457414357], [59.95936049787002, 2463.3645724447415], [60.33327493459666, 2463.4272876039327], [60.49485859339291, 2462.804031490655], [62.09777979741996, 2456.2140625376232], [68.0095947206993, 2426.0110746913924] … [1310.0855394318526, 2.349638673279493], [1345.6972214565901, 2.040064635720282], [1381.63156765514, 1.7720285010952834], [1417.7616094846383, 1.539884406328269], [1453.8938635135949, 1.3388052256856162], [1489.7271364408798, 1.1647120007215988], [1524.7742416520587, 1.0142730735107224], [1558.1948546158453, 0.8850779875680402], [1588.3715801478024, 0.7764037571858722], [1608.622670313798, 0.7036717669178563]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.00019453249170865743, 0.00024995980461846, 0.0002579679075408266, 0.0002600084912357515, 0.0002616321590834273, 0.00026233549890033135, 0.00026936889706937194, 0.00029621139421931003 … 2.3220069021780665, 2.7619268527815426, 3.2868549149185884, 3.9138565469150057, 4.6637304418151055, 5.562028090406859, 6.64056203941542, 7.94006133085018, 9.51803487523933, 11.18], [[[0.0, 0.0]], [[230606.65330020466, 9.47427320694229e6], [230606.49182428044, 9.474259938751934e6], [230606.41108627585, 9.47425330465675e6], [230606.16887209396, 9.474233402371317e6], [230606.16887209396, 9.474233402371317e6], [230606.0304638738, 9.474222029636618e6], [230605.80555034085, 9.4742035489429e6], [230605.68444296301, 9.474193597800126e6]], [[230605.68444296301, 9.474193597800126e6], [230605.53179510994, 9.47418105504918e6], [230605.45547114545, 9.4741747836737e6], [230605.22649909847, 9.4741559695471e6], [230605.22649909847, 9.4741559695471e6], [230605.09565782998, 9.474145218617886e6], [230604.88304060695, 9.474127748357633e6], [230604.76855432874, 9.474118341294417e6]], [[230604.76855432874, 9.474118341294417e6], [230604.67905184533, 9.474110987093026e6], [230604.63430059064, 9.474107309992336e6], [230604.50004677448, 9.474096278690258e6], [230604.50004677448, 9.474096278690258e6], [230604.42333027296, 9.474089975089064e6], [230604.2986659036, 9.47407973173713e6], [230604.23153890754, 9.474074216086088e6]], [[230604.23153890754, 9.474074216086088e6], [230604.21860761772, 9.474073153555749e6], [230604.2121419725, 9.474072622290578e6], [230604.19274503586, 9.47407102849507e6], [230604.19274503586, 9.47407102849507e6], [230604.18166107128, 9.474070117754776e6], [230604.16364962776, 9.474068637801804e6], [230604.15395115758, 9.474067840904048e6]], [[230604.15395115758, 9.474067840904048e6], [230604.15065607164, 9.47406757015552e6], [230604.14900852862, 9.474067434781253e6], [230604.14406589957, 9.474067028658459e6], [230604.14406589957, 9.474067028658459e6], [230604.14124154006, 9.474066796588294e6], [230604.13665195575, 9.474066419474266e6], [230604.1341806411, 9.474066216412872e6]], [[230604.1341806411, 9.474066216412872e6], [230558.50282102203, -868169.5916907173], [230493.1335003442, -862721.629625883], [230297.2897766448, -881582.2123709582], [230297.00000917714, -811083.0841516107], [230185.50859595733, -886124.6094967965], [230004.00878831797, -870287.4198221639], [229906.48155387715, -881340.1042754203]], [[229906.48155387715, -881340.1042754203], [229850.16505403174, -882944.1883422472], [229822.02788331287, -883744.2262517065], [229737.63856655656, -886142.1136921849], [229737.63861217673, -886142.1035409421], [229689.44497572145, -887509.5392109491], [229611.17513721687, -889727.2776854392], [229569.0527578147, -890919.2310728189]], [[229569.0527578147, -890919.2310728189], [229008.26594769413, -906727.7723207455], [228729.96228072862, -914435.2239106242], [227897.20131376325, -937349.0679721553], [227897.24651701853, -937339.0366802327], [227424.16264515778, -950175.4497651756], [226659.81425679033, -970611.9848454986], [226250.43953940773, -981413.6302507203]], [[226250.43953940773, -981413.6302507203], [224181.4590105153, -1.0350389767245483e6], [223175.6853557068, -1.0593201569183823e6], [220185.84085901742, -1.1298507656915858e6], [220188.18074251513, -1.1293552588094044e6], [218514.6604094096, -1.166976391109515e6], [215854.86370897005, -1.2227182779309638e6], [214449.95948220274, -1.2506406722647017e6]] … [[103.6220012708122, -1.1380503853104698], [100.61612010189137, -1.0728564975199444], [99.23439306281324, -1.0449856116815277], [95.19580702499016, -0.9625658240219336], [95.22298950058865, -0.9651737966077638], [93.0343217046166, -0.9201474559458046], [89.72726297976523, -0.8576667276407797], [88.03690665532932, -0.8263171322559404]], [[88.03690665532932, -0.8263171322559404], [85.44426468682943, -0.7789262299532366], [84.25175337338698, -0.7586599700834868], [80.76680737552232, -0.698759728191658], [80.78970372694904, -0.7006296406404322], [78.90108058091259, -0.6679331549104444], [76.04562233058446, -0.6225259637595375], [74.58576616528987, -0.5997496265553235]], [[74.58576616528987, -0.5997496265553235], [72.34455801487906, -0.5652962596100443], [71.31283522053943, -0.5505568819875261], [68.29811080604368, -0.5070189944492409], [68.31732785396798, -0.5083555049377247], [66.68334292161379, -0.48461412057023234], [64.210705831656, -0.451610519885233], [62.946061299994426, -0.4350613552915894]], [[62.946061299994426, -0.4350613552915894], [61.00211227826295, -0.4100073481823594], [60.106203206006654, -0.399283679823223], [57.488286126080894, -0.36763042008634267], [57.504342467076064, -0.36858172208914625], [56.0849322301433, -0.35134166311799203], [53.93421303409705, -0.3273448407429319], [52.83343536201043, -0.31531632330190995]], [[52.83343536201043, -0.31531632330190995], [51.13839448477394, -0.2970867580770742], [50.3559125395463, -0.2892787395536942], [48.06876663694766, -0.26625063262685544], [48.08210487515894, -0.26692397799281503], [46.841047114563565, -0.25439925015933906], [44.95679864333805, -0.23693507546884326], [43.991173896776864, -0.22818394904897818]], [[43.991173896776864, -0.22818394904897818], [42.50033615639664, -0.21490122560572142], [41.81040790271247, -0.20920620911547186], [39.7920111664173, -0.1924243460830398], [39.803007987153045, -0.1928973078191033], [38.705921232650766, -0.1837840674126994], [37.034779271788054, -0.17104334134100874], [36.176320123104915, -0.1646596315128053]], [[36.176320123104915, -0.1646596315128053], [34.84528133140039, -0.15494637754479487], [34.22682743553717, -0.15077450774113432], [32.413577129258776, -0.138488109127421], [32.422551821747575, -0.13881677743071363], [31.433396649342523, -0.13215371683740146], [29.917855408187037, -0.12279590654498872], [29.135617382023977, -0.1181028437495721]], [[29.135617382023977, -0.1181028437495721], [27.913303099193485, -0.11092682296603942], [27.341304179670733, -0.10783323669795443], [25.655294814670665, -0.09871317105571895], [25.66251988719759, -0.09893821051323752], [24.735177573073972, -0.0939889694313396], [23.29770375645383, -0.08696771328091471], [22.547861704361186, -0.08342813424153461]], [[22.547861704361186, -0.08342813424153461], [21.355027603376445, -0.07793898755379237], [20.788558751198785, -0.07554708568891946], [19.094481852038747, -0.06843082546222301], [19.10023800710635, -0.06858272452563902], [18.147855563902176, -0.06467183283272933], [16.62830429888758, -0.058941347002502656], [15.811748345194514, -0.055971266576122385]], [[15.811748345194514, -0.055971266576122385], [14.651385448924225, -0.05184354737717628], [14.076565050215015, -0.04993112595371407], [12.27905231814124, -0.04394652653459558], [12.282206256927138, -0.04401423565736435], [11.19831392206629, -0.04044586897113385], [9.292451043688203, -0.03433791696993141], [8.139271115772894, -0.03060279524652107]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C19", "629-92-5", 524.95, 40.21, 159.47, 0.001, "Leppert2020b, alkane, alkanes", 8.520364327614916e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [23.06061688719234, 947.4233402371236], [44.86030354917726, 1843.0389108748745], [57.64209133167552, 2368.1626098514353], [59.48879344150704, 2444.0319457414357], [59.95936049787002, 2463.3645724447415], [60.33327493459666, 2463.4272876039327], [60.49485859339291, 2462.804031490655], [62.09777979741996, 2456.2140625376232], [68.0095947206993, 2426.0110746913924] … [1310.0855394318526, 2.349638673279493], [1345.6972214565901, 2.040064635720282], [1381.63156765514, 1.7720285010952834], [1417.7616094846383, 1.539884406328269], [1453.8938635135949, 1.3388052256856162], [1489.7271364408798, 1.1647120007215988], [1524.7742416520587, 1.0142730735107224], [1558.1948546158453, 0.8850779875680402], [1588.3715801478024, 0.7764037571858722], [1608.622670313798, 0.7036717669178563]], [0.0, 9.999999999999999e-5, 0.00019453249170865743, 0.00024995980461846, 0.0002579679075408266, 0.0002600084912357515, 0.0002616321590834273, 0.00026233549890033135, 0.00026936889706937194, 0.00029621139421931003 … 2.3220069021780665, 2.7619268527815426, 3.2868549149185884, 3.9138565469150057, 4.6637304418151055, 5.562028090406859, 6.64056203941542, 7.94006133085018, 9.51803487523933, 11.18], [[[0.0, 0.0]], [[230606.65330020466, 9.47427320694229e6], [230606.49182428044, 9.474259938751934e6], [230606.41108627585, 9.47425330465675e6], [230606.16887209396, 9.474233402371317e6], [230606.16887209396, 9.474233402371317e6], [230606.0304638738, 9.474222029636618e6], [230605.80555034085, 9.4742035489429e6], [230605.68444296301, 9.474193597800126e6]], [[230605.68444296301, 9.474193597800126e6], [230605.53179510994, 9.47418105504918e6], [230605.45547114545, 9.4741747836737e6], [230605.22649909847, 9.4741559695471e6], [230605.22649909847, 9.4741559695471e6], [230605.09565782998, 9.474145218617886e6], [230604.88304060695, 9.474127748357633e6], [230604.76855432874, 9.474118341294417e6]], [[230604.76855432874, 9.474118341294417e6], [230604.67905184533, 9.474110987093026e6], [230604.63430059064, 9.474107309992336e6], [230604.50004677448, 9.474096278690258e6], [230604.50004677448, 9.474096278690258e6], [230604.42333027296, 9.474089975089064e6], [230604.2986659036, 9.47407973173713e6], [230604.23153890754, 9.474074216086088e6]], [[230604.23153890754, 9.474074216086088e6], [230604.21860761772, 9.474073153555749e6], [230604.2121419725, 9.474072622290578e6], [230604.19274503586, 9.47407102849507e6], [230604.19274503586, 9.47407102849507e6], [230604.18166107128, 9.474070117754776e6], [230604.16364962776, 9.474068637801804e6], [230604.15395115758, 9.474067840904048e6]], [[230604.15395115758, 9.474067840904048e6], [230604.15065607164, 9.47406757015552e6], [230604.14900852862, 9.474067434781253e6], [230604.14406589957, 9.474067028658459e6], [230604.14406589957, 9.474067028658459e6], [230604.14124154006, 9.474066796588294e6], [230604.13665195575, 9.474066419474266e6], [230604.1341806411, 9.474066216412872e6]], [[230604.1341806411, 9.474066216412872e6], [230558.50282102203, -868169.5916907173], [230493.1335003442, -862721.629625883], [230297.2897766448, -881582.2123709582], [230297.00000917714, -811083.0841516107], [230185.50859595733, -886124.6094967965], [230004.00878831797, -870287.4198221639], [229906.48155387715, -881340.1042754203]], [[229906.48155387715, -881340.1042754203], [229850.16505403174, -882944.1883422472], [229822.02788331287, -883744.2262517065], [229737.63856655656, -886142.1136921849], [229737.63861217673, -886142.1035409421], [229689.44497572145, -887509.5392109491], [229611.17513721687, -889727.2776854392], [229569.0527578147, -890919.2310728189]], [[229569.0527578147, -890919.2310728189], [229008.26594769413, -906727.7723207455], [228729.96228072862, -914435.2239106242], [227897.20131376325, -937349.0679721553], [227897.24651701853, -937339.0366802327], [227424.16264515778, -950175.4497651756], [226659.81425679033, -970611.9848454986], [226250.43953940773, -981413.6302507203]], [[226250.43953940773, -981413.6302507203], [224181.4590105153, -1.0350389767245483e6], [223175.6853557068, -1.0593201569183823e6], [220185.84085901742, -1.1298507656915858e6], [220188.18074251513, -1.1293552588094044e6], [218514.6604094096, -1.166976391109515e6], [215854.86370897005, -1.2227182779309638e6], [214449.95948220274, -1.2506406722647017e6]] … [[103.6220012708122, -1.1380503853104698], [100.61612010189137, -1.0728564975199444], [99.23439306281324, -1.0449856116815277], [95.19580702499016, -0.9625658240219336], [95.22298950058865, -0.9651737966077638], [93.0343217046166, -0.9201474559458046], [89.72726297976523, -0.8576667276407797], [88.03690665532932, -0.8263171322559404]], [[88.03690665532932, -0.8263171322559404], [85.44426468682943, -0.7789262299532366], [84.25175337338698, -0.7586599700834868], [80.76680737552232, -0.698759728191658], [80.78970372694904, -0.7006296406404322], [78.90108058091259, -0.6679331549104444], [76.04562233058446, -0.6225259637595375], [74.58576616528987, -0.5997496265553235]], [[74.58576616528987, -0.5997496265553235], [72.34455801487906, -0.5652962596100443], [71.31283522053943, -0.5505568819875261], [68.29811080604368, -0.5070189944492409], [68.31732785396798, -0.5083555049377247], [66.68334292161379, -0.48461412057023234], [64.210705831656, -0.451610519885233], [62.946061299994426, -0.4350613552915894]], [[62.946061299994426, -0.4350613552915894], [61.00211227826295, -0.4100073481823594], [60.106203206006654, -0.399283679823223], [57.488286126080894, -0.36763042008634267], [57.504342467076064, -0.36858172208914625], [56.0849322301433, -0.35134166311799203], [53.93421303409705, -0.3273448407429319], [52.83343536201043, -0.31531632330190995]], [[52.83343536201043, -0.31531632330190995], [51.13839448477394, -0.2970867580770742], [50.3559125395463, -0.2892787395536942], [48.06876663694766, -0.26625063262685544], [48.08210487515894, -0.26692397799281503], [46.841047114563565, -0.25439925015933906], [44.95679864333805, -0.23693507546884326], [43.991173896776864, -0.22818394904897818]], [[43.991173896776864, -0.22818394904897818], [42.50033615639664, -0.21490122560572142], [41.81040790271247, -0.20920620911547186], [39.7920111664173, -0.1924243460830398], [39.803007987153045, -0.1928973078191033], [38.705921232650766, -0.1837840674126994], [37.034779271788054, -0.17104334134100874], [36.176320123104915, -0.1646596315128053]], [[36.176320123104915, -0.1646596315128053], [34.84528133140039, -0.15494637754479487], [34.22682743553717, -0.15077450774113432], [32.413577129258776, -0.138488109127421], [32.422551821747575, -0.13881677743071363], [31.433396649342523, -0.13215371683740146], [29.917855408187037, -0.12279590654498872], [29.135617382023977, -0.1181028437495721]], [[29.135617382023977, -0.1181028437495721], [27.913303099193485, -0.11092682296603942], [27.341304179670733, -0.10783323669795443], [25.655294814670665, -0.09871317105571895], [25.66251988719759, -0.09893821051323752], [24.735177573073972, -0.0939889694313396], [23.29770375645383, -0.08696771328091471], [22.547861704361186, -0.08342813424153461]], [[22.547861704361186, -0.08342813424153461], [21.355027603376445, -0.07793898755379237], [20.788558751198785, -0.07554708568891946], [19.094481852038747, -0.06843082546222301], [19.10023800710635, -0.06858272452563902], [18.147855563902176, -0.06467183283272933], [16.62830429888758, -0.058941347002502656], [15.811748345194514, -0.055971266576122385]], [[15.811748345194514, -0.055971266576122385], [14.651385448924225, -0.05184354737717628], [14.076565050215015, -0.04993112595371407], [12.27905231814124, -0.04394652653459558], [12.282206256927138, -0.04401423565736435], [11.19831392206629, -0.04044586897113385], [9.292451043688203, -0.03433791696993141], [8.139271115772894, -0.03060279524652107]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([1608.622670313798, 0.7036717669178563], [1588.3715801478024, 0.7764037571858722], [15.811748345194514, -0.055971266576122385], [14.651385448924225, -0.05184354737717628], [14.076565050215015, -0.04993112595371407], [12.27905231814124, -0.04394652653459558], [12.282206256927138, -0.04401423565736435], [11.19831392206629, -0.04044586897113385], [9.292451043688203, -0.03433791696993141], [8.139271115772894, -0.03060279524652107], [0.013055799859064236, -5.30932208469037e-5], [1606.8069970445997, 0.7104553527562791], [0.008116130640125053, -0.06829555473091115], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 689
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 69
Number of rejected steps: 29, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [58.94037933466779, 6331.5111862219555], [59.98427672186482, 6443.648806113207], [60.32148125249729, 6441.8687090345675], [60.46826782819608, 6439.473312859016], [61.92490334814759, 6414.916254762513], [67.60235649660441, 6306.6945352483435], [75.94136965280232, 6117.920112297944], [85.37059990081345, 5873.326809866806], [96.83079381831192, 5547.9722089593915] … [1434.1216691499303, 2.316396363899329], [1470.2762078055778, 2.011885293708517], [1506.7377756558278, 1.7481529691186233], [1543.3678701403473, 1.5196680786017065], [1579.9548359164064, 1.3217066634665031], [1616.167385401693, 1.1502903018584818], [1651.4646127234491, 1.0022055278657003], [1684.8989603815958, 0.8752377849719338], [1714.595333052532, 0.7691787353244525], [1730.2292991349752, 0.7128183546105299]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0001017711111307984, 0.00010234406951379219, 0.00010259405587207586, 0.0001050939194549125, 0.00011517643472570717, 0.000131009555069857, 0.00015048532860699075, 0.00017660371994487705 … 2.393449048993085, 2.847304631836968, 3.3889996228432167, 4.036220242695241, 4.810549306223141, 5.73855391216503, 6.8534267155590864, 8.198039507257548, 9.83567770758568, 11.18], [[[0.0, 0.0]], [[589405.031491642, 6.3315377871168554e7], [589404.6187770874, 6.331528920151888e7], [589404.4124197019, 6.3315244866694055e7], [589403.7933471123, 6.331511186221975e7], [589403.7933471123, 6.331511186221975e7], [589403.4395910531, 6.331503585966263e7], [589402.8647370058, 6.331491235550768e7], [589402.555199979, 6.331484585327042e7]], [[589402.555199979, 6.331484585327042e7], [589402.5478903175, 6.33148442828324e7], [589402.5442354867, 6.331484349761339e7], [589402.533270994, 6.331484114195633e7], [589402.533270994, 6.331484114195633e7], [589402.5270055695, 6.331483979586659e7], [589402.5168242546, 6.331483760847075e7], [589402.5113420081, 6.331483643064225e7]], [[589402.5113420081, 6.331483643064225e7], [589173.6386810457, -9.507694739e6], [589015.0362721056, -9.467583230381839e6], [588539.646053507, -9.582717084934555e6], [588539.3601893472, -9.111231596071772e6], [588268.3260619306, -9.606833506472766e6], [587827.8890543432, -9.490772039360933e6], [587591.0929404893, -9.559248887739055e6]], [[587591.0929404893, -9.559248887739055e6], [587453.3934347465, -9.566893257701308e6], [587384.592941602, -9.570705215279378e6], [587178.2431890159, -9.582129137085125e6], [587178.2432911143, -9.582129087414257e6], [587060.3964629589, -9.58864256044992e6], [586869.0000103959, -9.599204377496772e6], [586765.9938960761, -9.604880003605857e6]], [[586765.9938960761, -9.604880003605857e6], [585394.5488294736, -9.68010498038368e6], [584713.711735078, -9.716713133256823e6], [582676.2181101289, -9.82541462366198e6], [582676.3193170603, -9.825365531861067e6], [581518.5377857825, -9.88614030368308e6], [579647.4534637582, -9.982706452496454e6], [578645.0874179547, -1.003364887370918e7]], [[578645.0874179547, -1.003364887370918e7], [573291.117225758, -1.0299737295141205e7], [570689.2405440691, -1.0418387976525865e7], [562955.1786413606, -1.0760442487749435e7], [562961.3778031152, -1.075757833295688e7], [558633.1362720985, -1.0937583623394333e7], [551755.6915192904, -1.1199086537275188e7], [548123.6731885674, -1.1327921000925452e7]], [[548123.6731885674, -1.1327921000925452e7], [540626.7955925141, -1.1578433738975972e7], [537033.311606819, -1.1680311727812923e7], [526393.3502219358, -1.1964418001510717e7], [526412.3231057492, -1.1957399817959525e7], [520509.3090525684, -1.2098176531799994e7], [511236.54580606514, -1.2275908234144293e7], [506381.0371672134, -1.2354959900758497e7]], [[506381.0371672134, -1.2354959900758497e7], [498562.6446038641, -1.2465231780029051e7], [494835.6429786043, -1.2501683990602002e7], [483816.5429982778, -1.2592273142081127e7], [483841.75743859686, -1.2585832539494775e7], [477748.0151035886, -1.2621036962770045e7], [468220.8331267773, -1.2636658103990786e7], [463248.30414550076, -1.2632588126718462e7]], [[463248.30414550076, -1.2632588126718462e7], [454545.51549497445, -1.2607811748738647e7], [450440.2847795765, -1.2580891983237319e7], [438334.972609402, -1.2482943172218576e7], [438376.519688844, -1.2476605261195421e7], [431720.12976542744, -1.240895964732641e7], [421409.2097967077, -1.2265675244052816e7], [416059.58333960694, -1.2180316237832926e7]] … [[102.06218907554938, -1.0849551773564088], [99.09241058280543, -1.0228133303786786], [97.72722931777909, -0.9962469206441207], [93.73715632517626, -0.9176885273532226], [93.76395336632027, -0.9201714605994359], [91.60163040141224, -0.8772580359799549], [88.33425914496605, -0.8177055605673541], [86.6641815670672, -0.787826073671084]], [[86.6641815670672, -0.787826073671084], [84.1020906561906, -0.742648349329221], [82.923553702976, -0.7233281523584789], [79.4795591773017, -0.6662276549482018], [79.50211650115891, -0.6680073351115126], [77.63570654552714, -0.6368423197280503], [74.813627321628, -0.5935580561652186], [73.37079733629655, -0.5718473595858102]], [[73.37079733629655, -0.5718473595858102], [71.15514559953094, -0.5389984113451293], [70.13507413246998, -0.5249449533056114], [67.15444970539104, -0.48343635029801574], [67.17336713107704, -0.4847077690602928], [65.55783538438699, -0.462075982385901], [63.11280163278786, -0.43061077151935545], [61.86219024434335, -0.41483366945690187]], [[61.86219024434335, -0.41483366945690187], [59.93916463364575, -0.3909420522659023], [59.05273735256698, -0.3807153589620282], [56.4624873653258, -0.35053183258826376], [56.47827747407525, -0.3514361916910508], [55.07376292760179, -0.33499939123130945], [52.94512666610364, -0.3121162257730722], [51.855496078725665, -0.3006464204094517]], [[51.855496078725665, -0.3006464204094517], [50.17685060260038, -0.2832577868883895], [49.40170593993205, -0.2758092621856673], [47.13580747928252, -0.25384367948353226], [47.14890760422933, -0.25448317380960495], [45.91914705922947, -0.24253874426742603], [44.051301172046394, -0.22587866868057746], [43.0938084985296, -0.2175306532653248]], [[43.0938084985296, -0.2175306532653248], [41.61452594336957, -0.20485400365028636], [40.9296001320246, -0.1994178986566919], [38.92534421002959, -0.18340034681789533], [38.93612634078443, -0.18384889625827971], [37.84626056203724, -0.1751524843083982], [36.18490616689053, -0.16298804946667883], [35.33097950680178, -0.1568926475887912]], [[35.33097950680178, -0.1568926475887912], [34.005499024311945, -0.14761127390052564], [33.38907286044974, -0.1436233859860123], [31.580658009856496, -0.1318781914419006], [31.58943728921103, -0.13218925738506015], [30.601965933627014, -0.12582004482599654], [29.086843518925935, -0.11686498961187612], [28.303841541223655, -0.11237187127430183]], [[28.303841541223655, -0.11237187127430183], [27.077699587391503, -0.10549081492718183], [26.502889276673283, -0.10252132478442427], [24.80592277936564, -0.09376076792814028], [24.812970318780472, -0.09397318401683583], [23.87737840907693, -0.0892149805024387], [22.42247192186045, -0.08244406411097985], [21.661177909680532, -0.0790232006588601]], [[21.661177909680532, -0.0790232006588601], [20.442740906655686, -0.07368842709662002], [19.86166727352628, -0.0713549530895071], [18.115438826901524, -0.06438181233149673], [18.121068353603608, -0.06452535379931594], [17.132070097927734, -0.06066776470165952], [15.538583702252078, -0.05494224473798316], [14.672876029921527, -0.05193510729126009]], [[14.672876029921527, -0.05193510729126009], [13.707169665733229, -0.04863962769807023], [13.223536162320888, -0.047066865355098964], [11.709180320050601, -0.04212594548662943], [11.71071218086101, -0.042157840662584656], [10.796684185738707, -0.03919520779859091], [9.196160116038374, -0.03407125500938359], [8.242636102004326, -0.030984396639889167]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C20", "112-95-8", 535.96, 40.67, 164.99, 0.001, "Leppert2020b, alkane, alkanes", 8.291005739811999e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [58.94037933466779, 6331.5111862219555], [59.98427672186482, 6443.648806113207], [60.32148125249729, 6441.8687090345675], [60.46826782819608, 6439.473312859016], [61.92490334814759, 6414.916254762513], [67.60235649660441, 6306.6945352483435], [75.94136965280232, 6117.920112297944], [85.37059990081345, 5873.326809866806], [96.83079381831192, 5547.9722089593915] … [1434.1216691499303, 2.316396363899329], [1470.2762078055778, 2.011885293708517], [1506.7377756558278, 1.7481529691186233], [1543.3678701403473, 1.5196680786017065], [1579.9548359164064, 1.3217066634665031], [1616.167385401693, 1.1502903018584818], [1651.4646127234491, 1.0022055278657003], [1684.8989603815958, 0.8752377849719338], [1714.595333052532, 0.7691787353244525], [1730.2292991349752, 0.7128183546105299]], [0.0, 9.999999999999999e-5, 0.0001017711111307984, 0.00010234406951379219, 0.00010259405587207586, 0.0001050939194549125, 0.00011517643472570717, 0.000131009555069857, 0.00015048532860699075, 0.00017660371994487705 … 2.393449048993085, 2.847304631836968, 3.3889996228432167, 4.036220242695241, 4.810549306223141, 5.73855391216503, 6.8534267155590864, 8.198039507257548, 9.83567770758568, 11.18], [[[0.0, 0.0]], [[589405.031491642, 6.3315377871168554e7], [589404.6187770874, 6.331528920151888e7], [589404.4124197019, 6.3315244866694055e7], [589403.7933471123, 6.331511186221975e7], [589403.7933471123, 6.331511186221975e7], [589403.4395910531, 6.331503585966263e7], [589402.8647370058, 6.331491235550768e7], [589402.555199979, 6.331484585327042e7]], [[589402.555199979, 6.331484585327042e7], [589402.5478903175, 6.33148442828324e7], [589402.5442354867, 6.331484349761339e7], [589402.533270994, 6.331484114195633e7], [589402.533270994, 6.331484114195633e7], [589402.5270055695, 6.331483979586659e7], [589402.5168242546, 6.331483760847075e7], [589402.5113420081, 6.331483643064225e7]], [[589402.5113420081, 6.331483643064225e7], [589173.6386810457, -9.507694739e6], [589015.0362721056, -9.467583230381839e6], [588539.646053507, -9.582717084934555e6], [588539.3601893472, -9.111231596071772e6], [588268.3260619306, -9.606833506472766e6], [587827.8890543432, -9.490772039360933e6], [587591.0929404893, -9.559248887739055e6]], [[587591.0929404893, -9.559248887739055e6], [587453.3934347465, -9.566893257701308e6], [587384.592941602, -9.570705215279378e6], [587178.2431890159, -9.582129137085125e6], [587178.2432911143, -9.582129087414257e6], [587060.3964629589, -9.58864256044992e6], [586869.0000103959, -9.599204377496772e6], [586765.9938960761, -9.604880003605857e6]], [[586765.9938960761, -9.604880003605857e6], [585394.5488294736, -9.68010498038368e6], [584713.711735078, -9.716713133256823e6], [582676.2181101289, -9.82541462366198e6], [582676.3193170603, -9.825365531861067e6], [581518.5377857825, -9.88614030368308e6], [579647.4534637582, -9.982706452496454e6], [578645.0874179547, -1.003364887370918e7]], [[578645.0874179547, -1.003364887370918e7], [573291.117225758, -1.0299737295141205e7], [570689.2405440691, -1.0418387976525865e7], [562955.1786413606, -1.0760442487749435e7], [562961.3778031152, -1.075757833295688e7], [558633.1362720985, -1.0937583623394333e7], [551755.6915192904, -1.1199086537275188e7], [548123.6731885674, -1.1327921000925452e7]], [[548123.6731885674, -1.1327921000925452e7], [540626.7955925141, -1.1578433738975972e7], [537033.311606819, -1.1680311727812923e7], [526393.3502219358, -1.1964418001510717e7], [526412.3231057492, -1.1957399817959525e7], [520509.3090525684, -1.2098176531799994e7], [511236.54580606514, -1.2275908234144293e7], [506381.0371672134, -1.2354959900758497e7]], [[506381.0371672134, -1.2354959900758497e7], [498562.6446038641, -1.2465231780029051e7], [494835.6429786043, -1.2501683990602002e7], [483816.5429982778, -1.2592273142081127e7], [483841.75743859686, -1.2585832539494775e7], [477748.0151035886, -1.2621036962770045e7], [468220.8331267773, -1.2636658103990786e7], [463248.30414550076, -1.2632588126718462e7]], [[463248.30414550076, -1.2632588126718462e7], [454545.51549497445, -1.2607811748738647e7], [450440.2847795765, -1.2580891983237319e7], [438334.972609402, -1.2482943172218576e7], [438376.519688844, -1.2476605261195421e7], [431720.12976542744, -1.240895964732641e7], [421409.2097967077, -1.2265675244052816e7], [416059.58333960694, -1.2180316237832926e7]] … [[102.06218907554938, -1.0849551773564088], [99.09241058280543, -1.0228133303786786], [97.72722931777909, -0.9962469206441207], [93.73715632517626, -0.9176885273532226], [93.76395336632027, -0.9201714605994359], [91.60163040141224, -0.8772580359799549], [88.33425914496605, -0.8177055605673541], [86.6641815670672, -0.787826073671084]], [[86.6641815670672, -0.787826073671084], [84.1020906561906, -0.742648349329221], [82.923553702976, -0.7233281523584789], [79.4795591773017, -0.6662276549482018], [79.50211650115891, -0.6680073351115126], [77.63570654552714, -0.6368423197280503], [74.813627321628, -0.5935580561652186], [73.37079733629655, -0.5718473595858102]], [[73.37079733629655, -0.5718473595858102], [71.15514559953094, -0.5389984113451293], [70.13507413246998, -0.5249449533056114], [67.15444970539104, -0.48343635029801574], [67.17336713107704, -0.4847077690602928], [65.55783538438699, -0.462075982385901], [63.11280163278786, -0.43061077151935545], [61.86219024434335, -0.41483366945690187]], [[61.86219024434335, -0.41483366945690187], [59.93916463364575, -0.3909420522659023], [59.05273735256698, -0.3807153589620282], [56.4624873653258, -0.35053183258826376], [56.47827747407525, -0.3514361916910508], [55.07376292760179, -0.33499939123130945], [52.94512666610364, -0.3121162257730722], [51.855496078725665, -0.3006464204094517]], [[51.855496078725665, -0.3006464204094517], [50.17685060260038, -0.2832577868883895], [49.40170593993205, -0.2758092621856673], [47.13580747928252, -0.25384367948353226], [47.14890760422933, -0.25448317380960495], [45.91914705922947, -0.24253874426742603], [44.051301172046394, -0.22587866868057746], [43.0938084985296, -0.2175306532653248]], [[43.0938084985296, -0.2175306532653248], [41.61452594336957, -0.20485400365028636], [40.9296001320246, -0.1994178986566919], [38.92534421002959, -0.18340034681789533], [38.93612634078443, -0.18384889625827971], [37.84626056203724, -0.1751524843083982], [36.18490616689053, -0.16298804946667883], [35.33097950680178, -0.1568926475887912]], [[35.33097950680178, -0.1568926475887912], [34.005499024311945, -0.14761127390052564], [33.38907286044974, -0.1436233859860123], [31.580658009856496, -0.1318781914419006], [31.58943728921103, -0.13218925738506015], [30.601965933627014, -0.12582004482599654], [29.086843518925935, -0.11686498961187612], [28.303841541223655, -0.11237187127430183]], [[28.303841541223655, -0.11237187127430183], [27.077699587391503, -0.10549081492718183], [26.502889276673283, -0.10252132478442427], [24.80592277936564, -0.09376076792814028], [24.812970318780472, -0.09397318401683583], [23.87737840907693, -0.0892149805024387], [22.42247192186045, -0.08244406411097985], [21.661177909680532, -0.0790232006588601]], [[21.661177909680532, -0.0790232006588601], [20.442740906655686, -0.07368842709662002], [19.86166727352628, -0.0713549530895071], [18.115438826901524, -0.06438181233149673], [18.121068353603608, -0.06452535379931594], [17.132070097927734, -0.06066776470165952], [15.538583702252078, -0.05494224473798316], [14.672876029921527, -0.05193510729126009]], [[14.672876029921527, -0.05193510729126009], [13.707169665733229, -0.04863962769807023], [13.223536162320888, -0.047066865355098964], [11.709180320050601, -0.04212594548662943], [11.71071218086101, -0.042157840662584656], [10.796684185738707, -0.03919520779859091], [9.196160116038374, -0.03407125500938359], [8.242636102004326, -0.030984396639889167]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([1730.2292991349752, 0.7128183546105299], [1714.595333052532, 0.7691787353244525], [14.672876029921527, -0.05193510729126009], [13.707169665733229, -0.04863962769807023], [13.223536162320888, -0.047066865355098964], [11.709180320050601, -0.04212594548662943], [11.71071218086101, -0.042157840662584656], [10.796684185738707, -0.03919520779859091], [9.196160116038374, -0.03407125500938359], [8.242636102004326, -0.030984396639889167], [0.006683006453633087, -2.7741432407911815e-5], [1728.761419914057, 0.7183033542659143], [0.0038624953319649075, -0.03601947331904094], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 647
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 72
Number of rejected steps: 20, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [36.46999475176144, 11627.833468878944], [50.98894756823326, 16256.950116220725], [59.677478263546554, 19027.136859996343], [60.01279666732794, 19134.047283264434], [63.30939966152717, 18886.414956402434], [70.35702777289912, 18306.60784896539], [79.12385798185468, 17514.62401047433], [89.48880384295089, 16516.967049644536], [101.4913217675015, 15327.09845355328] … [1745.5033038829256, 1.1399094845752085], [1784.6535115640013, 1.2662873843977431], [1793.8142764606914, 1.2935623344940956], [1800.692523933218, 1.3133903959190998], [1818.7793073262144, 0.8411898101913069], [1825.1344898208872, 0.724238772061658], [1835.086309997159, 0.5765234868736365], [1842.1433532297326, 0.4923271769262027], [1849.09134118721, 0.4221937621150325], [1849.7958097184876, 0.4156588221760513]], nothing, nothing, [0.0, 2.1309474052151082e-5, 2.9792925833424115e-5, 3.4869652311690857e-5, 3.506557957112913e-5, 3.702485216551186e-5, 4.144094191531657e-5, 4.7393935243721895e-5, 5.514606940472515e-5, 6.51884871346913e-5 … 6.095652862425779, 7.324520878476427, 7.635939166009505, 7.877432839400523, 8.653477635990866, 9.001177360874669, 9.662623319778731, 10.262873706230286, 11.072151773996328, 11.18], [[[0.0, 0.0]], [[1.7114458568044365e6, 5.456654561543545e8], [1.7114456014333519e6, 5.456652933128967e8], [1.7114454737477945e6, 5.456652118921678e8], [1.7114450906910675e6, 5.456649676299812e8], [1.7114450906910675e6, 5.456649676299812e8], [1.7114448718014704e6, 5.456648280515885e8], [1.7114445161058155e6, 5.45664601236701e8], [1.7114443245773553e6, 5.456644791056077e8]], [[1.7114443245773553e6, 5.456644791056077e8], [1.7114442229122408e6, 5.456644142772758e8], [1.7114441720796807e6, 5.456643818631098e8], [1.7114440195819747e6, 5.456642846206007e8], [1.7114440195819747e6, 5.456642846206007e8], [1.7114439324404506e6, 5.456642290534706e8], [1.711443790835435e6, 5.456641387568655e8], [1.7114437145865755e6, 5.456640901356165e8]], [[1.7114437145865755e6, 5.456640901356165e8], [1.7114436537474066e6, 5.456640513405936e8], [1.7114436233278029e6, 5.456640319430702e8], [1.7114435320690433e6, 5.456639737505352e8], [1.7114435320690433e6, 5.456639737505352e8], [1.7114434799211968e6, 5.456639404976699e8], [1.7114433951809132e6, 5.456638864617448e8], [1.711443349551528e6, 5.456638573654774e8]], [[1.711443349551528e6, 5.456638573654774e8], [1.7114433472035474e6, 5.456638558682522e8], [1.7114433460295575e6, 5.456638551196396e8], [1.7114433425075684e6, 5.4566385287379e8], [1.7114433425075684e6, 5.4566385287379e8], [1.7114433404950358e6, 5.456638515904682e8], [1.7114433372246316e6, 5.456638495050455e8], [1.7112194333085215e6, -1.240094688514986e8]], [[1.7112194333085215e6, -1.240094688514986e8], [1.7014727162095776e6, -1.2489426434904444e8], [1.6966836656232106e6, -1.2529842574193788e8], [1.68239978722693e6, -1.2646696835060757e8], [1.6824040617452264e6, -1.2646232142375731e8], [1.6743491301542548e6, -1.2708234727045971e8], [1.661436081627466e6, -1.2800510532938278e8], [1.6545671626706596e6, -1.2846510843178523e8]], [[1.6545671626706596e6, -1.2846510843178523e8], [1.6341486508255145e6, -1.2974013681569803e8], [1.6243201671753048e6, -1.3023315221704555e8], [1.5951841130948886e6, -1.3156210159968436e8], [1.5952261811929613e6, -1.3152284562542081e8], [1.5790197033705208e6, -1.321378179967187e8], [1.5534704982410446e6, -1.328176914233566e8], [1.5400577519705452e6, -1.3307428673018616e8]], [[1.5400577519705452e6, -1.3307428673018616e8], [1.5163651240798533e6, -1.333867583872801e8], [1.5050683830144184e6, -1.3340351781710911e8], [1.4716652277257992e6, -1.3329616753307796e8], [1.4717410930330623e6, -1.332476639924826e8], [1.453265418976645e6, -1.3305806523287451e8], [1.4243735891755142e6, -1.324344275650543e8], [1.4092916193273058e6, -1.3200468357900321e8]], [[1.4092916193273058e6, -1.3200468357900321e8], [1.383649311582397e6, -1.3112730203815591e8], [1.3715302047857726e6, -1.3059717615241897e8], [1.3357750529118804e6, -1.2886944579245949e8], [1.3358898972794234e6, -1.2882969201332271e8], [1.316208377089276e6, -1.277608062152164e8], [1.2856680835851151e6, -1.2580757254824108e8], [1.2698053878977094e6, -1.247031373637411e8]], [[1.2698053878977094e6, -1.247031373637411e8], [1.2430696084351363e6, -1.22706964252195e8], [1.2305470152368096e6, -1.2169121093479735e8], [1.1936800508373226e6, -1.185395203828809e8], [1.193840355679632e6, -1.1852610089907902e8], [1.1736382730102343e6, -1.1669911444584191e8], [1.1425447632113395e6, -1.1367536012806511e8], [1.1264736655901023e6, -1.1204529507804316e8]] … [[34.06735036994164, 0.1174563241762398], [34.00826593235557, 0.11704925859874413], [33.97868518607742, 0.11684572580999776], [33.88978803003574, 0.11623512744375591], [33.8897880300356, 0.11623512744375492], [33.8388848010054, 0.1158862140916168], [33.75600333777741, 0.11531922989439221], [33.71129045606438, 0.11501393071127126]], [[33.71129045606438, 0.11501393071127126], [33.111286175422926, 0.1109562557254525], [32.80716928019745, 0.10892741823253999], [31.87741533038597, 0.10284090575380882], [31.87741533038597, 0.10284090575380882], [31.333743255673074, 0.09936289862310531], [30.429565985986695, 0.09371113703571204], [29.931390079291603, 0.09066788079634644]], [[29.931390079291603, 0.09066788079634644], [29.761175721334887, 0.0896395895730862], [29.675702425299068, 0.08912544396145604], [29.417792520702275, 0.08758300712656568], [29.417792520702275, 0.08758300712656568], [29.2693951007883, 0.08670161464948549], [29.02663122591675, 0.08526935187423011], [28.895067425141228, 0.08449813345678492]], [[28.895067425141228, 0.08449813345678492], [28.758403899038697, 0.08370073062348317], [28.6898280141, 0.08330202920683229], [28.483109757430217, 0.08210592495687961], [28.483109757430217, 0.08210592495687961], [28.364308634210985, 0.08142243681404951], [28.170188256676457, 0.08031176858195134], [27.797832448138347, -0.9297602160723988]], [[27.797832448138347, -0.9297602160723988], [26.030199170314006, -0.780000328144288], [25.277019962984756, -0.7293126898909018], [23.107527031577213, -0.5788872627383584], [23.159563473466427, -0.6033074046814156], [22.005200174575197, -0.5133463440533983], [20.391003791840863, -0.432351816360711], [19.586688840851643, -0.3924800173404359]], [[19.586688840851643, -0.3924800173404359], [19.125929839938685, -0.3713531132670189], [18.90621926343602, -0.3619305804573749], [18.257867552467644, -0.3344621948357066], [18.259176692597702, -0.334799059804443], [17.900973177520207, -0.32006523463056624], [17.340542590272587, -0.29847866899931036], [17.04786413039238, -0.28761788356700313]], [[17.04786413039238, -0.28761788356700313], [16.3242453774307, -0.26164276889243376], [15.988481572673644, -0.25091917833381205], [15.002633519420883, -0.2199515449895129], [15.007803163443368, -0.22102195786748935], [14.46885751000141, -0.20458405386035677], [13.64120686484432, -0.18266328425236575], [13.212346856183274, -0.171940325018909]], [[13.212346856183274, -0.171940325018909], [12.704221744268681, -0.15979667575143744], [12.46160824214808, -0.15448568130838045], [11.74035514533846, -0.1390642296829387], [11.742047501193603, -0.13930669319878544], [11.339666854604957, -0.1310822939187008], [10.703156185990803, -0.11922476918130925], [10.366210241124326, -0.11328472818274955]], [[10.366210241124326, -0.11328472818274955], [9.763883958491414, -0.1031413319403854], [9.47275984968753, -0.09872406375391757], [8.58926081751441, -0.08579201555167748], [8.591350953074075, -0.08600848384125344], [8.083268052105018, -0.07901543795540153], [7.247991035238013, -0.06871678309858116], [6.7850683665652705, -0.06338413974229086]], [[6.7850683665652705, -0.06338413974229086], [6.701417003379618, -0.062448337469439605], [6.6595043934235045, -0.0619845343647822], [6.532838824034314, -0.06059075044606307], [6.532841238661442, -0.060590934376008515], [6.459925408189431, -0.059796482618993604], [6.34055116311933, -0.05850842708072013], [6.275788201411815, -0.05781584072390198]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C21", "629-94-7", 546.54, 41.43, 179.47, 0.001, "Leppert2020b, alkane, alkanes", 8.077845767414391e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [36.46999475176144, 11627.833468878944], [50.98894756823326, 16256.950116220725], [59.677478263546554, 19027.136859996343], [60.01279666732794, 19134.047283264434], [63.30939966152717, 18886.414956402434], [70.35702777289912, 18306.60784896539], [79.12385798185468, 17514.62401047433], [89.48880384295089, 16516.967049644536], [101.4913217675015, 15327.09845355328] … [1745.5033038829256, 1.1399094845752085], [1784.6535115640013, 1.2662873843977431], [1793.8142764606914, 1.2935623344940956], [1800.692523933218, 1.3133903959190998], [1818.7793073262144, 0.8411898101913069], [1825.1344898208872, 0.724238772061658], [1835.086309997159, 0.5765234868736365], [1842.1433532297326, 0.4923271769262027], [1849.09134118721, 0.4221937621150325], [1849.7958097184876, 0.4156588221760513]], [0.0, 2.1309474052151082e-5, 2.9792925833424115e-5, 3.4869652311690857e-5, 3.506557957112913e-5, 3.702485216551186e-5, 4.144094191531657e-5, 4.7393935243721895e-5, 5.514606940472515e-5, 6.51884871346913e-5 … 6.095652862425779, 7.324520878476427, 7.635939166009505, 7.877432839400523, 8.653477635990866, 9.001177360874669, 9.662623319778731, 10.262873706230286, 11.072151773996328, 11.18], [[[0.0, 0.0]], [[1.7114458568044365e6, 5.456654561543545e8], [1.7114456014333519e6, 5.456652933128967e8], [1.7114454737477945e6, 5.456652118921678e8], [1.7114450906910675e6, 5.456649676299812e8], [1.7114450906910675e6, 5.456649676299812e8], [1.7114448718014704e6, 5.456648280515885e8], [1.7114445161058155e6, 5.45664601236701e8], [1.7114443245773553e6, 5.456644791056077e8]], [[1.7114443245773553e6, 5.456644791056077e8], [1.7114442229122408e6, 5.456644142772758e8], [1.7114441720796807e6, 5.456643818631098e8], [1.7114440195819747e6, 5.456642846206007e8], [1.7114440195819747e6, 5.456642846206007e8], [1.7114439324404506e6, 5.456642290534706e8], [1.711443790835435e6, 5.456641387568655e8], [1.7114437145865755e6, 5.456640901356165e8]], [[1.7114437145865755e6, 5.456640901356165e8], [1.7114436537474066e6, 5.456640513405936e8], [1.7114436233278029e6, 5.456640319430702e8], [1.7114435320690433e6, 5.456639737505352e8], [1.7114435320690433e6, 5.456639737505352e8], [1.7114434799211968e6, 5.456639404976699e8], [1.7114433951809132e6, 5.456638864617448e8], [1.711443349551528e6, 5.456638573654774e8]], [[1.711443349551528e6, 5.456638573654774e8], [1.7114433472035474e6, 5.456638558682522e8], [1.7114433460295575e6, 5.456638551196396e8], [1.7114433425075684e6, 5.4566385287379e8], [1.7114433425075684e6, 5.4566385287379e8], [1.7114433404950358e6, 5.456638515904682e8], [1.7114433372246316e6, 5.456638495050455e8], [1.7112194333085215e6, -1.240094688514986e8]], [[1.7112194333085215e6, -1.240094688514986e8], [1.7014727162095776e6, -1.2489426434904444e8], [1.6966836656232106e6, -1.2529842574193788e8], [1.68239978722693e6, -1.2646696835060757e8], [1.6824040617452264e6, -1.2646232142375731e8], [1.6743491301542548e6, -1.2708234727045971e8], [1.661436081627466e6, -1.2800510532938278e8], [1.6545671626706596e6, -1.2846510843178523e8]], [[1.6545671626706596e6, -1.2846510843178523e8], [1.6341486508255145e6, -1.2974013681569803e8], [1.6243201671753048e6, -1.3023315221704555e8], [1.5951841130948886e6, -1.3156210159968436e8], [1.5952261811929613e6, -1.3152284562542081e8], [1.5790197033705208e6, -1.321378179967187e8], [1.5534704982410446e6, -1.328176914233566e8], [1.5400577519705452e6, -1.3307428673018616e8]], [[1.5400577519705452e6, -1.3307428673018616e8], [1.5163651240798533e6, -1.333867583872801e8], [1.5050683830144184e6, -1.3340351781710911e8], [1.4716652277257992e6, -1.3329616753307796e8], [1.4717410930330623e6, -1.332476639924826e8], [1.453265418976645e6, -1.3305806523287451e8], [1.4243735891755142e6, -1.324344275650543e8], [1.4092916193273058e6, -1.3200468357900321e8]], [[1.4092916193273058e6, -1.3200468357900321e8], [1.383649311582397e6, -1.3112730203815591e8], [1.3715302047857726e6, -1.3059717615241897e8], [1.3357750529118804e6, -1.2886944579245949e8], [1.3358898972794234e6, -1.2882969201332271e8], [1.316208377089276e6, -1.277608062152164e8], [1.2856680835851151e6, -1.2580757254824108e8], [1.2698053878977094e6, -1.247031373637411e8]], [[1.2698053878977094e6, -1.247031373637411e8], [1.2430696084351363e6, -1.22706964252195e8], [1.2305470152368096e6, -1.2169121093479735e8], [1.1936800508373226e6, -1.185395203828809e8], [1.193840355679632e6, -1.1852610089907902e8], [1.1736382730102343e6, -1.1669911444584191e8], [1.1425447632113395e6, -1.1367536012806511e8], [1.1264736655901023e6, -1.1204529507804316e8]] … [[34.06735036994164, 0.1174563241762398], [34.00826593235557, 0.11704925859874413], [33.97868518607742, 0.11684572580999776], [33.88978803003574, 0.11623512744375591], [33.8897880300356, 0.11623512744375492], [33.8388848010054, 0.1158862140916168], [33.75600333777741, 0.11531922989439221], [33.71129045606438, 0.11501393071127126]], [[33.71129045606438, 0.11501393071127126], [33.111286175422926, 0.1109562557254525], [32.80716928019745, 0.10892741823253999], [31.87741533038597, 0.10284090575380882], [31.87741533038597, 0.10284090575380882], [31.333743255673074, 0.09936289862310531], [30.429565985986695, 0.09371113703571204], [29.931390079291603, 0.09066788079634644]], [[29.931390079291603, 0.09066788079634644], [29.761175721334887, 0.0896395895730862], [29.675702425299068, 0.08912544396145604], [29.417792520702275, 0.08758300712656568], [29.417792520702275, 0.08758300712656568], [29.2693951007883, 0.08670161464948549], [29.02663122591675, 0.08526935187423011], [28.895067425141228, 0.08449813345678492]], [[28.895067425141228, 0.08449813345678492], [28.758403899038697, 0.08370073062348317], [28.6898280141, 0.08330202920683229], [28.483109757430217, 0.08210592495687961], [28.483109757430217, 0.08210592495687961], [28.364308634210985, 0.08142243681404951], [28.170188256676457, 0.08031176858195134], [27.797832448138347, -0.9297602160723988]], [[27.797832448138347, -0.9297602160723988], [26.030199170314006, -0.780000328144288], [25.277019962984756, -0.7293126898909018], [23.107527031577213, -0.5788872627383584], [23.159563473466427, -0.6033074046814156], [22.005200174575197, -0.5133463440533983], [20.391003791840863, -0.432351816360711], [19.586688840851643, -0.3924800173404359]], [[19.586688840851643, -0.3924800173404359], [19.125929839938685, -0.3713531132670189], [18.90621926343602, -0.3619305804573749], [18.257867552467644, -0.3344621948357066], [18.259176692597702, -0.334799059804443], [17.900973177520207, -0.32006523463056624], [17.340542590272587, -0.29847866899931036], [17.04786413039238, -0.28761788356700313]], [[17.04786413039238, -0.28761788356700313], [16.3242453774307, -0.26164276889243376], [15.988481572673644, -0.25091917833381205], [15.002633519420883, -0.2199515449895129], [15.007803163443368, -0.22102195786748935], [14.46885751000141, -0.20458405386035677], [13.64120686484432, -0.18266328425236575], [13.212346856183274, -0.171940325018909]], [[13.212346856183274, -0.171940325018909], [12.704221744268681, -0.15979667575143744], [12.46160824214808, -0.15448568130838045], [11.74035514533846, -0.1390642296829387], [11.742047501193603, -0.13930669319878544], [11.339666854604957, -0.1310822939187008], [10.703156185990803, -0.11922476918130925], [10.366210241124326, -0.11328472818274955]], [[10.366210241124326, -0.11328472818274955], [9.763883958491414, -0.1031413319403854], [9.47275984968753, -0.09872406375391757], [8.58926081751441, -0.08579201555167748], [8.591350953074075, -0.08600848384125344], [8.083268052105018, -0.07901543795540153], [7.247991035238013, -0.06871678309858116], [6.7850683665652705, -0.06338413974229086]], [[6.7850683665652705, -0.06338413974229086], [6.701417003379618, -0.062448337469439605], [6.6595043934235045, -0.0619845343647822], [6.532838824034314, -0.06059075044606307], [6.532841238661442, -0.060590934376008515], [6.459925408189431, -0.059796482618993604], [6.34055116311933, -0.05850842708072013], [6.275788201411815, -0.05781584072390198]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([1849.7958097184876, 0.4156588221760513], [1849.09134118721, 0.4221937621150325], [6.7850683665652705, -0.06338413974229086], [6.701417003379618, -0.062448337469439605], [6.6595043934235045, -0.0619845343647822], [6.532838824034314, -0.06059075044606307], [6.532841238661442, -0.060590934376008515], [6.459925408189431, -0.059796482618993604], [6.34055116311933, -0.05850842708072013], [6.275788201411815, -0.05781584072390198], [1.2931770941468877e-7, -9.051245008162246e-10], [1849.7107672816799, 0.4164429506419605], [6.990914285032693e-8, -2.138794523559621e-6], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 927
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 88
Number of rejected steps: 44, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [36.10254341543524, 28950.526545726527], [49.78454880584168, 39922.08490389185], [57.563823622059566, 46160.26096541256], [59.68080700665526, 47857.863214077064], [60.00191455833749, 48115.3583362121], [63.15919393411739, 47389.54821161078], [70.09121040649096, 45698.35575703346], [78.77951633095715, 43447.703935887585], [89.0368710051686, 40695.427611298284] … [1837.3438503109944, 0.8433947122057158], [1845.7948211091527, 0.6979687632219495], [1855.471849159804, 0.5668576370971019], [1864.5090222247275, 0.4704922743237069], [1873.8743407814427, 0.3908482280886043], [1883.0192858448245, 0.3283514569495861], [1892.1092263883431, 0.2777586828850508], [1900.8362612900953, 0.23755532337615118], [1908.9196172776406, 0.20593526073672488], [1915.21464875939, 0.1840215325583278]], nothing, nothing, [0.0, 8.56648549282766e-6, 1.1812980578395823e-5, 1.3658863505726938e-5, 1.4161185865091524e-5, 1.4237378954798664e-5, 1.4999309851870076e-5, 1.6764696614062882e-5, 1.9168447644388215e-5, 2.230431929948107e-5 … 5.462931243989206, 5.750770805226568, 6.131593659670362, 6.5455572575485705, 7.046494437169255, 7.6234920561778985, 8.309417102310476, 9.117324296406762, 10.082487192835861, 11.18], [[[0.0, 0.0]], [[4.214394566177089e6, 3.379511584937933e9], [4.21439431337906e6, 3.3795111795018353e9], [4.214394186980038e6, 3.379510976783785e9], [4.2143938077829555e6, 3.3795103686296415e9], [4.2143938077829555e6, 3.3795103686296415e9], [4.214393591098954e6, 3.379510021113084e9], [4.214393238987266e6, 3.379509456398421e9], [4.214393049388685e6, 3.3795091523213468e9]], [[4.214393049388685e6, 3.3795091523213468e9], [4.214392953584189e6, 3.379508998670672e9], [4.214392905681906e6, 3.3795089218452806e9], [4.214392761975186e6, 3.3795086913693156e9], [4.214392761975186e6, 3.3795086913693156e9], [4.214392679857039e6, 3.379508559668735e9], [4.214392546415048e6, 3.3795083456552916e9], [4.214392474561667e6, 3.3795082304172845e9]], [[4.214392474561667e6, 3.3795082304172845e9], [4.214392420089411e6, 3.379508143055019e9], [4.214392392853283e6, 3.379508099373888e9], [4.214392311144899e6, 3.3795079683304915e9], [4.214392311144899e6, 3.3795079683304915e9], [4.214392264454391e6, 3.3795078934485493e9], [4.214392188582317e6, 3.379507771765396e9], [4.214392147728183e6, 3.3795077062437963e9]], [[4.214392147728183e6, 3.3795077062437963e9], [4.214392132904521e6, 3.3795076824697e9], [4.21439212549272e6, 3.3795076705827e9], [4.214392103257316e6, 3.379507634921701e9], [4.214392103257316e6, 3.379507634921701e9], [4.214392090551372e6, 3.3795076145439878e9], [4.214392069904211e6, 3.3795075814302025e9], [4.21439205878651e6, 3.3795075635997043e9]], [[4.21439205878651e6, 3.3795075635997043e9], [4.21439205653801e6, 3.379507559993574e9], [4.214392055413807e6, 3.3795075581905847e9], [4.214392052041072e6, 3.3795075527814145e9], [4.214392052041072e6, 3.3795075527814145e9], [4.214392050113846e6, 3.3795075496905403e9], [4.214392046982049e6, 3.3795075446677856e9], [4.214305975337522e6, -9.466886048144455e8]], [[4.214305975337522e6, -9.466886048144455e8], [4.1903203611298082e6, -9.490980264816656e8], [4.178534715513605e6, -9.50123544451323e8], [4.1433819597961623e6, -9.529685967609482e8], [4.1433924631738714e6, -9.529466706063285e8], [4.123568618123556e6, -9.543390062172318e8], [4.0917876230429327e6, -9.561906877156491e8], [4.074881712690431e6, -9.570090650250373e8]], [[4.074881712690431e6, -9.570090650250373e8], [4.02322941378132e6, -9.589671677712107e8], [3.998391672420922e6, -9.592563875375967e8], [3.9247799242763356e6, -9.592967864234586e8], [3.924892205573184e6, -9.591013252975683e8], [3.88397127617313e6, -9.584104369450316e8], [3.8195142270768723e6, -9.557218715169106e8], [3.7856960033985605e6, -9.537485490097175e8]], [[3.7856960033985605e6, -9.537485490097175e8], [3.725386761633279e6, -9.494012567842493e8], [3.6966791149696903e6, -9.466332350119133e8], [3.611827518694038e6, -9.374682285534229e8], [3.6120346050775438e6, -9.372469453985538e8], [3.565145011711225e6, -9.314291480773802e8], [3.4919253173533725e6, -9.20576028898313e8], [3.4537397345432425e6, -9.143379280848722e8]], [[3.4537397345432425e6, -9.143379280848722e8], [3.3887432447257102e6, -9.028713492404566e8], [3.3580833224482196e6, -8.968974572738178e8], [3.267665019377353e6, -8.782521173483591e8], [3.2679764310349897e6, -8.781268990470865e8], [3.2182530144449887e6, -8.671926733962803e8], [3.141226825354091e6, -8.48777828873539e8], [3.101260695659117e6, -8.387426426854272e8]] … [[37.34013001476098, -0.9765550182525771], [36.18631718588171, -0.8928225811032697], [35.65831899649486, -0.858545684863381], [34.11829881451928, -0.7586624496341955], [34.12953353926299, -0.7629960217899996], [33.29728848817474, -0.7091950788466396], [32.04541620104148, -0.6389531900002168], [31.40723673150323, -0.6045193060724718]], [[31.40723673150323, -0.6045193060724718], [30.672314008566605, -0.5661747163866081], [30.327876594144307, -0.5495872528066309], [29.317362643333336, -0.5012013703189002], [29.32119011641529, -0.5022627059591395], [28.769044685620717, -0.4763234876118407], [27.919615357011644, -0.4396990942079727], [27.481245099622807, -0.4214586883552054]], [[27.481245099622807, -0.4214586883552054], [26.731145578267753, -0.39109065088622036], [26.38258243426983, -0.3782213412949672], [25.362613053639112, -0.3407597484285141], [25.36754477259147, -0.34182944757788014], [24.812755829438082, -0.3217794315370284], [23.96582041625987, -0.294219919305212], [23.530713364539146, -0.2805972628757362]], [[23.530713364539146, -0.2805972628757362], [22.919314842240816, -0.2620181656537412], [22.633231845298766, -0.25402717879944914], [21.79462710854168, -0.23076547488144994], [21.797906369132924, -0.23130335211694517], [21.340171935229186, -0.21886369052213012], [20.636820319660846, -0.20141905425598522], [20.274070372009355, -0.19275739978441572]], [[20.274070372009355, -0.19275739978441572], [19.70589850473943, -0.17957847295285148], [19.440263581958398, -0.17393340467496624], [18.66176453175088, -0.1575232213089175], [18.664870101648486, -0.15791680408688918], [18.240042665555602, -0.14915552060940854], [17.587432062817715, -0.13692789181302512], [17.250815458406784, -0.13086902358960192]], [[17.250815458406784, -0.13086902358960192], [16.748527479862656, -0.12210074427527338], [16.5128236243633, -0.11832542011581233], [15.821030454680047, -0.10735851453703554], [15.823495076742786, -0.10759753144961648], [15.444983935241035, -0.1017490530484782], [14.86106053346125, -0.09352616550647566], [14.558927631766172, -0.08944618114859407]], [[14.558927631766172, -0.08944618114859407], [14.09264214603625, -0.08334825402190231], [13.873200268916209, -0.08072067282901224], [13.227794584824348, -0.07309597500714779], [13.229935133751734, -0.07325530414823454], [12.875639922171324, -0.06919510000659229], [12.326595032209585, -0.06347298756013928], [12.041339714609668, -0.060633257576525365]], [[12.041339714609668, -0.060633257576525365], [11.603483646351425, -0.05642540257239216], [11.396117214369552, -0.054604114894266115], [10.783179522617749, -0.0493189795565593], [10.784942294281196, -0.04941883912204], [10.445915554493139, -0.046604427135538584], [9.915351320851101, -0.04260374379392734], [9.637169693138874, -0.04061113357186889]], [[9.637169693138874, -0.04061113357186889], [9.200425261824227, -0.03760531594148452], [8.991205784995962, -0.03629437621943969], [8.365528155027315, -0.03247447267565241], [8.367007083839466, -0.03253731828537888], [8.014919531457014, -0.03049043956866228], [7.451991251066804, -0.027524532382121842], [7.1502886743636775, -0.02602525553717353]], [[7.1502886743636775, -0.02602525553717353], [6.689492129168893, -0.023834389502829477], [6.462199241178457, -0.022846176427282937], [5.759195868020039, -0.019885716199692264], [5.760286973585726, -0.01991808677251799], [5.34388581785347, -0.018258413304610678], [4.632041047712801, -0.015638669139393033], [4.219441810255534, -0.014191083010508176]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C22", "629-97-0", 556.7, 41.89, 183.35, 0.001, "Leppert2020b, alkane, alkanes", 7.879073502414208e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [36.10254341543524, 28950.526545726527], [49.78454880584168, 39922.08490389185], [57.563823622059566, 46160.26096541256], [59.68080700665526, 47857.863214077064], [60.00191455833749, 48115.3583362121], [63.15919393411739, 47389.54821161078], [70.09121040649096, 45698.35575703346], [78.77951633095715, 43447.703935887585], [89.0368710051686, 40695.427611298284] … [1837.3438503109944, 0.8433947122057158], [1845.7948211091527, 0.6979687632219495], [1855.471849159804, 0.5668576370971019], [1864.5090222247275, 0.4704922743237069], [1873.8743407814427, 0.3908482280886043], [1883.0192858448245, 0.3283514569495861], [1892.1092263883431, 0.2777586828850508], [1900.8362612900953, 0.23755532337615118], [1908.9196172776406, 0.20593526073672488], [1915.21464875939, 0.1840215325583278]], [0.0, 8.56648549282766e-6, 1.1812980578395823e-5, 1.3658863505726938e-5, 1.4161185865091524e-5, 1.4237378954798664e-5, 1.4999309851870076e-5, 1.6764696614062882e-5, 1.9168447644388215e-5, 2.230431929948107e-5 … 5.462931243989206, 5.750770805226568, 6.131593659670362, 6.5455572575485705, 7.046494437169255, 7.6234920561778985, 8.309417102310476, 9.117324296406762, 10.082487192835861, 11.18], [[[0.0, 0.0]], [[4.214394566177089e6, 3.379511584937933e9], [4.21439431337906e6, 3.3795111795018353e9], [4.214394186980038e6, 3.379510976783785e9], [4.2143938077829555e6, 3.3795103686296415e9], [4.2143938077829555e6, 3.3795103686296415e9], [4.214393591098954e6, 3.379510021113084e9], [4.214393238987266e6, 3.379509456398421e9], [4.214393049388685e6, 3.3795091523213468e9]], [[4.214393049388685e6, 3.3795091523213468e9], [4.214392953584189e6, 3.379508998670672e9], [4.214392905681906e6, 3.3795089218452806e9], [4.214392761975186e6, 3.3795086913693156e9], [4.214392761975186e6, 3.3795086913693156e9], [4.214392679857039e6, 3.379508559668735e9], [4.214392546415048e6, 3.3795083456552916e9], [4.214392474561667e6, 3.3795082304172845e9]], [[4.214392474561667e6, 3.3795082304172845e9], [4.214392420089411e6, 3.379508143055019e9], [4.214392392853283e6, 3.379508099373888e9], [4.214392311144899e6, 3.3795079683304915e9], [4.214392311144899e6, 3.3795079683304915e9], [4.214392264454391e6, 3.3795078934485493e9], [4.214392188582317e6, 3.379507771765396e9], [4.214392147728183e6, 3.3795077062437963e9]], [[4.214392147728183e6, 3.3795077062437963e9], [4.214392132904521e6, 3.3795076824697e9], [4.21439212549272e6, 3.3795076705827e9], [4.214392103257316e6, 3.379507634921701e9], [4.214392103257316e6, 3.379507634921701e9], [4.214392090551372e6, 3.3795076145439878e9], [4.214392069904211e6, 3.3795075814302025e9], [4.21439205878651e6, 3.3795075635997043e9]], [[4.21439205878651e6, 3.3795075635997043e9], [4.21439205653801e6, 3.379507559993574e9], [4.214392055413807e6, 3.3795075581905847e9], [4.214392052041072e6, 3.3795075527814145e9], [4.214392052041072e6, 3.3795075527814145e9], [4.214392050113846e6, 3.3795075496905403e9], [4.214392046982049e6, 3.3795075446677856e9], [4.214305975337522e6, -9.466886048144455e8]], [[4.214305975337522e6, -9.466886048144455e8], [4.1903203611298082e6, -9.490980264816656e8], [4.178534715513605e6, -9.50123544451323e8], [4.1433819597961623e6, -9.529685967609482e8], [4.1433924631738714e6, -9.529466706063285e8], [4.123568618123556e6, -9.543390062172318e8], [4.0917876230429327e6, -9.561906877156491e8], [4.074881712690431e6, -9.570090650250373e8]], [[4.074881712690431e6, -9.570090650250373e8], [4.02322941378132e6, -9.589671677712107e8], [3.998391672420922e6, -9.592563875375967e8], [3.9247799242763356e6, -9.592967864234586e8], [3.924892205573184e6, -9.591013252975683e8], [3.88397127617313e6, -9.584104369450316e8], [3.8195142270768723e6, -9.557218715169106e8], [3.7856960033985605e6, -9.537485490097175e8]], [[3.7856960033985605e6, -9.537485490097175e8], [3.725386761633279e6, -9.494012567842493e8], [3.6966791149696903e6, -9.466332350119133e8], [3.611827518694038e6, -9.374682285534229e8], [3.6120346050775438e6, -9.372469453985538e8], [3.565145011711225e6, -9.314291480773802e8], [3.4919253173533725e6, -9.20576028898313e8], [3.4537397345432425e6, -9.143379280848722e8]], [[3.4537397345432425e6, -9.143379280848722e8], [3.3887432447257102e6, -9.028713492404566e8], [3.3580833224482196e6, -8.968974572738178e8], [3.267665019377353e6, -8.782521173483591e8], [3.2679764310349897e6, -8.781268990470865e8], [3.2182530144449887e6, -8.671926733962803e8], [3.141226825354091e6, -8.48777828873539e8], [3.101260695659117e6, -8.387426426854272e8]] … [[37.34013001476098, -0.9765550182525771], [36.18631718588171, -0.8928225811032697], [35.65831899649486, -0.858545684863381], [34.11829881451928, -0.7586624496341955], [34.12953353926299, -0.7629960217899996], [33.29728848817474, -0.7091950788466396], [32.04541620104148, -0.6389531900002168], [31.40723673150323, -0.6045193060724718]], [[31.40723673150323, -0.6045193060724718], [30.672314008566605, -0.5661747163866081], [30.327876594144307, -0.5495872528066309], [29.317362643333336, -0.5012013703189002], [29.32119011641529, -0.5022627059591395], [28.769044685620717, -0.4763234876118407], [27.919615357011644, -0.4396990942079727], [27.481245099622807, -0.4214586883552054]], [[27.481245099622807, -0.4214586883552054], [26.731145578267753, -0.39109065088622036], [26.38258243426983, -0.3782213412949672], [25.362613053639112, -0.3407597484285141], [25.36754477259147, -0.34182944757788014], [24.812755829438082, -0.3217794315370284], [23.96582041625987, -0.294219919305212], [23.530713364539146, -0.2805972628757362]], [[23.530713364539146, -0.2805972628757362], [22.919314842240816, -0.2620181656537412], [22.633231845298766, -0.25402717879944914], [21.79462710854168, -0.23076547488144994], [21.797906369132924, -0.23130335211694517], [21.340171935229186, -0.21886369052213012], [20.636820319660846, -0.20141905425598522], [20.274070372009355, -0.19275739978441572]], [[20.274070372009355, -0.19275739978441572], [19.70589850473943, -0.17957847295285148], [19.440263581958398, -0.17393340467496624], [18.66176453175088, -0.1575232213089175], [18.664870101648486, -0.15791680408688918], [18.240042665555602, -0.14915552060940854], [17.587432062817715, -0.13692789181302512], [17.250815458406784, -0.13086902358960192]], [[17.250815458406784, -0.13086902358960192], [16.748527479862656, -0.12210074427527338], [16.5128236243633, -0.11832542011581233], [15.821030454680047, -0.10735851453703554], [15.823495076742786, -0.10759753144961648], [15.444983935241035, -0.1017490530484782], [14.86106053346125, -0.09352616550647566], [14.558927631766172, -0.08944618114859407]], [[14.558927631766172, -0.08944618114859407], [14.09264214603625, -0.08334825402190231], [13.873200268916209, -0.08072067282901224], [13.227794584824348, -0.07309597500714779], [13.229935133751734, -0.07325530414823454], [12.875639922171324, -0.06919510000659229], [12.326595032209585, -0.06347298756013928], [12.041339714609668, -0.060633257576525365]], [[12.041339714609668, -0.060633257576525365], [11.603483646351425, -0.05642540257239216], [11.396117214369552, -0.054604114894266115], [10.783179522617749, -0.0493189795565593], [10.784942294281196, -0.04941883912204], [10.445915554493139, -0.046604427135538584], [9.915351320851101, -0.04260374379392734], [9.637169693138874, -0.04061113357186889]], [[9.637169693138874, -0.04061113357186889], [9.200425261824227, -0.03760531594148452], [8.991205784995962, -0.03629437621943969], [8.365528155027315, -0.03247447267565241], [8.367007083839466, -0.03253731828537888], [8.014919531457014, -0.03049043956866228], [7.451991251066804, -0.027524532382121842], [7.1502886743636775, -0.02602525553717353]], [[7.1502886743636775, -0.02602525553717353], [6.689492129168893, -0.023834389502829477], [6.462199241178457, -0.022846176427282937], [5.759195868020039, -0.019885716199692264], [5.760286973585726, -0.01991808677251799], [5.34388581785347, -0.018258413304610678], [4.632041047712801, -0.015638669139393033], [4.219441810255534, -0.014191083010508176]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([1915.21464875939, 0.1840215325583278], [1908.9196172776406, 0.20593526073672488], [7.1502886743636775, -0.02602525553717353], [6.689492129168893, -0.023834389502829477], [6.462199241178457, -0.022846176427282937], [5.759195868020039, -0.019885716199692264], [5.760286973585726, -0.01991808677251799], [5.34388581785347, -0.018258413304610678], [4.632041047712801, -0.015638669139393033], [4.219441810255534, -0.014191083010508176], [0.0016334030701333454, -3.898517081752847e-6], [1914.6063960304882, 0.1860794884487537], [0.0008528559544672721, -0.018839307848616326], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 843
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 92
Number of rejected steps: 28, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [34.34293416780477, 72046.53197204512], [63.398246612273994, 133000.3872449004], [112.53401939604558, 89535.90269292975], [128.09851203361546, 78004.91903185604], [151.55027851647276, 63013.448847105945], [168.38640902976195, 53918.37218237486], [187.0664153959642, 45289.73878889312], [203.9423668879847, 38664.056072035426], [221.22175495148875, 32879.89461960968] … [1882.4387299638095, 0.47177562957679137], [1892.029074249882, 0.3936282021058338], [1901.698717883373, 0.3307017819780711], [1911.4980808124437, 0.2793975069945448], [1921.3420304218967, 0.23758321013499256], [1931.1655200375017, 0.20334790049742762], [1940.804738258611, 0.1753625586850955], [1949.9775074829133, 0.15266297989918304], [1958.0794820973697, 0.13489797231284562], [1961.0467079870948, 0.1286864146226903]], nothing, nothing, [0.0, 3.179189625485196e-6, 5.868894553595075e-6, 1.2133723234664337e-5, 1.4922299157110278e-5, 2.0099799532910173e-5, 2.4686540782453472e-5, 3.08055484078781e-5, 3.743577190012287e-5, 4.550611928635955e-5 … 4.558940710422597, 4.944830025205526, 5.39512001436814, 5.9260595917372125, 6.5516554667131235, 7.292852986241323, 8.173700652316567, 9.22674232577817, 10.49918043972625, 11.18], [[[0.0, 0.0]], [[1.0802418385511627e7, 2.2661920200555973e10], [1.0802418145034807e7, 2.266191919158441e10], [1.080241802479639e7, 2.2661918687098614e10], [1.0802417664081145e7, 2.2661917173641277e10], [1.0802417664081145e7, 2.2661917173641277e10], [1.0802417457958141e7, 2.2661916308808502e10], [1.080241712300825e7, 2.2661914903455246e10], [1.0802416942650728e7, 2.2661914146727066e10]], [[1.0802416942650728e7, 2.2661914146727066e10], [1.0802416739198834e7, 2.266191329310155e10], [1.0802416637472944e7, 2.2661912866289043e10], [1.0802416332295267e7, 2.2661911585851517e10], [1.0802416332295267e7, 2.2661911585851517e10], [1.0802416157907961e7, 2.266191085417268e10], [1.0802415874528738e7, 2.2661909665195236e10], [1.040105534088417e7, -9.82073538559444e9]], [[1.040105534088417e7, -9.82073538559444e9], [9.22107070517991e6, -8.62483387064911e9], [8.818734220894534e6, -8.176759272195179e9], [7.621183352837783e6, -6.708394166771442e9], [7.816982928295134e6, -6.99000688692487e9], [7.089634801442126e6, -6.034567425912561e9], [6.414324595541615e6, -5.172715214636343e9], [6.074483474675806e6, -4.747656292070301e9]], [[6.074483474675806e6, -4.747656292070301e9], [5.892826960425775e6, -4.516669951611319e9], [5.810092418470201e6, -4.416124131714736e9], [5.567866743624926e6, -4.114492845249196e9], [5.570061063710761e6, -4.1238903002644234e9], [5.43880589786829e6, -3.9562617389196224e9], [5.242183556702517e6, -3.7192946605105476e9], [5.141938800096481e6, -3.5987870334882135e9]], [[5.141938800096481e6, -3.5987870334882135e9], [4.904909430408639e6, -3.3133186958924513e9], [4.802482300426672e6, -3.200384585114933e9], [4.504653385519294e6, -2.8569108488641057e9], [4.511421152154601e6, -2.8864404281211524e9], [4.351610407309388e6, -2.6872080568454857e9], [4.125944671477054e6, -2.448212971464078e9], [4.013157045085146e6, -2.328008215669781e9]], [[4.013157045085146e6, -2.328008215669781e9], [3.8862419466998708e6, -2.1947745898579593e9], [3.828758383707906e6, -2.1382138334137936e9], [3.660625538187333e6, -1.9690713809571834e9], [3.6623392711048964e6, -1.9758627155187974e9], [3.5713932889717715e6, -1.8819299579730854e9], [3.435929148148729e6, -1.753614247154004e9], [3.367035349725438e6, -1.6888861823061807e9]], [[3.367035349725438e6, -1.6888861823061807e9], [3.2494030261651725e6, -1.579259991800626e9], [3.1966894971490656e6, -1.5337662506860588e9], [3.0427691005466105e6, -1.3975116417341228e9], [3.0447058195060208e6, -1.4045097899397554e9], [2.9616881623930503e6, -1.3283391751528935e9], [2.8394243919170545e6, -1.227956481083881e9], [2.7775231187733896e6, -1.1775356705241969e9]], [[2.7775231187733896e6, -1.1775356705241969e9], [2.6916746467588986e6, -1.1084649212147603e9], [2.6527029345596666e6, -1.0792257316612277e9], [2.538674468905472e6, -9.91986347452733e8], [2.539781907834477e6, -9.954965178496914e8], [2.478060773687478e6, -9.471750223008652e8], [2.385911032863749e6, -8.813625050307623e8], [2.3389997680589925e6, -8.48230689340078e8]], [[2.3389997680589925e6, -8.48230689340078e8], [2.265740584608125e6, -7.970572158810464e8], [2.2325282857764703e6, -7.754908323916273e8], [2.1353747210898534e6, -7.11163256261151e8], [2.1363450372115024e6, -7.138684548990561e8], [2.0837801583232493e6, -6.782251412553991e8], [2.0054090117212126e6, -6.299973077585466e8], [1.9655358231101618e6, -6.057492168910676e8]] … [[30.740804142214074, -0.3536318460363545], [29.98426764699045, -0.33038794904878555], [29.631363846122042, -0.3204190593580121], [28.597460276968388, -0.2913320062705558], [28.601972637572317, -0.29206082114657106], [28.038491599381857, -0.2764566779978113], [27.175408223714417, -0.2546677984916394], [26.73118006248059, -0.24384055555512008]], [[26.73118006248059, -0.24384055555512008], [26.053179764681353, -0.22775115723282635], [25.736937129280737, -0.22085505610707584], [24.81071916717544, -0.20074695705269718], [24.814729435528992, -0.20124983902948435], [24.310060982238287, -0.19047128670132318], [23.53708700562212, -0.1754291064804224], [23.139260789060824, -0.1679585958264348]], [[23.139260789060824, -0.1679585958264348], [22.53902994690077, -0.15698814788513044], [22.258731679744074, -0.15227747710673117], [21.437704291499866, -0.13855020895000916], [21.44110218261834, -0.13888075785589116], [20.99353115151624, -0.13152901641045395], [20.30717690856097, -0.12124108647808476], [19.953668250514326, -0.11613058941479774]], [[19.953668250514326, -0.11613058941479774], [19.41451764348263, -0.10854697719471933], [19.162513735602214, -0.10528888103516015], [18.424248693268247, -0.09580225739937226], [18.427196954000443, -0.09602533363476093], [18.02453163241435, -0.09095031835223687], [17.40633077333095, -0.08384022998723456], [17.087657180691984, -0.08030930086279715]], [[17.087657180691984, -0.08030930086279715], [16.601651544281516, -0.0750743012681005], [16.374089630195826, -0.07282222569164742], [15.70697888830421, -0.06627049764417767], [15.70949586564188, -0.06641859739796671], [15.34515594265678, -0.06291796507878107], [14.78453307462356, -0.05800185324858366], [14.495031119866715, -0.05556044451798206]], [[14.495031119866715, -0.05556044451798206], [14.050462129079717, -0.05192083255086128], [13.841760584838303, -0.05035299471465379], [13.22901144687729, -0.04579585679909399], [13.231162896707902, -0.0458942757746261], [12.895662394723965, -0.04346251804985131], [12.377492095109726, -0.04003781409791156], [12.10905846135993, -0.03833663185541511]], [[12.10905846135993, -0.03833663185541511], [11.694436386240127, -0.03579185620029109], [11.498904462522907, -0.03469300091910518], [10.922855356119237, -0.03150029924056693], [10.924672952256007, -0.03156476329336483], [10.60759825495812, -0.029862296933557304], [10.11442595404682, -0.02745194928956318], [9.857293720756582, -0.026252494039576413]], [[9.857293720756582, -0.026252494039576413], [9.455413145108663, -0.024443910297137408], [9.264276764251433, -0.023659070912213923], [8.69672263090384, -0.02137427602715574], [8.698245079019513, -0.021415851479096196], [8.382171604554786, -0.020194311166836745], [7.88326652521902, -0.018443477471116538], [7.61935229174262, -0.017565205865195985]], [[7.61935229174262, -0.017565205865195985], [7.1965019907781045, -0.016214530510195228], [6.991599143974538, -0.015619498658104903], [6.369995009218404, -0.013862488824981192], [6.371282281857758, -0.01388881727289781], [6.013891037049249, -0.01292869071178309], [5.426592507784542, -0.011489829747114235], [5.101859806771271, -0.010735678787475476]], [[5.101859806771271, -0.010735678787475476], [4.864256946413874, -0.010198964636589427], [4.744301553880693, -0.00993771779490392], [4.372118536289125, -0.00913604348880188], [4.372226573918654, -0.009137638861603202], [4.150750417364882, -0.008671069787983706], [3.773064798534283, -0.007893757323399638], [3.55790891935728, -0.0074575277680203125]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C23", "638-67-5", 566.26, 42.25, 188.99, 0.001, "Leppert2020b, alkane, alkanes", 7.693149436827684e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [34.34293416780477, 72046.53197204512], [63.398246612273994, 133000.3872449004], [112.53401939604558, 89535.90269292975], [128.09851203361546, 78004.91903185604], [151.55027851647276, 63013.448847105945], [168.38640902976195, 53918.37218237486], [187.0664153959642, 45289.73878889312], [203.9423668879847, 38664.056072035426], [221.22175495148875, 32879.89461960968] … [1882.4387299638095, 0.47177562957679137], [1892.029074249882, 0.3936282021058338], [1901.698717883373, 0.3307017819780711], [1911.4980808124437, 0.2793975069945448], [1921.3420304218967, 0.23758321013499256], [1931.1655200375017, 0.20334790049742762], [1940.804738258611, 0.1753625586850955], [1949.9775074829133, 0.15266297989918304], [1958.0794820973697, 0.13489797231284562], [1961.0467079870948, 0.1286864146226903]], [0.0, 3.179189625485196e-6, 5.868894553595075e-6, 1.2133723234664337e-5, 1.4922299157110278e-5, 2.0099799532910173e-5, 2.4686540782453472e-5, 3.08055484078781e-5, 3.743577190012287e-5, 4.550611928635955e-5 … 4.558940710422597, 4.944830025205526, 5.39512001436814, 5.9260595917372125, 6.5516554667131235, 7.292852986241323, 8.173700652316567, 9.22674232577817, 10.49918043972625, 11.18], [[[0.0, 0.0]], [[1.0802418385511627e7, 2.2661920200555973e10], [1.0802418145034807e7, 2.266191919158441e10], [1.080241802479639e7, 2.2661918687098614e10], [1.0802417664081145e7, 2.2661917173641277e10], [1.0802417664081145e7, 2.2661917173641277e10], [1.0802417457958141e7, 2.2661916308808502e10], [1.080241712300825e7, 2.2661914903455246e10], [1.0802416942650728e7, 2.2661914146727066e10]], [[1.0802416942650728e7, 2.2661914146727066e10], [1.0802416739198834e7, 2.266191329310155e10], [1.0802416637472944e7, 2.2661912866289043e10], [1.0802416332295267e7, 2.2661911585851517e10], [1.0802416332295267e7, 2.2661911585851517e10], [1.0802416157907961e7, 2.266191085417268e10], [1.0802415874528738e7, 2.2661909665195236e10], [1.040105534088417e7, -9.82073538559444e9]], [[1.040105534088417e7, -9.82073538559444e9], [9.22107070517991e6, -8.62483387064911e9], [8.818734220894534e6, -8.176759272195179e9], [7.621183352837783e6, -6.708394166771442e9], [7.816982928295134e6, -6.99000688692487e9], [7.089634801442126e6, -6.034567425912561e9], [6.414324595541615e6, -5.172715214636343e9], [6.074483474675806e6, -4.747656292070301e9]], [[6.074483474675806e6, -4.747656292070301e9], [5.892826960425775e6, -4.516669951611319e9], [5.810092418470201e6, -4.416124131714736e9], [5.567866743624926e6, -4.114492845249196e9], [5.570061063710761e6, -4.1238903002644234e9], [5.43880589786829e6, -3.9562617389196224e9], [5.242183556702517e6, -3.7192946605105476e9], [5.141938800096481e6, -3.5987870334882135e9]], [[5.141938800096481e6, -3.5987870334882135e9], [4.904909430408639e6, -3.3133186958924513e9], [4.802482300426672e6, -3.200384585114933e9], [4.504653385519294e6, -2.8569108488641057e9], [4.511421152154601e6, -2.8864404281211524e9], [4.351610407309388e6, -2.6872080568454857e9], [4.125944671477054e6, -2.448212971464078e9], [4.013157045085146e6, -2.328008215669781e9]], [[4.013157045085146e6, -2.328008215669781e9], [3.8862419466998708e6, -2.1947745898579593e9], [3.828758383707906e6, -2.1382138334137936e9], [3.660625538187333e6, -1.9690713809571834e9], [3.6623392711048964e6, -1.9758627155187974e9], [3.5713932889717715e6, -1.8819299579730854e9], [3.435929148148729e6, -1.753614247154004e9], [3.367035349725438e6, -1.6888861823061807e9]], [[3.367035349725438e6, -1.6888861823061807e9], [3.2494030261651725e6, -1.579259991800626e9], [3.1966894971490656e6, -1.5337662506860588e9], [3.0427691005466105e6, -1.3975116417341228e9], [3.0447058195060208e6, -1.4045097899397554e9], [2.9616881623930503e6, -1.3283391751528935e9], [2.8394243919170545e6, -1.227956481083881e9], [2.7775231187733896e6, -1.1775356705241969e9]], [[2.7775231187733896e6, -1.1775356705241969e9], [2.6916746467588986e6, -1.1084649212147603e9], [2.6527029345596666e6, -1.0792257316612277e9], [2.538674468905472e6, -9.91986347452733e8], [2.539781907834477e6, -9.954965178496914e8], [2.478060773687478e6, -9.471750223008652e8], [2.385911032863749e6, -8.813625050307623e8], [2.3389997680589925e6, -8.48230689340078e8]], [[2.3389997680589925e6, -8.48230689340078e8], [2.265740584608125e6, -7.970572158810464e8], [2.2325282857764703e6, -7.754908323916273e8], [2.1353747210898534e6, -7.11163256261151e8], [2.1363450372115024e6, -7.138684548990561e8], [2.0837801583232493e6, -6.782251412553991e8], [2.0054090117212126e6, -6.299973077585466e8], [1.9655358231101618e6, -6.057492168910676e8]] … [[30.740804142214074, -0.3536318460363545], [29.98426764699045, -0.33038794904878555], [29.631363846122042, -0.3204190593580121], [28.597460276968388, -0.2913320062705558], [28.601972637572317, -0.29206082114657106], [28.038491599381857, -0.2764566779978113], [27.175408223714417, -0.2546677984916394], [26.73118006248059, -0.24384055555512008]], [[26.73118006248059, -0.24384055555512008], [26.053179764681353, -0.22775115723282635], [25.736937129280737, -0.22085505610707584], [24.81071916717544, -0.20074695705269718], [24.814729435528992, -0.20124983902948435], [24.310060982238287, -0.19047128670132318], [23.53708700562212, -0.1754291064804224], [23.139260789060824, -0.1679585958264348]], [[23.139260789060824, -0.1679585958264348], [22.53902994690077, -0.15698814788513044], [22.258731679744074, -0.15227747710673117], [21.437704291499866, -0.13855020895000916], [21.44110218261834, -0.13888075785589116], [20.99353115151624, -0.13152901641045395], [20.30717690856097, -0.12124108647808476], [19.953668250514326, -0.11613058941479774]], [[19.953668250514326, -0.11613058941479774], [19.41451764348263, -0.10854697719471933], [19.162513735602214, -0.10528888103516015], [18.424248693268247, -0.09580225739937226], [18.427196954000443, -0.09602533363476093], [18.02453163241435, -0.09095031835223687], [17.40633077333095, -0.08384022998723456], [17.087657180691984, -0.08030930086279715]], [[17.087657180691984, -0.08030930086279715], [16.601651544281516, -0.0750743012681005], [16.374089630195826, -0.07282222569164742], [15.70697888830421, -0.06627049764417767], [15.70949586564188, -0.06641859739796671], [15.34515594265678, -0.06291796507878107], [14.78453307462356, -0.05800185324858366], [14.495031119866715, -0.05556044451798206]], [[14.495031119866715, -0.05556044451798206], [14.050462129079717, -0.05192083255086128], [13.841760584838303, -0.05035299471465379], [13.22901144687729, -0.04579585679909399], [13.231162896707902, -0.0458942757746261], [12.895662394723965, -0.04346251804985131], [12.377492095109726, -0.04003781409791156], [12.10905846135993, -0.03833663185541511]], [[12.10905846135993, -0.03833663185541511], [11.694436386240127, -0.03579185620029109], [11.498904462522907, -0.03469300091910518], [10.922855356119237, -0.03150029924056693], [10.924672952256007, -0.03156476329336483], [10.60759825495812, -0.029862296933557304], [10.11442595404682, -0.02745194928956318], [9.857293720756582, -0.026252494039576413]], [[9.857293720756582, -0.026252494039576413], [9.455413145108663, -0.024443910297137408], [9.264276764251433, -0.023659070912213923], [8.69672263090384, -0.02137427602715574], [8.698245079019513, -0.021415851479096196], [8.382171604554786, -0.020194311166836745], [7.88326652521902, -0.018443477471116538], [7.61935229174262, -0.017565205865195985]], [[7.61935229174262, -0.017565205865195985], [7.1965019907781045, -0.016214530510195228], [6.991599143974538, -0.015619498658104903], [6.369995009218404, -0.013862488824981192], [6.371282281857758, -0.01388881727289781], [6.013891037049249, -0.01292869071178309], [5.426592507784542, -0.011489829747114235], [5.101859806771271, -0.010735678787475476]], [[5.101859806771271, -0.010735678787475476], [4.864256946413874, -0.010198964636589427], [4.744301553880693, -0.00993771779490392], [4.372118536289125, -0.00913604348880188], [4.372226573918654, -0.009137638861603202], [4.150750417364882, -0.008671069787983706], [3.773064798534283, -0.007893757323399638], [3.55790891935728, -0.0074575277680203125]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([1961.0467079870948, 0.1286864146226903], [1958.0794820973697, 0.13489797231284562], [5.101859806771271, -0.010735678787475476], [4.864256946413874, -0.010198964636589427], [4.744301553880693, -0.00993771779490392], [4.372118536289125, -0.00913604348880188], [4.372226573918654, -0.009137638861603202], [4.150750417364882, -0.008671069787983706], [3.773064798534283, -0.007893757323399638], [3.55790891935728, -0.0074575277680203125], [0.0002466448746329543, -5.224994853889072e-7], [1960.7345802813652, 0.12934045373285338], [0.00012577199097625288, -0.0038447923577997235], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 773
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 93
Number of rejected steps: 17, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [41.749574830596664, 209150.35596902767], [56.94840375388953, 285291.01948851615], [59.47460404836557, 297946.3737097875], [60.024205348362905, 300699.6783980094], [65.3519049350047, 290310.43107511615], [73.38568292772673, 274314.02928618906], [82.60561802375767, 255875.29305847763], [93.87758701488464, 233765.53814820576], [106.93791628832427, 209331.73003090502] … [1916.330100377079, 0.34571623964010656], [1926.3422412030566, 0.2930702735204862], [1936.527284861165, 0.2497502603024918], [1946.8598003254554, 0.21393838146670224], [1957.2795321134247, 0.184236492412908], [1967.6860130170917, 0.15953847339094684], [1977.894798332547, 0.13901250734129303], [1987.556875740274, 0.12210653460956829], [1995.9154499352064, 0.10875612641799198], [1998.0050633189985, 0.10546193153328894]], nothing, nothing, [0.0, 1.6507433443812502e-6, 2.251692383408796e-6, 2.3515762408670423e-6, 2.3733070189720428e-6, 2.5906148000220467e-6, 2.9444842262721403e-6, 3.3926958397204197e-6, 4.0083560065544935e-6, 4.826622371113294e-6 … 3.935040305042224, 4.357680436464596, 4.856161968805279, 5.446053561263353, 6.146049945932717, 6.979682777471354, 7.976476886482342, 9.175250217125019, 10.63790870231433, 11.18], [[[0.0, 0.0]], [[2.5291379438503448e7, 1.267007201247716e11], [2.5291379146163978e7, 1.267007171957403e11], [2.5291378999993835e7, 1.267007157312205e11], [2.52913785614842e7, 1.2670071133766934e11], [2.52913785614842e7, 1.2670071133766934e11], [2.529137831090726e7, 1.2670070882706866e11], [2.5291377903719738e7, 1.2670070474734262e11], [2.5291377684464913e7, 1.2670070255056706e11]], [[2.5291377684464913e7, 1.2670070255056706e11], [2.5291377578039337e7, 1.2670070148425935e11], [2.5291377524826553e7, 1.2670070095110555e11], [2.5291377365188196e7, 1.2670069935164412e11], [2.5291377365188196e7, 1.2670069935164412e11], [2.5291377273966275e7, 1.2670069843766612e11], [2.529137712573066e7, 1.2670069695245197e11], [2.529137704591148e7, 1.2670069615272124e11]], [[2.529137704591148e7, 1.2670069615272124e11], [2.5291377028222464e7, 1.2670069597549e11], [2.529137701937795e7, 1.2670069588687434e11], [2.529137699284443e7, 1.2670069562102757e11], [2.529137699284443e7, 1.2670069562102757e11], [2.529137697768242e7, 1.2670069546911514e11], [2.5291376953044146e7, 1.267006952222574e11], [2.5291376939777385e7, 1.26700695089334e11]], [[2.5291376939777385e7, 1.26700695089334e11], [2.5291376935928956e7, 1.2670069505077551e11], [2.5291376934004746e7, 1.267006950314963e11], [2.5291376928232096e7, 1.2670069497365851e11], [2.5291376928232096e7, 1.2670069497365851e11], [2.529137692493344e7, 1.2670069494060837e11], [2.5291376919573124e7, 1.2670069488690182e11], [2.528432153090573e7, -4.864197341421152e10]], [[2.528432153090573e7, -4.864197341421152e10], [2.5018923938054748e7, -4.8387579012490845e10], [2.4890431917835273e7, -4.825219751400029e10], [2.450887261973189e7, -4.7828606057244415e10], [2.450926817786812e7, -4.7826588080714035e10], [2.429624229589917e7, -4.757299829546486e10], [2.3958775152623363e7, -4.7139339988401566e10], [2.378096914445999e7, -4.689804983972127e10]], [[2.378096914445999e7, -4.689804983972127e10], [2.340114309088453e7, -4.635614361215076e10], [2.322035423728684e7, -4.607927835508734e10], [2.2685967365589146e7, -4.522253110981714e10], [2.2687278398755122e7, -4.52197273988916e10], [2.2391965850483082e7, -4.472012882309076e10], [2.193083717658301e7, -4.388952262106268e10], [2.1690348279777534e7, -4.3438014465832016e10]], [[2.1690348279777534e7, -4.3438014465832016e10], [2.1292796326519832e7, -4.266415036215059e10], [2.1104960885574687e7, -4.228628696222008e10], [2.0550762285932075e7, -4.113264809623694e10], [2.0552569201764766e7, -4.1135179396992035e10], [2.0247525071799975e7, -4.0477061377894104e10], [1.9774285705496725e7, -3.9421538070588196e10], [1.95285082376709e7, -3.885926251369017e10]], [[1.95285082376709e7, -3.885926251369017e10], [1.908958607406237e7, -3.782866589936577e10], [1.8884892749449562e7, -3.7343829066958176e10], [1.8282764680114843e7, -3.587390958347699e10], [1.828576361602873e7, -3.5887037320890755e10], [1.795643737413351e7, -3.505990339120749e10], [1.7451575703946844e7, -3.3779253305430145e10], [1.7191203604979787e7, -3.310864783879812e10]], [[1.7191203604979787e7, -3.310864783879812e10], [1.6743404933234937e7, -3.193451626320556e10], [1.65369217480769e7, -3.1400362097590775e10], [1.593095692033439e7, -2.978882547654094e10], [1.593506424494156e7, -2.9816704417026314e10], [1.5605223640846234e7, -2.89168494229461e10], [1.5104998077015443e7, -2.7573408904967995e10], [1.4848477583170185e7, -2.6879452122418594e10]] … [[29.374282748265568, -0.21428019788336977], [28.640987047312308, -0.20050646645794915], [28.29932500052956, -0.1945993882921079], [27.298795661705316, -0.17734647624273223], [27.303298977493387, -0.17778519602002962], [26.758390555065073, -0.16851696177885878], [25.92468684032771, -0.15557453492416268], [25.495879389352567, -0.14913707151689792]], [[25.495879389352567, -0.14913707151689792], [24.843353066908588, -0.13958656063763072], [24.5392280452202, -0.13548905975325726], [23.64881029609393, -0.12352739963687256], [23.65273820003828, -0.12382708479128351], [23.167826249271215, -0.11740565358049243], [22.42566836349129, -0.10843124689241074], [22.043887936111048, -0.10396806525961774]], [[22.043887936111048, -0.10396806525961774], [21.461978264669117, -0.09733698920150552], [21.190594660439913, -0.09449023378240427], [20.396090787738736, -0.08618473161627702], [20.399494899796608, -0.08638852385942553], [19.966733587738705, -0.08193355716923656], [19.303908841463333, -0.07569984438056016], [18.962782863746114, -0.07260005220230745]], [[18.962782863746114, -0.07260005220230745], [18.440966262903963, -0.06797990579099203], [18.197368874703116, -0.06599516945881459], [17.484090081942288, -0.060208704322711644], [17.487032811208458, -0.060347207497056264], [17.098294641082518, -0.057246577977813726], [16.50215179161375, -0.05290195581198359], [16.19506461830673, -0.05074189713188988]], [[16.19506461830673, -0.05074189713188988], [15.723697206733997, -0.04751393520526591], [15.503283942777939, -0.046126006197970554], [14.857454033951576, -0.04208267022626503], [14.859980527602676, -0.0421762833294545], [14.507534989208805, -0.04001225577011617], [13.965825645456517, -0.03697403587243764], [13.68627465121338, -0.03546357399780646]], [[13.68627465121338, -0.03546357399780646], [13.254999050860148, -0.033198241093066155], [13.052764717503921, -0.03222294887468319], [12.459200363741104, -0.029383721910416296], [12.461353501062307, -0.029446562512094702], [12.136523003785374, -0.027928773281247467], [11.635206263613656, -0.025791402319897072], [11.37558487771023, -0.024728356760887853]], [[11.37558487771023, -0.024728356760887853], [10.97219223735497, -0.023126672780424427], [10.78208344379727, -0.022435473625864052], [10.221940826064609, -0.020423319789910868], [10.223756294356942, -0.020465010553737718], [9.915387571214543, -0.019389732367404593], [9.43569288276118, -0.01786666230044697], [9.18544976919235, -0.017107351850862592]], [[9.18544976919235, -0.017107351850862592], [8.791734682966945, -0.01595348217521741], [8.604381669516345, -0.01545271759587473], [8.047235423739064, -0.013990059635386437], [8.048748703366723, -0.014017266317574419], [7.737800357120496, -0.013232189259816946], [7.245673354271843, -0.012103073687414954], [6.984500986183835, -0.011533882886073668]], [[6.984500986183835, -0.011533882886073668], [6.560434430592709, -0.010645032360692462], [6.35406622995811, -0.010251680762715216], [5.7237109935151524, -0.009077537445407478], [5.725007525192958, -0.009095247339086072], [5.358738418178216, -0.008443460837785889], [4.748186288207962, -0.007444572111070542], [4.404464187976074, -0.006905951447681094]], [[4.404464187976074, -0.006905951447681094], [4.228865743610989, -0.00663572319527962], [4.139881225189348, -0.006501665081090017], [3.8642888472504118, -0.006087478803723898], [3.86432539189366, -0.00608785948479389], [3.7006816820252655, -0.005844204941716428], [3.4229376630503547, -0.005434265194036467], [3.2659927074024826, -0.005203576149321833]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C24", "646-31-1", 575.2, 42.21, 188.53, 0.001, "Leppert2020b, alkane, alkanes", 7.518755251713027e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [41.749574830596664, 209150.35596902767], [56.94840375388953, 285291.01948851615], [59.47460404836557, 297946.3737097875], [60.024205348362905, 300699.6783980094], [65.3519049350047, 290310.43107511615], [73.38568292772673, 274314.02928618906], [82.60561802375767, 255875.29305847763], [93.87758701488464, 233765.53814820576], [106.93791628832427, 209331.73003090502] … [1916.330100377079, 0.34571623964010656], [1926.3422412030566, 0.2930702735204862], [1936.527284861165, 0.2497502603024918], [1946.8598003254554, 0.21393838146670224], [1957.2795321134247, 0.184236492412908], [1967.6860130170917, 0.15953847339094684], [1977.894798332547, 0.13901250734129303], [1987.556875740274, 0.12210653460956829], [1995.9154499352064, 0.10875612641799198], [1998.0050633189985, 0.10546193153328894]], [0.0, 1.6507433443812502e-6, 2.251692383408796e-6, 2.3515762408670423e-6, 2.3733070189720428e-6, 2.5906148000220467e-6, 2.9444842262721403e-6, 3.3926958397204197e-6, 4.0083560065544935e-6, 4.826622371113294e-6 … 3.935040305042224, 4.357680436464596, 4.856161968805279, 5.446053561263353, 6.146049945932717, 6.979682777471354, 7.976476886482342, 9.175250217125019, 10.63790870231433, 11.18], [[[0.0, 0.0]], [[2.5291379438503448e7, 1.267007201247716e11], [2.5291379146163978e7, 1.267007171957403e11], [2.5291378999993835e7, 1.267007157312205e11], [2.52913785614842e7, 1.2670071133766934e11], [2.52913785614842e7, 1.2670071133766934e11], [2.529137831090726e7, 1.2670070882706866e11], [2.5291377903719738e7, 1.2670070474734262e11], [2.5291377684464913e7, 1.2670070255056706e11]], [[2.5291377684464913e7, 1.2670070255056706e11], [2.5291377578039337e7, 1.2670070148425935e11], [2.5291377524826553e7, 1.2670070095110555e11], [2.5291377365188196e7, 1.2670069935164412e11], [2.5291377365188196e7, 1.2670069935164412e11], [2.5291377273966275e7, 1.2670069843766612e11], [2.529137712573066e7, 1.2670069695245197e11], [2.529137704591148e7, 1.2670069615272124e11]], [[2.529137704591148e7, 1.2670069615272124e11], [2.5291377028222464e7, 1.2670069597549e11], [2.529137701937795e7, 1.2670069588687434e11], [2.529137699284443e7, 1.2670069562102757e11], [2.529137699284443e7, 1.2670069562102757e11], [2.529137697768242e7, 1.2670069546911514e11], [2.5291376953044146e7, 1.267006952222574e11], [2.5291376939777385e7, 1.26700695089334e11]], [[2.5291376939777385e7, 1.26700695089334e11], [2.5291376935928956e7, 1.2670069505077551e11], [2.5291376934004746e7, 1.267006950314963e11], [2.5291376928232096e7, 1.2670069497365851e11], [2.5291376928232096e7, 1.2670069497365851e11], [2.529137692493344e7, 1.2670069494060837e11], [2.5291376919573124e7, 1.2670069488690182e11], [2.528432153090573e7, -4.864197341421152e10]], [[2.528432153090573e7, -4.864197341421152e10], [2.5018923938054748e7, -4.8387579012490845e10], [2.4890431917835273e7, -4.825219751400029e10], [2.450887261973189e7, -4.7828606057244415e10], [2.450926817786812e7, -4.7826588080714035e10], [2.429624229589917e7, -4.757299829546486e10], [2.3958775152623363e7, -4.7139339988401566e10], [2.378096914445999e7, -4.689804983972127e10]], [[2.378096914445999e7, -4.689804983972127e10], [2.340114309088453e7, -4.635614361215076e10], [2.322035423728684e7, -4.607927835508734e10], [2.2685967365589146e7, -4.522253110981714e10], [2.2687278398755122e7, -4.52197273988916e10], [2.2391965850483082e7, -4.472012882309076e10], [2.193083717658301e7, -4.388952262106268e10], [2.1690348279777534e7, -4.3438014465832016e10]], [[2.1690348279777534e7, -4.3438014465832016e10], [2.1292796326519832e7, -4.266415036215059e10], [2.1104960885574687e7, -4.228628696222008e10], [2.0550762285932075e7, -4.113264809623694e10], [2.0552569201764766e7, -4.1135179396992035e10], [2.0247525071799975e7, -4.0477061377894104e10], [1.9774285705496725e7, -3.9421538070588196e10], [1.95285082376709e7, -3.885926251369017e10]], [[1.95285082376709e7, -3.885926251369017e10], [1.908958607406237e7, -3.782866589936577e10], [1.8884892749449562e7, -3.7343829066958176e10], [1.8282764680114843e7, -3.587390958347699e10], [1.828576361602873e7, -3.5887037320890755e10], [1.795643737413351e7, -3.505990339120749e10], [1.7451575703946844e7, -3.3779253305430145e10], [1.7191203604979787e7, -3.310864783879812e10]], [[1.7191203604979787e7, -3.310864783879812e10], [1.6743404933234937e7, -3.193451626320556e10], [1.65369217480769e7, -3.1400362097590775e10], [1.593095692033439e7, -2.978882547654094e10], [1.593506424494156e7, -2.9816704417026314e10], [1.5605223640846234e7, -2.89168494229461e10], [1.5104998077015443e7, -2.7573408904967995e10], [1.4848477583170185e7, -2.6879452122418594e10]] … [[29.374282748265568, -0.21428019788336977], [28.640987047312308, -0.20050646645794915], [28.29932500052956, -0.1945993882921079], [27.298795661705316, -0.17734647624273223], [27.303298977493387, -0.17778519602002962], [26.758390555065073, -0.16851696177885878], [25.92468684032771, -0.15557453492416268], [25.495879389352567, -0.14913707151689792]], [[25.495879389352567, -0.14913707151689792], [24.843353066908588, -0.13958656063763072], [24.5392280452202, -0.13548905975325726], [23.64881029609393, -0.12352739963687256], [23.65273820003828, -0.12382708479128351], [23.167826249271215, -0.11740565358049243], [22.42566836349129, -0.10843124689241074], [22.043887936111048, -0.10396806525961774]], [[22.043887936111048, -0.10396806525961774], [21.461978264669117, -0.09733698920150552], [21.190594660439913, -0.09449023378240427], [20.396090787738736, -0.08618473161627702], [20.399494899796608, -0.08638852385942553], [19.966733587738705, -0.08193355716923656], [19.303908841463333, -0.07569984438056016], [18.962782863746114, -0.07260005220230745]], [[18.962782863746114, -0.07260005220230745], [18.440966262903963, -0.06797990579099203], [18.197368874703116, -0.06599516945881459], [17.484090081942288, -0.060208704322711644], [17.487032811208458, -0.060347207497056264], [17.098294641082518, -0.057246577977813726], [16.50215179161375, -0.05290195581198359], [16.19506461830673, -0.05074189713188988]], [[16.19506461830673, -0.05074189713188988], [15.723697206733997, -0.04751393520526591], [15.503283942777939, -0.046126006197970554], [14.857454033951576, -0.04208267022626503], [14.859980527602676, -0.0421762833294545], [14.507534989208805, -0.04001225577011617], [13.965825645456517, -0.03697403587243764], [13.68627465121338, -0.03546357399780646]], [[13.68627465121338, -0.03546357399780646], [13.254999050860148, -0.033198241093066155], [13.052764717503921, -0.03222294887468319], [12.459200363741104, -0.029383721910416296], [12.461353501062307, -0.029446562512094702], [12.136523003785374, -0.027928773281247467], [11.635206263613656, -0.025791402319897072], [11.37558487771023, -0.024728356760887853]], [[11.37558487771023, -0.024728356760887853], [10.97219223735497, -0.023126672780424427], [10.78208344379727, -0.022435473625864052], [10.221940826064609, -0.020423319789910868], [10.223756294356942, -0.020465010553737718], [9.915387571214543, -0.019389732367404593], [9.43569288276118, -0.01786666230044697], [9.18544976919235, -0.017107351850862592]], [[9.18544976919235, -0.017107351850862592], [8.791734682966945, -0.01595348217521741], [8.604381669516345, -0.01545271759587473], [8.047235423739064, -0.013990059635386437], [8.048748703366723, -0.014017266317574419], [7.737800357120496, -0.013232189259816946], [7.245673354271843, -0.012103073687414954], [6.984500986183835, -0.011533882886073668]], [[6.984500986183835, -0.011533882886073668], [6.560434430592709, -0.010645032360692462], [6.35406622995811, -0.010251680762715216], [5.7237109935151524, -0.009077537445407478], [5.725007525192958, -0.009095247339086072], [5.358738418178216, -0.008443460837785889], [4.748186288207962, -0.007444572111070542], [4.404464187976074, -0.006905951447681094]], [[4.404464187976074, -0.006905951447681094], [4.228865743610989, -0.00663572319527962], [4.139881225189348, -0.006501665081090017], [3.8642888472504118, -0.006087478803723898], [3.86432539189366, -0.00608785948479389], [3.7006816820252655, -0.005844204941716428], [3.4229376630503547, -0.005434265194036467], [3.2659927074024826, -0.005203576149321833]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([1998.0050633189985, 0.10546193153328894], [1995.9154499352064, 0.10875612641799198], [4.404464187976074, -0.006905951447681094], [4.228865743610989, -0.00663572319527962], [4.139881225189348, -0.006501665081090017], [3.8642888472504118, -0.006087478803723898], [3.86432539189366, -0.00608785948479389], [3.7006816820252655, -0.005844204941716428], [3.4229376630503547, -0.005434265194036467], [3.2659927074024826, -0.005203576149321833], [9.283825828529775e-5, -1.5935362630064966e-7], [1997.7783544373897, 0.10582259497144049], [4.6465453728943634e-5, -0.0014518882134539992], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 1011
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 107
Number of rejected steps: 37, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [41.5898856647798, 498280.25699128234], [56.69650787798955, 679269.7290052036], [59.18911138990856, 709133.1216540977], [59.90377367513946, 717695.3499864102], [60.02775252207017, 718556.6934934852], [60.0848954000217, 718262.7763513111], [60.65419523583737, 715331.895936915], [64.97888186700739, 692945.4109462799], [72.6797995276503, 652902.7225138433] … [1941.404172577088, 0.29680875444656396], [1951.7685109722995, 0.25448622520997316], [1962.3549298899893, 0.21913015124078072], [1973.1331278515543, 0.18948391412134855], [1984.0489065445731, 0.1645393988465549], [1995.0071333996257, 0.14349338201645798], [2005.8385931338182, 0.1257221727728331], [2016.2273336443254, 0.11079078136566117], [2025.5174333373488, 0.09857258380497322], [2029.763501291202, 0.09305365987286494]], nothing, nothing, [0.0, 7.008770248144666e-7, 9.554553790239262e-7, 9.97460990520562e-7, 1.0095045530828565e-6, 1.0115939470568437e-6, 1.0125575710904678e-6, 1.0221938114267088e-6, 1.0975661477119695e-6, 1.2417390138585306e-6 … 3.370592750212601, 3.7910404676543488, 4.28944195655951, 4.881732221409847, 5.587541522351077, 6.431247064914716, 7.443515202226012, 8.664054916894319, 10.151223592778036, 11.18], [[[0.0, 0.0]], [[5.933977688613909e7, 7.109382302774656e11], [5.933977659491751e7, 7.109382232993287e11], [5.933977644930633e7, 7.109382198102504e11], [5.93397760124744e7, 7.109382093430552e11], [5.93397760124744e7, 7.109382093430552e11], [5.93397757628555e7, 7.10938203361785e11], [5.9339775357225865e7, 7.109381936422472e11], [5.933977513880969e7, 7.109381884086445e11]], [[5.933977513880969e7, 7.109381884086445e11], [5.9339775033029765e7, 7.109381858739875e11], [5.933977498013983e7, 7.109381846066597e11], [5.9339774821469955e7, 7.109381808046747e11], [5.9339774821469955e7, 7.109381808046747e11], [5.933977473080147e7, 7.109381786321118e11], [5.933977458346517e7, 7.109381751016974e11], [5.933977450413023e7, 7.109381732007048e11]], [[5.933977450413023e7, 7.109381732007048e11], [5.933977448667647e7, 7.109381727824846e11], [5.933977447794958e7, 7.109381725733744e11], [5.933977445176894e7, 7.109381719460442e11], [5.933977445176894e7, 7.109381719460442e11], [5.933977443680857e7, 7.109381715875696e11], [5.933977441249799e7, 7.10938171005049e11], [5.933977439940766e7, 7.109381706913838e11]], [[5.933977439940766e7, 7.109381706913838e11], [5.9339774394403435e7, 7.109381705714745e11], [5.933977439190133e7, 7.109381705115201e11], [5.933977438439564e7, 7.109381703316716e11], [5.933977438439564e7, 7.109381703316716e11], [5.933977438010566e7, 7.109381702288768e11], [5.933977437313549e7, 7.109381700618604e11], [5.933977436938232e7, 7.109381699719283e11]], [[5.933977436938232e7, 7.109381699719283e11], [5.9339774368514165e7, 7.109381699511259e11], [5.933977436808007e7, 7.109381699407242e11], [5.933977436677784e7, 7.109381699095208e11], [5.933977436677784e7, 7.109381699095208e11], [5.933977436603369e7, 7.109381698916897e11], [5.933110851065493e7, -3.056392951504114e11], [5.932015940720611e7, -3.05090059600426e11]], [[5.932015940720611e7, -3.05090059600426e11], [5.931342744397689e7, -3.0506413489281165e11], [5.9310062624389865e7, -3.0505117083397815e11], [5.929996937468996e7, -3.0501226749896606e11], [5.9299969375860296e7, -3.0501226749439197e11], [5.929420338928932e7, -3.049900304931692e11], [5.928483612179538e7, -3.049538852521791e11], [5.927979346871196e7, -3.049344172566665e11]], [[5.927979346871196e7, -3.049344172566665e11], [5.921260423109342e7, -3.046744497460394e11], [5.917912535600769e7, -3.045443034932633e11], [5.907880787233004e7, -3.0415277876482336e11], [5.9078809037969396e7, -3.0415277428423816e11], [5.9021640589516185e7, -3.039284288913491e11], [5.892898619029814e7, -3.035629158799199e11], [5.887921896737145e7, -3.033656258690082e11]], [[5.887921896737145e7, -3.033656258690082e11], [5.836305190606281e7, -3.0128520123693933e11], [5.81118067639919e7, -3.0023909629352954e11], [5.736455209334512e7, -2.9704733780254956e11], [5.7365088622671105e7, -2.970456605521172e11], [5.694641728222292e7, -2.9519896258241296e11], [5.628025403047765e7, -2.92164124311375e11], [5.592806532620749e7, -2.905171133720742e11]], [[5.592806532620749e7, -2.905171133720742e11], [5.504315338721591e7, -2.86256304995074e11], [5.4621746908176966e7, -2.841561697039585e11], [5.337593791249161e7, -2.7774237420063245e11], [5.337893548819241e7, -2.7774837239803284e11], [5.269027162882612e7, -2.7407454782897314e11], [5.1614454060434386e7, -2.6813217715282935e11], [5.105322282365747e7, -2.649490624232143e11]] … [[30.61698074548686, -0.1705522175038945], [29.845249330084815, -0.1598722409139286], [29.48624842195458, -0.15529207498891537], [28.435318604597906, -0.14189244583312965], [28.440283592881986, -0.1422416166709659], [27.868353557323907, -0.13502735502396546], [26.994609181015704, -0.1249539764956374], [26.54559110318237, -0.11993645614868986]], [[26.54559110318237, -0.11993645614868986], [25.85980667489523, -0.11245227117283058], [25.540753447839283, -0.10924207829771965], [24.607043456308904, -0.09985389931393734], [24.611391918742076, -0.10009610550875223], [24.103355736775242, -0.09504421164079555], [23.32713087479079, -0.08798644042723017], [22.928226806812695, -0.08447141322728442]], [[22.928226806812695, -0.08447141322728442], [22.31763502507153, -0.07921707196689312], [22.03345941022016, -0.07696265155050691], [21.201978332001566, -0.07037270608715825], [21.205766443924254, -0.07054029151684918], [20.753355755958093, -0.06699660416531936], [20.06180942632436, -0.06204197288091755], [19.706332075309927, -0.059574760781317904]], [[19.706332075309927, -0.059574760781317904], [19.160786062800543, -0.055878034996509014], [18.906689205378786, -0.05429122307001808], [18.16320012008485, -0.04965545263901096], [18.166479626917262, -0.04977101634193169], [17.76180531498316, -0.04728038239743766], [17.142619594675644, -0.04379419225098271], [16.82412062752984, -0.04205850627896361]], [[16.82412062752984, -0.04205850627896361], [16.333739390830868, -0.03945104209503371], [16.105018628796056, -0.03833108367854611], [15.435480963645643, -0.035061390616048904], [15.438299195611254, -0.035140699815871465], [15.073511937334157, -0.0333859259331146], [14.514304195593295, -0.03092577596922334], [14.226237433676562, -0.02970108146088653]], [[14.226237433676562, -0.02970108146088653], [13.78080875612172, -0.027855602230341413], [13.572546593508788, -0.027062161720734876], [12.962103588919277, -0.024747248322032404], [12.96450363286236, -0.02480129750398203], [12.63116101441157, -0.02356040214545648], [12.118359302769447, -0.02181629296020496], [11.85341989675143, -0.02094787772275008]], [[11.85341989675143, -0.02094787772275008], [11.441193023678142, -0.019633929867060064], [11.247613313751609, -0.019068021710401162], [10.678435644762956, -0.017417239178773542], [10.680456646663837, -0.017453697610367296], [10.368127216895594, -0.016569414121408464], [9.884401349871963, -0.015320624860469057], [9.63296497266416, -0.014697837932744436]], [[9.63296497266416, -0.014697837932744436], [9.237620281443661, -0.013748925980188795], [9.050426838410711, -0.013338528307539631], [8.495935944112079, -0.012138657739582767], [8.497615343483552, -0.012162899609914358], [8.189959892273428, -0.011518488655036348], [7.7066515585110675, -0.010597605106639754], [7.45194781051298, -0.01013473663691887]], [[7.45194781051298, -0.01013473663691887], [7.0417750232934395, -0.009415444878154183], [6.844015658051405, -0.009099969542871107], [6.246286743991629, -0.008163731267374345], [6.247687725643374, -0.008179716492687198], [5.9059167689462155, -0.007665705883629195], [5.348130532239865, -0.006897608187817532], [5.041763796725157, -0.006494191589766552]], [[5.041763796725157, -0.006494191589766552], [4.752229222716623, -0.006121689214742991], [4.606179773603322, -0.005941947359591757], [4.149587297375901, -0.005382317219612856], [4.149834384474731, -0.005384459038723436], [3.875041151954661, -0.005052717052241531], [3.3979850616420135, -0.00448648935109908], [3.118956197262473, -0.004155675468745649]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C25", "629-99-2", 583.8199999999999, 42.26, 189.51, 0.001, "Leppert2020b, alkane, alkanes", 7.354754525382887e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [41.5898856647798, 498280.25699128234], [56.69650787798955, 679269.7290052036], [59.18911138990856, 709133.1216540977], [59.90377367513946, 717695.3499864102], [60.02775252207017, 718556.6934934852], [60.0848954000217, 718262.7763513111], [60.65419523583737, 715331.895936915], [64.97888186700739, 692945.4109462799], [72.6797995276503, 652902.7225138433] … [1941.404172577088, 0.29680875444656396], [1951.7685109722995, 0.25448622520997316], [1962.3549298899893, 0.21913015124078072], [1973.1331278515543, 0.18948391412134855], [1984.0489065445731, 0.1645393988465549], [1995.0071333996257, 0.14349338201645798], [2005.8385931338182, 0.1257221727728331], [2016.2273336443254, 0.11079078136566117], [2025.5174333373488, 0.09857258380497322], [2029.763501291202, 0.09305365987286494]], [0.0, 7.008770248144666e-7, 9.554553790239262e-7, 9.97460990520562e-7, 1.0095045530828565e-6, 1.0115939470568437e-6, 1.0125575710904678e-6, 1.0221938114267088e-6, 1.0975661477119695e-6, 1.2417390138585306e-6 … 3.370592750212601, 3.7910404676543488, 4.28944195655951, 4.881732221409847, 5.587541522351077, 6.431247064914716, 7.443515202226012, 8.664054916894319, 10.151223592778036, 11.18], [[[0.0, 0.0]], [[5.933977688613909e7, 7.109382302774656e11], [5.933977659491751e7, 7.109382232993287e11], [5.933977644930633e7, 7.109382198102504e11], [5.93397760124744e7, 7.109382093430552e11], [5.93397760124744e7, 7.109382093430552e11], [5.93397757628555e7, 7.10938203361785e11], [5.9339775357225865e7, 7.109381936422472e11], [5.933977513880969e7, 7.109381884086445e11]], [[5.933977513880969e7, 7.109381884086445e11], [5.9339775033029765e7, 7.109381858739875e11], [5.933977498013983e7, 7.109381846066597e11], [5.9339774821469955e7, 7.109381808046747e11], [5.9339774821469955e7, 7.109381808046747e11], [5.933977473080147e7, 7.109381786321118e11], [5.933977458346517e7, 7.109381751016974e11], [5.933977450413023e7, 7.109381732007048e11]], [[5.933977450413023e7, 7.109381732007048e11], [5.933977448667647e7, 7.109381727824846e11], [5.933977447794958e7, 7.109381725733744e11], [5.933977445176894e7, 7.109381719460442e11], [5.933977445176894e7, 7.109381719460442e11], [5.933977443680857e7, 7.109381715875696e11], [5.933977441249799e7, 7.10938171005049e11], [5.933977439940766e7, 7.109381706913838e11]], [[5.933977439940766e7, 7.109381706913838e11], [5.9339774394403435e7, 7.109381705714745e11], [5.933977439190133e7, 7.109381705115201e11], [5.933977438439564e7, 7.109381703316716e11], [5.933977438439564e7, 7.109381703316716e11], [5.933977438010566e7, 7.109381702288768e11], [5.933977437313549e7, 7.109381700618604e11], [5.933977436938232e7, 7.109381699719283e11]], [[5.933977436938232e7, 7.109381699719283e11], [5.9339774368514165e7, 7.109381699511259e11], [5.933977436808007e7, 7.109381699407242e11], [5.933977436677784e7, 7.109381699095208e11], [5.933977436677784e7, 7.109381699095208e11], [5.933977436603369e7, 7.109381698916897e11], [5.933110851065493e7, -3.056392951504114e11], [5.932015940720611e7, -3.05090059600426e11]], [[5.932015940720611e7, -3.05090059600426e11], [5.931342744397689e7, -3.0506413489281165e11], [5.9310062624389865e7, -3.0505117083397815e11], [5.929996937468996e7, -3.0501226749896606e11], [5.9299969375860296e7, -3.0501226749439197e11], [5.929420338928932e7, -3.049900304931692e11], [5.928483612179538e7, -3.049538852521791e11], [5.927979346871196e7, -3.049344172566665e11]], [[5.927979346871196e7, -3.049344172566665e11], [5.921260423109342e7, -3.046744497460394e11], [5.917912535600769e7, -3.045443034932633e11], [5.907880787233004e7, -3.0415277876482336e11], [5.9078809037969396e7, -3.0415277428423816e11], [5.9021640589516185e7, -3.039284288913491e11], [5.892898619029814e7, -3.035629158799199e11], [5.887921896737145e7, -3.033656258690082e11]], [[5.887921896737145e7, -3.033656258690082e11], [5.836305190606281e7, -3.0128520123693933e11], [5.81118067639919e7, -3.0023909629352954e11], [5.736455209334512e7, -2.9704733780254956e11], [5.7365088622671105e7, -2.970456605521172e11], [5.694641728222292e7, -2.9519896258241296e11], [5.628025403047765e7, -2.92164124311375e11], [5.592806532620749e7, -2.905171133720742e11]], [[5.592806532620749e7, -2.905171133720742e11], [5.504315338721591e7, -2.86256304995074e11], [5.4621746908176966e7, -2.841561697039585e11], [5.337593791249161e7, -2.7774237420063245e11], [5.337893548819241e7, -2.7774837239803284e11], [5.269027162882612e7, -2.7407454782897314e11], [5.1614454060434386e7, -2.6813217715282935e11], [5.105322282365747e7, -2.649490624232143e11]] … [[30.61698074548686, -0.1705522175038945], [29.845249330084815, -0.1598722409139286], [29.48624842195458, -0.15529207498891537], [28.435318604597906, -0.14189244583312965], [28.440283592881986, -0.1422416166709659], [27.868353557323907, -0.13502735502396546], [26.994609181015704, -0.1249539764956374], [26.54559110318237, -0.11993645614868986]], [[26.54559110318237, -0.11993645614868986], [25.85980667489523, -0.11245227117283058], [25.540753447839283, -0.10924207829771965], [24.607043456308904, -0.09985389931393734], [24.611391918742076, -0.10009610550875223], [24.103355736775242, -0.09504421164079555], [23.32713087479079, -0.08798644042723017], [22.928226806812695, -0.08447141322728442]], [[22.928226806812695, -0.08447141322728442], [22.31763502507153, -0.07921707196689312], [22.03345941022016, -0.07696265155050691], [21.201978332001566, -0.07037270608715825], [21.205766443924254, -0.07054029151684918], [20.753355755958093, -0.06699660416531936], [20.06180942632436, -0.06204197288091755], [19.706332075309927, -0.059574760781317904]], [[19.706332075309927, -0.059574760781317904], [19.160786062800543, -0.055878034996509014], [18.906689205378786, -0.05429122307001808], [18.16320012008485, -0.04965545263901096], [18.166479626917262, -0.04977101634193169], [17.76180531498316, -0.04728038239743766], [17.142619594675644, -0.04379419225098271], [16.82412062752984, -0.04205850627896361]], [[16.82412062752984, -0.04205850627896361], [16.333739390830868, -0.03945104209503371], [16.105018628796056, -0.03833108367854611], [15.435480963645643, -0.035061390616048904], [15.438299195611254, -0.035140699815871465], [15.073511937334157, -0.0333859259331146], [14.514304195593295, -0.03092577596922334], [14.226237433676562, -0.02970108146088653]], [[14.226237433676562, -0.02970108146088653], [13.78080875612172, -0.027855602230341413], [13.572546593508788, -0.027062161720734876], [12.962103588919277, -0.024747248322032404], [12.96450363286236, -0.02480129750398203], [12.63116101441157, -0.02356040214545648], [12.118359302769447, -0.02181629296020496], [11.85341989675143, -0.02094787772275008]], [[11.85341989675143, -0.02094787772275008], [11.441193023678142, -0.019633929867060064], [11.247613313751609, -0.019068021710401162], [10.678435644762956, -0.017417239178773542], [10.680456646663837, -0.017453697610367296], [10.368127216895594, -0.016569414121408464], [9.884401349871963, -0.015320624860469057], [9.63296497266416, -0.014697837932744436]], [[9.63296497266416, -0.014697837932744436], [9.237620281443661, -0.013748925980188795], [9.050426838410711, -0.013338528307539631], [8.495935944112079, -0.012138657739582767], [8.497615343483552, -0.012162899609914358], [8.189959892273428, -0.011518488655036348], [7.7066515585110675, -0.010597605106639754], [7.45194781051298, -0.01013473663691887]], [[7.45194781051298, -0.01013473663691887], [7.0417750232934395, -0.009415444878154183], [6.844015658051405, -0.009099969542871107], [6.246286743991629, -0.008163731267374345], [6.247687725643374, -0.008179716492687198], [5.9059167689462155, -0.007665705883629195], [5.348130532239865, -0.006897608187817532], [5.041763796725157, -0.006494191589766552]], [[5.041763796725157, -0.006494191589766552], [4.752229222716623, -0.006121689214742991], [4.606179773603322, -0.005941947359591757], [4.149587297375901, -0.005382317219612856], [4.149834384474731, -0.005384459038723436], [3.875041151954661, -0.005052717052241531], [3.3979850616420135, -0.00448648935109908], [3.118956197262473, -0.004155675468745649]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([2029.763501291202, 0.09305365987286494], [2025.5174333373488, 0.09857258380497322], [5.041763796725157, -0.006494191589766552], [4.752229222716623, -0.006121689214742991], [4.606179773603322, -0.005941947359591757], [4.149587297375901, -0.005382317219612856], [4.149834384474731, -0.005384459038723436], [3.875041151954661, -0.005052717052241531], [3.3979850616420135, -0.00448648935109908], [3.118956197262473, -0.004155675468745649], [0.0010078207255851557, -1.45186924425148e-6], [2029.3439955368426, 0.09361062537072769], [0.0004965210126317841, -0.014581014057997813], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 1375
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 127
Number of rejected steps: 69, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [25.794159430999528, 1.4903956704883403e6], [48.38103410428731, 2.79547328656596e6], [58.63742215444283, 3.3880910181560814e6], [59.74382867798106, 3.4520195786222178e6], [60.01307613797211, 3.4675767921403954e6], [62.660808647662655, 3.390997598672951e6], [69.58984592248531, 3.19252875685878e6], [78.80893466817422, 2.935730724883582e6], [89.78943262597996, 2.6451376771999e6] … [1992.2356999486292, 0.24628281003506447], [2003.3715092285142, 0.21393949211100086], [2014.7437166491877, 0.18642215278507954], [2026.3154379481373, 0.16293563119053517], [2038.0209438817963, 0.1428326882999334], [2049.744839492101, 0.1255900954977622], [2061.2803941976645, 0.11079995188778449], [2072.2345876948516, 0.09819669134584942], [2081.7591324697382, 0.08782033810017538], [2084.514579060352, 0.08474595786232589]], nothing, nothing, [0.0, 9.348436962863668e-8, 1.7534475178760253e-7, 2.12516421600279e-7, 2.165263106378246e-7, 2.1750212957539335e-7, 2.2726031895108073e-7, 2.54376105313814e-7, 2.942690430918181e-7, 3.4810669768039747e-7 … 2.928724830145856, 3.3824049477247042, 3.9234485187423185, 4.570176578373655, 5.345198299796014, 6.2766568363124735, 7.400118623735283, 8.762296708234569, 10.438918999243874, 11.18], [[[0.0, 0.0]], [[2.759194888313451e8, 1.5942725850990332e13], [2.759194886507287e8, 1.5942725830118176e13], [2.7591948856042045e8, 1.594272581968209e13], [2.7591948828949594e8, 1.5942725788373865e13], [2.7591948828949594e8, 1.5942725788373865e13], [2.759194881346829e8, 1.5942725770483555e13], [2.7591948788310903e8, 1.5942725741411504e13], [2.7591948774764663e8, 1.594272572575737e13]], [[2.7591948774764663e8, 1.594272572575737e13], [2.759194875894884e8, 1.5942725707480492e13], [2.759194875104093e8, 1.5942725698342057e13], [2.7591948727317286e8, 1.5942725670926848e13], [2.7591948727317286e8, 1.5942725670926848e13], [2.7591948713760763e8, 1.5942725655260832e13], [2.759194869173157e8, 1.5942725629803742e13], [2.75919486798697e8, 1.5942725616096078e13]], [[2.75919486798697e8, 1.5942725616096078e13], [2.7591948672687954e8, 1.5942725607796803e13], [2.759194866909708e8, 1.5942725603647158e13], [2.759194865832386e8, 1.594272559119755e13], [2.759194865832386e8, 1.594272559119755e13], [2.759194865216867e8, 1.594272558408457e13], [2.759194864216552e8, 1.5942725572524861e13], [2.75919486367792e8, 1.5942725566300398e13]], [[2.75919486367792e8, 1.5942725566300398e13], [2.759194863600447e8, 1.5942725565405113e13], [2.759194863561711e8, 1.5942725564957473e13], [2.7591948634455013e8, 1.5942725563614547e13], [2.7591948634455013e8, 1.5942725563614547e13], [2.759194863379106e8, 1.594272556284728e13], [2.7591948632711875e8, 1.5942725561600164e13], [2.759194863213082e8, 1.594272556092869e13]], [[2.759194863213082e8, 1.594272556092869e13], [2.759194863194229e8, 1.5942725560710826e13], [2.7591948631848127e8, 1.5942725560602014e13], [2.7591948631565225e8, 1.5942725560275086e13], [2.7591948631565225e8, 1.5942725560275086e13], [2.7591948631403035e8, 1.5942725560087656e13], [2.7591948631141025e8, 1.594272555978488e13], [2.7587436505641747e8, -7.991376137729678e12]], [[2.7587436505641747e8, -7.991376137729678e12], [2.743308482014357e8, -7.943152613034166e12], [2.7357216054405516e8, -7.919310964595955e12], [2.713088917875512e8, -7.847485729247865e12], [2.713095449901271e8, -7.8475144871849e12], [2.700328480666158e8, -7.806574795802928e12], [2.679854694005376e8, -7.740322667881738e12], [2.6689608107881635e8, -7.704767841440297e12]], [[2.6689608107881635e8, -7.704767841440297e12], [2.629084974763129e8, -7.572647838878639e12], [2.6100425569891447e8, -7.509000755138529e12], [2.553704510907681e8, -7.31655168253434e12], [2.553824955833921e8, -7.317240477464633e12], [2.5226317967154908e8, -7.208432271856311e12], [2.473783957630462e8, -7.035816422729664e12], [2.4482591374534798e8, -6.944356938248971e12]], [[2.4482591374534798e8, -6.944356938248971e12], [2.3992534444257975e8, -6.765817284137053e12], [2.3762195687085542e8, -6.682154952849443e12], [2.3083371921991926e8, -6.429781337697645e12], [2.3086028407767978e8, -6.432013844640516e12], [2.2713344799647152e8, -6.290590568649086e12], [2.213785902919938e8, -6.072190577668113e12], [2.1839816275311476e8, -5.958006148076064e12]], [[2.1839816275311476e8, -5.958006148076064e12], [2.1317815101427838e8, -5.755442157164383e12], [2.107544614432726e8, -5.663099117932252e12], [2.0363086714606974e8, -5.385313115646984e12], [2.0367119740017354e8, -5.389680493231892e12], [1.9978222312415692e8, -5.234953667992473e12], [1.9384484296995518e8, -5.003080114876476e12], [1.9078946680973372e8, -4.883257113256235e12]] … [[30.77130824258604, -0.11860394173061783], [29.959935495288498, -0.11140797935313063], [29.58387280378597, -0.10832686127873781], [28.48405239773447, -0.09928726916088992], [28.48980788191048, -0.09953769556549211], [27.89233756602983, -0.09465206403950747], [26.982695369276243, -0.08784534733068528], [26.51613295807781, -0.08444844983340616]], [[26.51613295807781, -0.08444844983340616], [25.800244567668717, -0.0793437770931746], [25.46837113091203, -0.07715739379243877], [24.49808914082673, -0.07074474949610282], [24.503078768658227, -0.07092033247353718], [23.976080189941577, -0.06745623124240567], [23.173557371693533, -0.06262624453570909], [22.76191993875521, -0.060216001105611296]], [[22.76191993875521, -0.060216001105611296], [22.128972332737575, -0.05658634124504633], [21.83540173608769, -0.055031133565847774], [20.977272807417243, -0.050471645108792054], [20.98157264423659, -0.05059453682447829], [20.515478137872613, -0.04813327651603161], [19.80527866050254, -0.04469820877964033], [19.44087953687074, -0.042984302089013215]], [[19.44087953687074, -0.042984302089013215], [18.879175153075106, -0.04039755182650475], [18.61839882676841, -0.03928869155478835], [17.856095873890496, -0.03603958650586973], [17.859774978122722, -0.03612533048820085], [17.44555489817186, -0.03437312328903092], [16.8136337670386, -0.03192456778705127], [16.48913597481707, -0.030703126375547386]], [[16.48913597481707, -0.030703126375547386], [15.987372575608578, -0.02885516049433386], [15.754032697566045, -0.02806251718303446], [15.071569255652193, -0.02574150168336388], [15.074690623388719, -0.025801030530739864], [14.703421117683277, -0.024550845344149242], [14.135744980577314, -0.022800761990946793], [13.843740597793335, -0.021927896798266483]], [[13.843740597793335, -0.021927896798266483], [13.390283227433452, -0.020603475174607176], [13.178794505801399, -0.020034873462556387], [12.559292860315507, -0.018370904014162387], [12.561913982568855, -0.018411924309927656], [12.224006523623116, -0.017516802351725272], [11.705183549724815, -0.01626026317292575], [11.437387063164012, -0.01563340622315477]], [[11.437387063164012, -0.01563340622315477], [11.01878150792764, -0.014678336197953723], [10.82253680103821, -0.014267564488197654], [10.245554614263034, -0.013065332972118784], [10.247728131844918, -0.013093295345867853], [9.931188517898754, -0.012446898304422055], [9.441243863984521, -0.011534435582156359], [9.186519659630589, -0.011078238338239042]], [[9.186519659630589, -0.011078238338239042], [8.783566141333234, -0.010377508916696608], [8.592773339555121, -0.010074628673640663], [8.026713159861465, -0.009184816254201401], [8.02849097003657, -0.009203619874873954], [7.713708988673121, -0.008723062083665283], [7.217886795021174, -0.008034043594872396], [6.955656064380171, -0.007685578728404354]], [[6.955656064380171, -0.007685578728404354], [6.5273109079091185, -0.007134646380183254], [6.319820953882714, -0.00689180543252196], [5.687589521348274, -0.006160868366436858], [5.689079491765033, -0.00617364217111904], [5.323062677762132, -0.0057642040642810815], [4.715582270359798, -0.005135236105887344], [4.3747513071274, -0.004792939751623829]], [[4.3747513071274, -0.004792939751623829], [4.166922925734744, -0.004586391879474687], [4.061432653558884, -0.0044838182276782535], [3.7325651053043574, -0.0041622082759375355], [3.732635555251449, -0.00416269816983687], [3.5355500768916843, -0.003970041139916266], [3.196751224512554, -0.0036386269738103417], [3.0020840817735213, -0.0034466511849334633]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C27", "593-49-7", 599.77, 41.9, 184.17, 0.001, "Leppert2020b, alkane, alkanes", 7.054117055654164e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [25.794159430999528, 1.4903956704883403e6], [48.38103410428731, 2.79547328656596e6], [58.63742215444283, 3.3880910181560814e6], [59.74382867798106, 3.4520195786222178e6], [60.01307613797211, 3.4675767921403954e6], [62.660808647662655, 3.390997598672951e6], [69.58984592248531, 3.19252875685878e6], [78.80893466817422, 2.935730724883582e6], [89.78943262597996, 2.6451376771999e6] … [1992.2356999486292, 0.24628281003506447], [2003.3715092285142, 0.21393949211100086], [2014.7437166491877, 0.18642215278507954], [2026.3154379481373, 0.16293563119053517], [2038.0209438817963, 0.1428326882999334], [2049.744839492101, 0.1255900954977622], [2061.2803941976645, 0.11079995188778449], [2072.2345876948516, 0.09819669134584942], [2081.7591324697382, 0.08782033810017538], [2084.514579060352, 0.08474595786232589]], [0.0, 9.348436962863668e-8, 1.7534475178760253e-7, 2.12516421600279e-7, 2.165263106378246e-7, 2.1750212957539335e-7, 2.2726031895108073e-7, 2.54376105313814e-7, 2.942690430918181e-7, 3.4810669768039747e-7 … 2.928724830145856, 3.3824049477247042, 3.9234485187423185, 4.570176578373655, 5.345198299796014, 6.2766568363124735, 7.400118623735283, 8.762296708234569, 10.438918999243874, 11.18], [[[0.0, 0.0]], [[2.759194888313451e8, 1.5942725850990332e13], [2.759194886507287e8, 1.5942725830118176e13], [2.7591948856042045e8, 1.594272581968209e13], [2.7591948828949594e8, 1.5942725788373865e13], [2.7591948828949594e8, 1.5942725788373865e13], [2.759194881346829e8, 1.5942725770483555e13], [2.7591948788310903e8, 1.5942725741411504e13], [2.7591948774764663e8, 1.594272572575737e13]], [[2.7591948774764663e8, 1.594272572575737e13], [2.759194875894884e8, 1.5942725707480492e13], [2.759194875104093e8, 1.5942725698342057e13], [2.7591948727317286e8, 1.5942725670926848e13], [2.7591948727317286e8, 1.5942725670926848e13], [2.7591948713760763e8, 1.5942725655260832e13], [2.759194869173157e8, 1.5942725629803742e13], [2.75919486798697e8, 1.5942725616096078e13]], [[2.75919486798697e8, 1.5942725616096078e13], [2.7591948672687954e8, 1.5942725607796803e13], [2.759194866909708e8, 1.5942725603647158e13], [2.759194865832386e8, 1.594272559119755e13], [2.759194865832386e8, 1.594272559119755e13], [2.759194865216867e8, 1.594272558408457e13], [2.759194864216552e8, 1.5942725572524861e13], [2.75919486367792e8, 1.5942725566300398e13]], [[2.75919486367792e8, 1.5942725566300398e13], [2.759194863600447e8, 1.5942725565405113e13], [2.759194863561711e8, 1.5942725564957473e13], [2.7591948634455013e8, 1.5942725563614547e13], [2.7591948634455013e8, 1.5942725563614547e13], [2.759194863379106e8, 1.594272556284728e13], [2.7591948632711875e8, 1.5942725561600164e13], [2.759194863213082e8, 1.594272556092869e13]], [[2.759194863213082e8, 1.594272556092869e13], [2.759194863194229e8, 1.5942725560710826e13], [2.7591948631848127e8, 1.5942725560602014e13], [2.7591948631565225e8, 1.5942725560275086e13], [2.7591948631565225e8, 1.5942725560275086e13], [2.7591948631403035e8, 1.5942725560087656e13], [2.7591948631141025e8, 1.594272555978488e13], [2.7587436505641747e8, -7.991376137729678e12]], [[2.7587436505641747e8, -7.991376137729678e12], [2.743308482014357e8, -7.943152613034166e12], [2.7357216054405516e8, -7.919310964595955e12], [2.713088917875512e8, -7.847485729247865e12], [2.713095449901271e8, -7.8475144871849e12], [2.700328480666158e8, -7.806574795802928e12], [2.679854694005376e8, -7.740322667881738e12], [2.6689608107881635e8, -7.704767841440297e12]], [[2.6689608107881635e8, -7.704767841440297e12], [2.629084974763129e8, -7.572647838878639e12], [2.6100425569891447e8, -7.509000755138529e12], [2.553704510907681e8, -7.31655168253434e12], [2.553824955833921e8, -7.317240477464633e12], [2.5226317967154908e8, -7.208432271856311e12], [2.473783957630462e8, -7.035816422729664e12], [2.4482591374534798e8, -6.944356938248971e12]], [[2.4482591374534798e8, -6.944356938248971e12], [2.3992534444257975e8, -6.765817284137053e12], [2.3762195687085542e8, -6.682154952849443e12], [2.3083371921991926e8, -6.429781337697645e12], [2.3086028407767978e8, -6.432013844640516e12], [2.2713344799647152e8, -6.290590568649086e12], [2.213785902919938e8, -6.072190577668113e12], [2.1839816275311476e8, -5.958006148076064e12]], [[2.1839816275311476e8, -5.958006148076064e12], [2.1317815101427838e8, -5.755442157164383e12], [2.107544614432726e8, -5.663099117932252e12], [2.0363086714606974e8, -5.385313115646984e12], [2.0367119740017354e8, -5.389680493231892e12], [1.9978222312415692e8, -5.234953667992473e12], [1.9384484296995518e8, -5.003080114876476e12], [1.9078946680973372e8, -4.883257113256235e12]] … [[30.77130824258604, -0.11860394173061783], [29.959935495288498, -0.11140797935313063], [29.58387280378597, -0.10832686127873781], [28.48405239773447, -0.09928726916088992], [28.48980788191048, -0.09953769556549211], [27.89233756602983, -0.09465206403950747], [26.982695369276243, -0.08784534733068528], [26.51613295807781, -0.08444844983340616]], [[26.51613295807781, -0.08444844983340616], [25.800244567668717, -0.0793437770931746], [25.46837113091203, -0.07715739379243877], [24.49808914082673, -0.07074474949610282], [24.503078768658227, -0.07092033247353718], [23.976080189941577, -0.06745623124240567], [23.173557371693533, -0.06262624453570909], [22.76191993875521, -0.060216001105611296]], [[22.76191993875521, -0.060216001105611296], [22.128972332737575, -0.05658634124504633], [21.83540173608769, -0.055031133565847774], [20.977272807417243, -0.050471645108792054], [20.98157264423659, -0.05059453682447829], [20.515478137872613, -0.04813327651603161], [19.80527866050254, -0.04469820877964033], [19.44087953687074, -0.042984302089013215]], [[19.44087953687074, -0.042984302089013215], [18.879175153075106, -0.04039755182650475], [18.61839882676841, -0.03928869155478835], [17.856095873890496, -0.03603958650586973], [17.859774978122722, -0.03612533048820085], [17.44555489817186, -0.03437312328903092], [16.8136337670386, -0.03192456778705127], [16.48913597481707, -0.030703126375547386]], [[16.48913597481707, -0.030703126375547386], [15.987372575608578, -0.02885516049433386], [15.754032697566045, -0.02806251718303446], [15.071569255652193, -0.02574150168336388], [15.074690623388719, -0.025801030530739864], [14.703421117683277, -0.024550845344149242], [14.135744980577314, -0.022800761990946793], [13.843740597793335, -0.021927896798266483]], [[13.843740597793335, -0.021927896798266483], [13.390283227433452, -0.020603475174607176], [13.178794505801399, -0.020034873462556387], [12.559292860315507, -0.018370904014162387], [12.561913982568855, -0.018411924309927656], [12.224006523623116, -0.017516802351725272], [11.705183549724815, -0.01626026317292575], [11.437387063164012, -0.01563340622315477]], [[11.437387063164012, -0.01563340622315477], [11.01878150792764, -0.014678336197953723], [10.82253680103821, -0.014267564488197654], [10.245554614263034, -0.013065332972118784], [10.247728131844918, -0.013093295345867853], [9.931188517898754, -0.012446898304422055], [9.441243863984521, -0.011534435582156359], [9.186519659630589, -0.011078238338239042]], [[9.186519659630589, -0.011078238338239042], [8.783566141333234, -0.010377508916696608], [8.592773339555121, -0.010074628673640663], [8.026713159861465, -0.009184816254201401], [8.02849097003657, -0.009203619874873954], [7.713708988673121, -0.008723062083665283], [7.217886795021174, -0.008034043594872396], [6.955656064380171, -0.007685578728404354]], [[6.955656064380171, -0.007685578728404354], [6.5273109079091185, -0.007134646380183254], [6.319820953882714, -0.00689180543252196], [5.687589521348274, -0.006160868366436858], [5.689079491765033, -0.00617364217111904], [5.323062677762132, -0.0057642040642810815], [4.715582270359798, -0.005135236105887344], [4.3747513071274, -0.004792939751623829]], [[4.3747513071274, -0.004792939751623829], [4.166922925734744, -0.004586391879474687], [4.061432653558884, -0.0044838182276782535], [3.7325651053043574, -0.0041622082759375355], [3.732635555251449, -0.00416269816983687], [3.5355500768916843, -0.003970041139916266], [3.196751224512554, -0.0036386269738103417], [3.0020840817735213, -0.0034466511849334633]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([2084.514579060352, 0.08474595786232589], [2081.7591324697382, 0.08782033810017538], [4.3747513071274, -0.004792939751623829], [4.166922925734744, -0.004586391879474687], [4.061432653558884, -0.0044838182276782535], [3.7325651053043574, -0.0041622082759375355], [3.732635555251449, -0.00416269816983687], [3.5355500768916843, -0.003970041139916266], [3.196751224512554, -0.0036386269738103417], [3.0020840817735213, -0.0034466511849334633], [0.0002918886758046514, -3.8026854838486575e-7], [2084.227288553582, 0.0850744891323977], [0.0001400271020935366, -0.004281322910029712], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 1270
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 129
Number of rejected steps: 52, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [34.20269595878165, 2.160614339472559e7], [62.28848440244334, 3.934818258725053e7], [93.1382819637024, 2.7440883943874996e7], [103.58655257395502, 2.4222310687175818e7], [120.6150805728403, 1.973412751111418e7], [133.06373237677175, 1.6976403566312227e7], [147.2419709649057, 1.4297831015999509e7], [160.18216210683906, 1.2224338998228556e7], [173.5741370246344, 1.039752055365651e7] … [2054.8816743470143, 0.23245299453556106], [2066.7604987023255, 0.20356310595019586], [2078.8742246414495, 0.17860768839437596], [2091.1844605584, 0.15701638440217955], [2103.624987196683, 0.1383082533052479], [2116.081433830837, 0.122080266532152], [2128.350844560069, 0.10800610223274533], [2140.0509580856924, 0.09586222499408581], [2150.372168427802, 0.08566019544291648], [2154.3373913260766, 0.08161645769469376]], nothing, nothing, [0.0, 1.1930355918824205e-8, 2.1727053025696095e-8, 3.5464994054642934e-8, 4.15454947089049e-8, 5.342386350257024e-8, 6.392860839979808e-8, 7.813178793216227e-8, 9.353821767514382e-8, 1.123717922379736e-7 … 2.543775552601881, 2.998100019796116, 3.542231941746685, 4.195076623367371, 4.979939718874574, 5.925799745373713, 7.069216132062118, 8.45795003757146, 10.166246469416397, 11.18], [[[0.0, 0.0]], [[2.866863000573773e9, 1.8110225338260242e15], [2.8668630003342786e9, 1.811022533523443e15], [2.866863000214531e9, 1.8110225333721518e15], [2.866862999855289e9, 1.811022532918279e15], [2.866862999855289e9, 1.811022532918279e15], [2.8668629996500072e9, 1.8110225326589228e15], [2.8668629993164253e9, 1.8110225322374692e15], [2.866862999136804e9, 1.8110225320105322e15]], [[2.866862999136804e9, 1.8110225320105322e15], [2.866862998940141e9, 1.811022531762065e15], [2.8668629988418097e9, 1.8110225316378318e15], [2.866862998546816e9, 1.811022531265131e15], [2.866862998546816e9, 1.811022531265131e15], [2.866862998378279e9, 1.811022531052199e15], [2.866862998104324e9, 1.811022530706079e15], [2.7797725826090474e9, -1.246301907071039e15]], [[2.7797725826090474e9, -1.246301907071039e15], [2.551834548904026e9, -1.070817052885434e15], [2.4645969515239916e9, -1.0149266950273625e15], [2.2103134875563207e9, -8.29180159367992e14], [2.230532898380741e9, -8.867728593799065e14], [2.0893787157289627e9, -7.485303586538968e14], [1.9236812982894175e9, -6.539317554995688e14], [1.8421913815957654e9, -6.011949385841866e14]], [[1.8421913815957654e9, -6.011949385841866e14], [1.797365402041088e9, -5.742740107852835e14], [1.7765791208499122e9, -5.624048861778351e14], [1.7154965839900084e9, -5.270513777395431e14], [1.7158555438098996e9, -5.27874039249579e14], [1.6825246765958223e9, -5.084101488401095e14], [1.6316989338296154e9, -4.803306975733894e14], [1.605559806530983e9, -4.660434929786343e14]], [[1.605559806530983e9, -4.660434929786343e14], [1.5400751336980622e9, -4.304300545058329e14], [1.511268638146235e9, -4.1616419966352825e14], [1.427322185709511e9, -3.731808556323356e14], [1.4287896901657114e9, -3.763132442266278e14], [1.3836516621843262e9, -3.5183003342361775e14], [1.3185413151781132e9, -3.215430463607805e14], [1.2858008314605422e9, -3.0636644662624494e14]], [[1.2858008314605422e9, -3.0636644662624494e14], [1.2488253883779542e9, -2.895281233292185e14], [1.231918517150711e9, -2.823173128830472e14], [1.182370709896744e9, -2.608304249431395e14], [1.1827839497677674e9, -2.6157548144475675e14], [1.1558925265491023e9, -2.497145507378343e14], [1.1154459140212388e9, -2.3327400519301584e14], [1.0947846983282042e9, -2.2497896067849603e14]], [[1.0947846983282042e9, -2.2497896067849603e14], [1.058908664148032e9, -2.1072193670426166e14], [1.042713535751185e9, -2.0476635969953984e14], [9.9535448885748e8, -1.8698245374849434e14], [9.958747000923272e8, -1.878116021272552e14], [9.702737549327372e8, -1.7792597707751503e14], [9.322729703453811e8, -1.6473812689010906e14], [9.129712272264317e8, -1.581166896469451e14]], [[9.129712272264317e8, -1.581166896469451e14], [8.861049782038567e8, -1.490251544442763e14], [8.738468617022506e8, -1.4515780092046812e14], [8.379370603301126e8, -1.3363893082301912e14], [8.382514385556167e8, -1.3406820882160594e14], [8.187763342351569e8, -1.2770793825379855e14], [7.895478567974007e8, -1.1897553524485394e14], [7.74631953253732e8, -1.1457877962983458e14]], [[7.74631953253732e8, -1.1457877962983458e14], [7.511939072418003e8, -1.0775266290323083e14], [7.405282914339662e8, -1.0486595527429281e14], [7.092983038995924e8, -9.626622116366908e13], [7.095881988773484e8, -9.660926131119578e13], [6.926659177990146e8, -9.185531282937123e13], [6.673372415045927e8, -8.538539488247617e13], [6.544270010667733e8, -8.213231194937975e13]] … [[33.09489330283545, -0.10388093824858545], [32.18059904897515, -0.09779808924849721], [31.75872912413786, -0.09519610696848389], [30.52612808105413, -0.08753229436750684], [30.533429602866924, -0.08775928445787635], [29.86512275017146, -0.08359545462513127], [28.851929954350986, -0.07780519739733714], [28.33342393625049, -0.07490767080190465]], [[28.33342393625049, -0.07490767080190465], [27.535323766578628, -0.07052349147436221], [27.166929043826386, -0.06864771512841573], [26.090910653973097, -0.06312507615220588], [26.097145251351662, -0.06328666283057291], [25.51383375708734, -0.06028825530024033], [24.629167906788986, -0.05611573610198941], [24.17639394930312, -0.0540282362026966]], [[24.17639394930312, -0.0540282362026966], [23.47838101215403, -0.05086517156787023], [23.155963834105382, -0.04951150334286042], [22.214439162365053, -0.04552821884504411], [22.219728668557202, -0.045642899695356905], [21.70930992572568, -0.043482293459951235], [20.934608129529703, -0.040473007430891814], [20.53797091561812, -0.03896796678502099]], [[20.53797091561812, -0.03896796678502099], [19.925304694883437, -0.036683938065757836], [19.641986767754023, -0.03570615608488385], [18.81463685941047, -0.03283094445669977], [18.81909194519088, -0.03291198356940642], [18.370391047780966, -0.03135431356134021], [17.688438254647963, -0.029182323096970306], [17.339000566309892, -0.028096488854029173]], [[17.339000566309892, -0.028096488854029173], [16.79783445166648, -0.026445715904983423], [16.54711978040133, -0.025738730794016496], [15.81465176850235, -0.023661510210008035], [15.818372610549973, -0.02371843122129304], [15.420698243508884, -0.02259475783765895], [14.814873142727041, -0.0210254374505195], [14.503930279757041, -0.02024121897686766]], [[14.503930279757041, -0.02024121897686766], [14.020576561366438, -0.01904630452035002], [13.795972704929746, -0.018534210547728695], [13.138896608798255, -0.017030812717883797], [13.141973438570407, -0.017070462078281962], [12.784360709722094, -0.01625852613199562], [12.237302072492502, -0.01512172062705544], [11.955603418378852, -0.014553691597160261]], [[11.955603418378852, -0.014553691597160261], [11.515111672128272, -0.013685237509740137], [11.30937548722517, -0.013312532319144456], [10.7054844067312, -0.01221856471483902], [10.707998186955196, -0.012245874920666618], [10.377582150479757, -0.0116556829073737], [9.868201562062456, -0.010825207891933017], [9.60413701717171, -0.010409601922696663]], [[9.60413701717171, -0.010409601922696663], [9.186715028973449, -0.009769715232892292], [8.989893341332744, -0.009493985691540259], [8.40743829923433, -0.008682250828547854], [8.409464325514207, -0.008700809827647229], [8.086837533472254, -0.00826151721533008], [7.5813175605574825, -0.007634805900061432], [7.315150497287971, -0.007318174786318928]], [[7.315150497287971, -0.007318174786318928], [6.882449600458466, -0.00681857171969883], [6.674117537683221, -0.006599715889076468], [6.043064790819487, -0.005942160453465746], [6.044717668297786, -0.00595483730861575], [5.6826928277564, -0.005588238103687528], [5.089042585385844, -0.005033526913254087], [4.760472484808228, -0.0047358548215137184]], [[4.760472484808228, -0.0047358548215137184], [4.492877290754643, -0.004496221874327768], [4.3574115665532664, -0.0043787173040325455], [3.933164038661604, -0.004007563293656011], [3.933346024138561, -0.0040087130699515425], [3.677360546909661, -0.00378447944591193], [3.2319593150461907, -0.003393641971901756], [2.9711224563374286, -0.003161182343152591]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 11.18), (GasChromatographySimulator.Column(11.18, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "H2"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}}([0.0, 60.0, 1680.0, 60.0, 360.0, 60.0], [40.0, 40.0, 180.0, 180.0, 300.0, 300.0], [411564.0, 411564.0, 411564.0, 411564.0, 411564.0, 411564.0], [101300.0, 101300.0, 101300.0, 101300.0, 101300.0, 101300.0], GasChromatographySimulator.var"#gf#5"{Matrix{Float64}}([0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0]), [0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0; … ; 0.0 0.0 11.18 0.0; 0.0 0.0 11.18 0.0], 11181×6 extrapolate(interpolate((0.0:0.001:11.18,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
⋮ ⋮
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15
313.15 313.15 453.15 453.15 573.15 573.15, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
411564.0
411564.0
411564.0
411564.0
411564.0
411564.0, 6-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
101300.0
101300.0
101300.0
101300.0
101300.0
101300.0), GasChromatographySimulator.Substance("C30", "638-68-6", 621.54, 41.57, 183.28, 0.001, "Leppert2020b, alkane, alkanes", 6.660172475097402e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, true, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [34.20269595878165, 2.160614339472559e7], [62.28848440244334, 3.934818258725053e7], [93.1382819637024, 2.7440883943874996e7], [103.58655257395502, 2.4222310687175818e7], [120.6150805728403, 1.973412751111418e7], [133.06373237677175, 1.6976403566312227e7], [147.2419709649057, 1.4297831015999509e7], [160.18216210683906, 1.2224338998228556e7], [173.5741370246344, 1.039752055365651e7] … [2054.8816743470143, 0.23245299453556106], [2066.7604987023255, 0.20356310595019586], [2078.8742246414495, 0.17860768839437596], [2091.1844605584, 0.15701638440217955], [2103.624987196683, 0.1383082533052479], [2116.081433830837, 0.122080266532152], [2128.350844560069, 0.10800610223274533], [2140.0509580856924, 0.09586222499408581], [2150.372168427802, 0.08566019544291648], [2154.3373913260766, 0.08161645769469376]], [0.0, 1.1930355918824205e-8, 2.1727053025696095e-8, 3.5464994054642934e-8, 4.15454947089049e-8, 5.342386350257024e-8, 6.392860839979808e-8, 7.813178793216227e-8, 9.353821767514382e-8, 1.123717922379736e-7 … 2.543775552601881, 2.998100019796116, 3.542231941746685, 4.195076623367371, 4.979939718874574, 5.925799745373713, 7.069216132062118, 8.45795003757146, 10.166246469416397, 11.18], [[[0.0, 0.0]], [[2.866863000573773e9, 1.8110225338260242e15], [2.8668630003342786e9, 1.811022533523443e15], [2.866863000214531e9, 1.8110225333721518e15], [2.866862999855289e9, 1.811022532918279e15], [2.866862999855289e9, 1.811022532918279e15], [2.8668629996500072e9, 1.8110225326589228e15], [2.8668629993164253e9, 1.8110225322374692e15], [2.866862999136804e9, 1.8110225320105322e15]], [[2.866862999136804e9, 1.8110225320105322e15], [2.866862998940141e9, 1.811022531762065e15], [2.8668629988418097e9, 1.8110225316378318e15], [2.866862998546816e9, 1.811022531265131e15], [2.866862998546816e9, 1.811022531265131e15], [2.866862998378279e9, 1.811022531052199e15], [2.866862998104324e9, 1.811022530706079e15], [2.7797725826090474e9, -1.246301907071039e15]], [[2.7797725826090474e9, -1.246301907071039e15], [2.551834548904026e9, -1.070817052885434e15], [2.4645969515239916e9, -1.0149266950273625e15], [2.2103134875563207e9, -8.29180159367992e14], [2.230532898380741e9, -8.867728593799065e14], [2.0893787157289627e9, -7.485303586538968e14], [1.9236812982894175e9, -6.539317554995688e14], [1.8421913815957654e9, -6.011949385841866e14]], [[1.8421913815957654e9, -6.011949385841866e14], [1.797365402041088e9, -5.742740107852835e14], [1.7765791208499122e9, -5.624048861778351e14], [1.7154965839900084e9, -5.270513777395431e14], [1.7158555438098996e9, -5.27874039249579e14], [1.6825246765958223e9, -5.084101488401095e14], [1.6316989338296154e9, -4.803306975733894e14], [1.605559806530983e9, -4.660434929786343e14]], [[1.605559806530983e9, -4.660434929786343e14], [1.5400751336980622e9, -4.304300545058329e14], [1.511268638146235e9, -4.1616419966352825e14], [1.427322185709511e9, -3.731808556323356e14], [1.4287896901657114e9, -3.763132442266278e14], [1.3836516621843262e9, -3.5183003342361775e14], [1.3185413151781132e9, -3.215430463607805e14], [1.2858008314605422e9, -3.0636644662624494e14]], [[1.2858008314605422e9, -3.0636644662624494e14], [1.2488253883779542e9, -2.895281233292185e14], [1.231918517150711e9, -2.823173128830472e14], [1.182370709896744e9, -2.608304249431395e14], [1.1827839497677674e9, -2.6157548144475675e14], [1.1558925265491023e9, -2.497145507378343e14], [1.1154459140212388e9, -2.3327400519301584e14], [1.0947846983282042e9, -2.2497896067849603e14]], [[1.0947846983282042e9, -2.2497896067849603e14], [1.058908664148032e9, -2.1072193670426166e14], [1.042713535751185e9, -2.0476635969953984e14], [9.9535448885748e8, -1.8698245374849434e14], [9.958747000923272e8, -1.878116021272552e14], [9.702737549327372e8, -1.7792597707751503e14], [9.322729703453811e8, -1.6473812689010906e14], [9.129712272264317e8, -1.581166896469451e14]], [[9.129712272264317e8, -1.581166896469451e14], [8.861049782038567e8, -1.490251544442763e14], [8.738468617022506e8, -1.4515780092046812e14], [8.379370603301126e8, -1.3363893082301912e14], [8.382514385556167e8, -1.3406820882160594e14], [8.187763342351569e8, -1.2770793825379855e14], [7.895478567974007e8, -1.1897553524485394e14], [7.74631953253732e8, -1.1457877962983458e14]], [[7.74631953253732e8, -1.1457877962983458e14], [7.511939072418003e8, -1.0775266290323083e14], [7.405282914339662e8, -1.0486595527429281e14], [7.092983038995924e8, -9.626622116366908e13], [7.095881988773484e8, -9.660926131119578e13], [6.926659177990146e8, -9.185531282937123e13], [6.673372415045927e8, -8.538539488247617e13], [6.544270010667733e8, -8.213231194937975e13]] … [[33.09489330283545, -0.10388093824858545], [32.18059904897515, -0.09779808924849721], [31.75872912413786, -0.09519610696848389], [30.52612808105413, -0.08753229436750684], [30.533429602866924, -0.08775928445787635], [29.86512275017146, -0.08359545462513127], [28.851929954350986, -0.07780519739733714], [28.33342393625049, -0.07490767080190465]], [[28.33342393625049, -0.07490767080190465], [27.535323766578628, -0.07052349147436221], [27.166929043826386, -0.06864771512841573], [26.090910653973097, -0.06312507615220588], [26.097145251351662, -0.06328666283057291], [25.51383375708734, -0.06028825530024033], [24.629167906788986, -0.05611573610198941], [24.17639394930312, -0.0540282362026966]], [[24.17639394930312, -0.0540282362026966], [23.47838101215403, -0.05086517156787023], [23.155963834105382, -0.04951150334286042], [22.214439162365053, -0.04552821884504411], [22.219728668557202, -0.045642899695356905], [21.70930992572568, -0.043482293459951235], [20.934608129529703, -0.040473007430891814], [20.53797091561812, -0.03896796678502099]], [[20.53797091561812, -0.03896796678502099], [19.925304694883437, -0.036683938065757836], [19.641986767754023, -0.03570615608488385], [18.81463685941047, -0.03283094445669977], [18.81909194519088, -0.03291198356940642], [18.370391047780966, -0.03135431356134021], [17.688438254647963, -0.029182323096970306], [17.339000566309892, -0.028096488854029173]], [[17.339000566309892, -0.028096488854029173], [16.79783445166648, -0.026445715904983423], [16.54711978040133, -0.025738730794016496], [15.81465176850235, -0.023661510210008035], [15.818372610549973, -0.02371843122129304], [15.420698243508884, -0.02259475783765895], [14.814873142727041, -0.0210254374505195], [14.503930279757041, -0.02024121897686766]], [[14.503930279757041, -0.02024121897686766], [14.020576561366438, -0.01904630452035002], [13.795972704929746, -0.018534210547728695], [13.138896608798255, -0.017030812717883797], [13.141973438570407, -0.017070462078281962], [12.784360709722094, -0.01625852613199562], [12.237302072492502, -0.01512172062705544], [11.955603418378852, -0.014553691597160261]], [[11.955603418378852, -0.014553691597160261], [11.515111672128272, -0.013685237509740137], [11.30937548722517, -0.013312532319144456], [10.7054844067312, -0.01221856471483902], [10.707998186955196, -0.012245874920666618], [10.377582150479757, -0.0116556829073737], [9.868201562062456, -0.010825207891933017], [9.60413701717171, -0.010409601922696663]], [[9.60413701717171, -0.010409601922696663], [9.186715028973449, -0.009769715232892292], [8.989893341332744, -0.009493985691540259], [8.40743829923433, -0.008682250828547854], [8.409464325514207, -0.008700809827647229], [8.086837533472254, -0.00826151721533008], [7.5813175605574825, -0.007634805900061432], [7.315150497287971, -0.007318174786318928]], [[7.315150497287971, -0.007318174786318928], [6.882449600458466, -0.00681857171969883], [6.674117537683221, -0.006599715889076468], [6.043064790819487, -0.005942160453465746], [6.044717668297786, -0.00595483730861575], [5.6826928277564, -0.005588238103687528], [5.089042585385844, -0.005033526913254087], [4.760472484808228, -0.0047358548215137184]], [[4.760472484808228, -0.0047358548215137184], [4.492877290754643, -0.004496221874327768], [4.3574115665532664, -0.0043787173040325455], [3.933164038661604, -0.004007563293656011], [3.933346024138561, -0.0040087130699515425], [3.677360546909661, -0.00378447944591193], [3.2319593150461907, -0.003393641971901756], [2.9711224563374286, -0.003161182343152591]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([2154.3373913260766, 0.08161645769469376], [2150.372168427802, 0.08566019544291648], [4.760472484808228, -0.0047358548215137184], [4.492877290754643, -0.004496221874327768], [4.3574115665532664, -0.0043787173040325455], [3.933164038661604, -0.004007563293656011], [3.933346024138561, -0.0040087130699515425], [3.677360546909661, -0.00378447944591193], [3.2319593150461907, -0.003393641971901756], [2.9711224563374286, -0.003161182343152591], [0.0009162717533142529, -1.1150306316233684e-6], [2153.9439553612106, 0.08203256717940685], [0.00042531468454695876, -0.012866698787424786], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 1200
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 137
Number of rejected steps: 34, nothing, SciMLBase.ReturnCode.Success)])We know can compare the simulation results with the measured chromatogram. The file Leppert2020b_measured_RT_progD.csv contains the retention times and peak widths (as standard deviations) from the measurement.
measurement_D = DataFrame(CSV.File("../../data/Leppert2020b/Leppert2020b_measured_RT_progD.csv", header=1, silencewarnings=true));
measurement_D[!, 2] = measurement_D[!, 2] .* 60.0; # conversion from min -> s
rename!(measurement_D, [:Name, :tR, :τR]);| Row | Name | tR | τR |
|---|---|---|---|
| String3 | Float64 | Float64 | |
| 1 | C9 | 151.02 | 0.452 |
| 2 | C10 | 273.54 | 0.654 |
| 3 | C11 | 428.88 | 0.801 |
| 4 | C12 | 596.28 | 0.872 |
| 5 | C13 | 763.08 | 0.918 |
| 6 | C14 | 923.88 | 0.926 |
| 7 | C15 | 1077.24 | 0.944 |
| 8 | C16 | 1223.22 | 0.936 |
| 9 | C17 | 1362.06 | 0.94 |
| 10 | C18 | 1494.18 | 0.951 |
| 11 | C19 | 1620.36 | 0.956 |
| 12 | C20 | 1741.08 | 0.988 |
| 13 | C21 | 1853.28 | 0.657 |
| 14 | C22 | 1914.18 | 0.466 |
| 15 | C23 | 1958.04 | 0.391 |
| 16 | C24 | 1993.92 | 0.38 |
| 17 | C25 | 2025.18 | 0.343 |
| 18 | C26 | 2053.44 | 0.333 |
| 19 | C27 | 2079.42 | 0.327 |
| 20 | C28 | 2103.9 | 0.311 |
| 21 | C29 | 2127.0 | 0.318 |
| 22 | C30 | 2149.2 | 0.306 |
The simulated and measured separations can be compared by comparing the peak lists:
compare = GasChromatographySimulator.compare_peaklist(measurement_D, peaklist)Differences between measured and simulated retention times are in the range of some seconds, while the retention times are in minutes. Most differences are below 1%. The measured peak widths are 10 to 15% higher than the calculated peak widths.
The measured and simulated separation can also be compared by a plot of the chromatograms:
chrom_D = DataFrame(CSV.File("../../data/Leppert2020b/Leppert2020b_measured_Chrom_progD.csv", header=1, silencewarnings=true))
p_chrom, t, chrom = GasChromatographySimulator.plot_chromatogram(peaklist, (0.0, round(chrom_D[end,1];sigdigits=2)); annotation=false, number=true, mirror=true, offset=0.0)
plot!(p_chrom, chrom_D[!,1], chrom_D[!,2].*400.0.+0.1)
ylims!(-1.6,1.6)
xlims!(0.0,round(chrom_D[end,1];sigdigits=2))
p_chrom
The measured chromatogram is plotted in orange, while the simulated chromatogram is plotted in blue and mirrored.
Thermal gradient GC
The following example of a thermal gradient GC is the example medium gradient from [8].
Standard options are used (here the option ng has to be false):
opt_tg = GasChromatographySimulator.Options()GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)And the column is 2.05 m long and has the same diameter, film thickness and stationary phase as in the example before. Here Helium is used as mobile phase.
col_tg = GasChromatographySimulator.Column(2.05, 0.104e-3, 0.104e-6, "FS5ms", "He");GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He")The program is taken from the measured temperatures and pressures during the GC run, stored in the file Leppert2020b_prog_settings_med_gradient_x90.csv.
prog_settings = DataFrame(CSV.File("../../data/Leppert2020b/Leppert2020b_prog_settings_med_gradient_x90.csv", header=1, silencewarnings=true));| Row | Deltat | T | DeltaT | pinj | pdet |
|---|---|---|---|---|---|
| Float64 | Float64 | Float64 | Float64 | Float64 | |
| 1 | 0.0 | 49.323 | -2.829 | 253.289 | 230.169 |
| 2 | 0.05 | 49.323 | -2.829 | 253.289 | 230.169 |
| 3 | 0.04 | 49.077 | -2.583 | 253.272 | 230.206 |
| 4 | 0.05 | 49.323 | -2.829 | 253.289 | 230.169 |
| 5 | 0.04 | 49.323 | -2.829 | 253.289 | 230.169 |
| 6 | 0.05 | 49.077 | -2.337 | 253.272 | 230.206 |
| 7 | 0.05 | 49.077 | -2.337 | 253.272 | 230.206 |
| 8 | 0.04 | 49.323 | -2.583 | 253.289 | 230.169 |
| 9 | 0.05 | 49.077 | -2.583 | 253.272 | 230.206 |
| 10 | 0.04 | 49.077 | -2.337 | 253.272 | 230.206 |
| 11 | 0.05 | 49.077 | -2.583 | 253.272 | 230.206 |
| 12 | 0.04 | 48.954 | -2.583 | 253.263 | 230.224 |
| 13 | 0.05 | 48.831 | -2.337 | 253.254 | 230.243 |
| 14 | 0.05 | 49.077 | -2.706 | 253.272 | 230.206 |
| 15 | 0.04 | 49.077 | -2.583 | 253.272 | 230.206 |
| 16 | 0.05 | 48.954 | -2.46 | 253.263 | 230.224 |
| 17 | 0.04 | 49.077 | -2.706 | 253.272 | 230.206 |
| 18 | 0.05 | 49.077 | -2.706 | 253.272 | 230.206 |
| 19 | 0.04 | 48.831 | -2.46 | 253.254 | 230.243 |
| 20 | 0.05 | 49.077 | -2.583 | 253.272 | 230.206 |
| 21 | 0.05 | 48.954 | -2.46 | 253.263 | 230.224 |
| 22 | 0.04 | 48.954 | -2.46 | 253.263 | 230.224 |
| 23 | 0.05 | 48.954 | -2.46 | 253.263 | 230.224 |
| 24 | 0.04 | 49.077 | -2.337 | 253.272 | 230.206 |
| 25 | 0.05 | 48.954 | -2.091 | 253.263 | 230.224 |
| 26 | 0.05 | 48.954 | -2.214 | 253.263 | 230.224 |
| 27 | 0.04 | 48.954 | -2.214 | 253.263 | 230.224 |
| 28 | 0.05 | 49.077 | -2.214 | 253.272 | 230.206 |
| 29 | 0.04 | 49.077 | -2.337 | 253.272 | 230.206 |
| 30 | 0.05 | 48.954 | -2.46 | 253.263 | 230.224 |
| 31 | 0.04 | 48.954 | -2.46 | 253.263 | 230.224 |
| 32 | 0.05 | 48.954 | -2.214 | 253.263 | 230.224 |
| 33 | 0.05 | 49.077 | -2.337 | 253.272 | 230.206 |
| 34 | 0.04 | 49.323 | -2.829 | 253.289 | 230.169 |
| 35 | 0.05 | 49.323 | -2.829 | 253.289 | 230.169 |
| 36 | 0.05 | 49.569 | -2.829 | 253.307 | 230.132 |
| 37 | 0.04 | 49.323 | -2.583 | 253.289 | 230.169 |
| 38 | 0.05 | 49.323 | -2.583 | 253.289 | 230.169 |
| 39 | 0.04 | 49.323 | -2.829 | 253.289 | 230.169 |
| 40 | 0.05 | 49.323 | -2.952 | 253.289 | 230.169 |
| 41 | 0.04 | 49.323 | -2.829 | 253.289 | 230.169 |
| 42 | 0.05 | 48.954 | -2.46 | 253.263 | 230.224 |
| 43 | 0.05 | 48.954 | -2.46 | 253.263 | 230.224 |
| 44 | 0.04 | 49.077 | -2.337 | 253.272 | 230.206 |
| 45 | 0.05 | 49.077 | -2.583 | 253.272 | 230.206 |
| 46 | 0.04 | 49.077 | -2.337 | 253.272 | 230.206 |
| 47 | 0.05 | 49.077 | -2.214 | 253.272 | 230.206 |
| 48 | 0.05 | 49.077 | -2.091 | 253.272 | 230.206 |
| 49 | 0.04 | 49.077 | -2.214 | 253.272 | 230.206 |
| 50 | 0.05 | 49.077 | -2.337 | 253.272 | 230.206 |
| 51 | 0.04 | 49.077 | -2.583 | 253.272 | 230.206 |
| 52 | 0.05 | 48.954 | -2.46 | 253.263 | 230.224 |
| 53 | 0.04 | 49.323 | -2.829 | 253.289 | 230.169 |
| 54 | 0.05 | 49.323 | -2.829 | 253.289 | 230.169 |
| 55 | 0.05 | 49.323 | -2.829 | 253.289 | 230.169 |
| 56 | 0.04 | 49.077 | -2.337 | 253.272 | 230.206 |
| 57 | 0.05 | 49.077 | -2.583 | 253.272 | 230.206 |
| 58 | 0.05 | 49.323 | -2.829 | 253.289 | 230.169 |
| 59 | 0.04 | 49.323 | -2.829 | 253.289 | 230.169 |
| 60 | 0.04 | 49.077 | -2.337 | 253.272 | 230.206 |
| 61 | 0.05 | 49.077 | -2.337 | 253.272 | 230.206 |
| 62 | 0.05 | 48.954 | -2.214 | 253.263 | 230.224 |
| 63 | 0.04 | 48.954 | -2.214 | 253.263 | 230.224 |
| 64 | 0.05 | 49.323 | -2.46 | 253.289 | 230.169 |
| 65 | 0.05 | 49.323 | -2.583 | 253.289 | 230.169 |
| 66 | 0.04 | 48.954 | -2.214 | 253.263 | 230.224 |
| 67 | 0.05 | 48.954 | -2.091 | 253.263 | 230.224 |
| 68 | 0.04 | 49.077 | -2.214 | 253.272 | 230.206 |
| 69 | 0.05 | 49.077 | -2.091 | 253.272 | 230.206 |
| 70 | 0.04 | 49.323 | -2.337 | 253.289 | 230.169 |
| 71 | 0.05 | 49.446 | -2.46 | 253.298 | 230.15 |
| 72 | 0.05 | 49.446 | -2.337 | 253.298 | 230.15 |
| 73 | 0.04 | 49.569 | -2.46 | 253.307 | 230.132 |
| 74 | 0.05 | 49.692 | -2.583 | 253.316 | 230.114 |
| 75 | 0.04 | 49.692 | -2.706 | 253.316 | 230.114 |
| 76 | 0.05 | 49.569 | -2.583 | 253.307 | 230.132 |
| 77 | 0.05 | 49.692 | -2.706 | 253.316 | 230.114 |
| 78 | 0.04 | 49.446 | -2.46 | 253.298 | 230.15 |
| 79 | 0.05 | 49.446 | -2.337 | 253.298 | 230.15 |
| 80 | 0.04 | 49.569 | -2.706 | 253.307 | 230.132 |
| 81 | 0.05 | 49.569 | -2.706 | 253.307 | 230.132 |
| 82 | 0.04 | 49.446 | -2.583 | 253.298 | 230.15 |
| 83 | 0.05 | 49.323 | -2.46 | 253.289 | 230.169 |
| 84 | 0.05 | 49.077 | -2.214 | 253.272 | 230.206 |
| 85 | 0.04 | 49.446 | -2.583 | 253.298 | 230.15 |
| 86 | 0.05 | 49.446 | -2.706 | 253.298 | 230.15 |
| 87 | 0.05 | 49.446 | -2.583 | 253.298 | 230.15 |
| 88 | 0.04 | 49.323 | -2.583 | 253.289 | 230.169 |
| 89 | 0.05 | 49.446 | -2.706 | 253.298 | 230.15 |
| 90 | 0.04 | 49.323 | -2.583 | 253.289 | 230.169 |
| 91 | 0.05 | 49.323 | -2.583 | 253.289 | 230.169 |
| 92 | 0.04 | 49.569 | -2.829 | 253.307 | 230.132 |
| 93 | 0.05 | 49.446 | -2.952 | 253.298 | 230.15 |
| 94 | 0.05 | 49.446 | -2.706 | 253.298 | 230.15 |
| 95 | 0.04 | 49.323 | -2.583 | 253.289 | 230.169 |
| 96 | 0.05 | 49.323 | -2.829 | 253.289 | 230.169 |
| 97 | 0.04 | 49.569 | -2.829 | 253.307 | 230.132 |
| 98 | 0.05 | 49.446 | -2.706 | 253.298 | 230.15 |
| 99 | 0.05 | 49.446 | -2.706 | 253.298 | 230.15 |
| 100 | 0.04 | 49.446 | -2.706 | 253.298 | 230.15 |
| 101 | 0.04 | 49.446 | -2.952 | 253.298 | 230.15 |
| 102 | 0.05 | 49.323 | -2.829 | 253.289 | 230.169 |
| 103 | 0.05 | 49.446 | -3.075 | 253.298 | 230.15 |
| 104 | 0.04 | 49.446 | -2.952 | 253.298 | 230.15 |
| 105 | 0.05 | 49.323 | -2.829 | 253.289 | 230.169 |
| 106 | 0.05 | 49.323 | -2.583 | 253.289 | 230.169 |
| 107 | 0.04 | 49.446 | -2.706 | 253.298 | 230.15 |
| 108 | 0.05 | 49.077 | -2.337 | 253.272 | 230.206 |
| 109 | 0.05 | 49.323 | -2.829 | 253.289 | 230.169 |
| 110 | 0.04 | 49.323 | -2.829 | 253.289 | 230.169 |
| 111 | 0.04 | 49.077 | -2.583 | 253.272 | 230.206 |
| 112 | 0.05 | 49.077 | -2.337 | 253.272 | 230.206 |
| 113 | 0.05 | 49.077 | -2.706 | 253.272 | 230.206 |
| 114 | 0.04 | 49.077 | -2.706 | 253.272 | 230.206 |
| 115 | 0.05 | 49.077 | -2.706 | 253.272 | 230.206 |
| 116 | 0.04 | 48.954 | -2.583 | 253.263 | 230.224 |
| 117 | 0.05 | 48.954 | -2.583 | 253.263 | 230.224 |
| 118 | 0.05 | 48.954 | -2.706 | 253.263 | 230.224 |
| 119 | 0.04 | 48.954 | -2.706 | 253.263 | 230.224 |
| 120 | 0.05 | 48.954 | -2.46 | 253.263 | 230.224 |
| 121 | 0.04 | 48.831 | -2.337 | 253.254 | 230.243 |
| 122 | 0.05 | 48.954 | -2.214 | 253.263 | 230.224 |
| 123 | 0.05 | 48.954 | -2.214 | 253.263 | 230.224 |
| 124 | 0.04 | 49.077 | -2.583 | 253.272 | 230.206 |
| 125 | 0.05 | 49.077 | -2.583 | 253.272 | 230.206 |
| 126 | 0.04 | 49.077 | -2.583 | 253.272 | 230.206 |
| 127 | 0.05 | 48.831 | -2.337 | 253.254 | 230.243 |
| 128 | 0.05 | 48.831 | -2.337 | 253.254 | 230.243 |
| 129 | 0.04 | 48.831 | -2.337 | 253.254 | 230.243 |
| 130 | 0.05 | 48.831 | -2.46 | 253.254 | 230.243 |
| 131 | 0.04 | 48.708 | -2.214 | 253.245 | 230.261 |
| 132 | 0.05 | 48.831 | -2.337 | 253.254 | 230.243 |
| 133 | 0.05 | 48.954 | -2.46 | 253.263 | 230.224 |
| 134 | 0.04 | 49.323 | -2.583 | 253.289 | 230.169 |
| 135 | 0.05 | 49.077 | -2.214 | 253.272 | 230.206 |
| 136 | 0.05 | 49.446 | -2.583 | 253.298 | 230.15 |
| 137 | 0.04 | 49.323 | -2.337 | 253.289 | 230.169 |
| 138 | 0.05 | 49.323 | -2.337 | 253.289 | 230.169 |
| 139 | 0.04 | 49.323 | -2.337 | 253.289 | 230.169 |
| 140 | 0.05 | 49.446 | -2.46 | 253.298 | 230.15 |
| 141 | 0.04 | 49.323 | -2.583 | 253.289 | 230.169 |
| 142 | 0.05 | 49.323 | -2.46 | 253.289 | 230.169 |
| 143 | 0.05 | 49.077 | -2.214 | 253.272 | 230.206 |
| 144 | 0.04 | 49.077 | -2.091 | 253.272 | 230.206 |
| 145 | 0.05 | 49.446 | -2.46 | 253.298 | 230.15 |
| 146 | 0.05 | 49.569 | -2.706 | 253.307 | 230.132 |
| 147 | 0.04 | 49.569 | -2.583 | 253.307 | 230.132 |
| 148 | 0.05 | 49.323 | -2.214 | 253.289 | 230.169 |
| 149 | 0.04 | 49.077 | -2.214 | 253.272 | 230.206 |
| 150 | 0.05 | 48.954 | -2.214 | 253.263 | 230.224 |
| 151 | 0.05 | 49.077 | -2.583 | 253.272 | 230.206 |
| 152 | 0.04 | 49.323 | -2.583 | 253.289 | 230.169 |
| 153 | 0.05 | 49.446 | -2.706 | 253.298 | 230.15 |
| 154 | 0.04 | 49.446 | -2.706 | 253.298 | 230.15 |
| 155 | 0.05 | 49.323 | -2.583 | 253.289 | 230.169 |
| 156 | 0.05 | 49.323 | -2.829 | 253.289 | 230.169 |
| 157 | 0.04 | 49.323 | -2.583 | 253.289 | 230.169 |
| 158 | 0.05 | 49.323 | -2.46 | 253.289 | 230.169 |
| 159 | 0.04 | 49.323 | -2.46 | 253.289 | 230.169 |
| 160 | 0.05 | 49.323 | -2.46 | 253.289 | 230.169 |
| 161 | 0.04 | 49.077 | -2.337 | 253.272 | 230.206 |
| 162 | 0.05 | 49.077 | -2.337 | 253.272 | 230.206 |
| 163 | 0.05 | 48.954 | -2.091 | 253.263 | 230.224 |
| 164 | 0.04 | 49.077 | -2.337 | 253.272 | 230.206 |
| 165 | 0.05 | 49.077 | -2.583 | 253.272 | 230.206 |
| 166 | 0.05 | 48.954 | -2.583 | 253.263 | 230.224 |
| 167 | 0.04 | 48.954 | -2.46 | 253.263 | 230.224 |
| 168 | 0.05 | 48.954 | -2.214 | 253.263 | 230.224 |
| 169 | 0.04 | 48.954 | -2.214 | 253.263 | 230.224 |
| 170 | 0.05 | 48.954 | -2.46 | 253.263 | 230.224 |
| 171 | 0.05 | 48.954 | -2.46 | 253.263 | 230.224 |
| 172 | 0.04 | 49.077 | -2.583 | 253.272 | 230.206 |
| 173 | 0.05 | 49.323 | -2.829 | 253.289 | 230.169 |
| 174 | 0.05 | 49.323 | -2.583 | 253.289 | 230.169 |
| 175 | 0.04 | 49.077 | -2.337 | 253.272 | 230.206 |
| 176 | 0.04 | 49.077 | -2.337 | 253.272 | 230.206 |
| 177 | 0.05 | 49.077 | -2.214 | 253.272 | 230.206 |
| 178 | 0.05 | 49.077 | -2.091 | 253.272 | 230.206 |
| 179 | 0.04 | 49.077 | -2.337 | 253.272 | 230.206 |
| 180 | 0.05 | 49.323 | -2.583 | 253.289 | 230.169 |
| 181 | 0.05 | 49.077 | -2.214 | 253.272 | 230.206 |
| 182 | 0.04 | 49.077 | -2.214 | 253.272 | 230.206 |
| 183 | 0.05 | 49.077 | -2.583 | 253.272 | 230.206 |
| 184 | 0.04 | 48.954 | -2.46 | 253.263 | 230.224 |
| 185 | 0.05 | 49.077 | -2.706 | 253.272 | 230.206 |
| 186 | 0.05 | 48.954 | -2.46 | 253.263 | 230.224 |
| 187 | 0.04 | 48.708 | -2.337 | 253.245 | 230.261 |
| 188 | 0.05 | 48.954 | -2.583 | 253.263 | 230.224 |
| 189 | 0.05 | 49.077 | -2.337 | 253.272 | 230.206 |
| 190 | 0.04 | 49.077 | -2.337 | 253.272 | 230.206 |
| 191 | 0.05 | 49.323 | -2.46 | 253.289 | 230.169 |
| 192 | 0.04 | 49.446 | -2.706 | 253.298 | 230.15 |
| 193 | 0.05 | 49.569 | -2.706 | 253.307 | 230.132 |
| 194 | 0.05 | 49.323 | -2.46 | 253.289 | 230.169 |
| 195 | 0.04 | 49.077 | -2.337 | 253.272 | 230.206 |
| 196 | 0.05 | 49.323 | -2.583 | 253.289 | 230.169 |
| 197 | 0.04 | 49.323 | -2.583 | 253.289 | 230.169 |
| 198 | 0.05 | 49.077 | -2.583 | 253.272 | 230.206 |
| 199 | 0.04 | 48.954 | -2.214 | 253.263 | 230.224 |
| 200 | 0.05 | 48.954 | -2.091 | 253.263 | 230.224 |
| 201 | 0.05 | 48.954 | -2.214 | 253.263 | 230.224 |
| 202 | 0.04 | 48.954 | -2.214 | 253.263 | 230.224 |
| 203 | 0.05 | 49.077 | -2.337 | 253.272 | 230.206 |
| 204 | 0.05 | 48.954 | -2.091 | 253.263 | 230.224 |
| 205 | 0.04 | 48.954 | -2.091 | 253.263 | 230.224 |
| 206 | 0.05 | 49.077 | -2.337 | 253.272 | 230.206 |
| 207 | 0.04 | 49.077 | -2.337 | 253.272 | 230.206 |
| 208 | 0.05 | 48.954 | -2.46 | 253.263 | 230.224 |
| 209 | 0.05 | 49.323 | -2.583 | 253.289 | 230.169 |
| 210 | 0.04 | 49.077 | -2.337 | 253.272 | 230.206 |
| 211 | 0.05 | 48.954 | -2.091 | 253.263 | 230.224 |
| 212 | 0.05 | 48.954 | -2.091 | 253.263 | 230.224 |
| 213 | 0.04 | 48.954 | -2.091 | 253.263 | 230.224 |
| 214 | 0.04 | 48.954 | -2.091 | 253.263 | 230.224 |
| 215 | 0.05 | 49.077 | -2.091 | 253.272 | 230.206 |
| 216 | 0.05 | 49.077 | -2.091 | 253.272 | 230.206 |
| 217 | 0.04 | 49.077 | -1.968 | 253.272 | 230.206 |
| 218 | 0.05 | 49.323 | -2.337 | 253.289 | 230.169 |
| 219 | 0.05 | 49.446 | -2.337 | 253.298 | 230.15 |
| 220 | 0.04 | 49.323 | -2.091 | 253.289 | 230.169 |
| 221 | 0.05 | 49.077 | -1.722 | 253.272 | 230.206 |
| 222 | 0.04 | 49.323 | -1.968 | 253.289 | 230.169 |
| 223 | 0.05 | 49.569 | -1.968 | 253.307 | 230.132 |
| 224 | 0.05 | 49.692 | -1.845 | 253.316 | 230.114 |
| 225 | 0.04 | 49.938 | -2.091 | 253.334 | 230.077 |
| 226 | 0.05 | 50.061 | -2.091 | 253.343 | 230.058 |
| 227 | 0.05 | 50.184 | -1.968 | 253.352 | 230.04 |
| 228 | 0.04 | 50.307 | -1.845 | 253.361 | 230.021 |
| 229 | 0.05 | 50.553 | -1.722 | 253.379 | 229.985 |
| 230 | 0.04 | 50.799 | -1.722 | 253.396 | 229.948 |
| 231 | 0.05 | 50.799 | -1.476 | 253.396 | 229.948 |
| 232 | 0.05 | 51.168 | -1.476 | 253.423 | 229.893 |
| 233 | 0.04 | 51.291 | -1.476 | 253.432 | 229.875 |
| 234 | 0.05 | 51.906 | -1.722 | 253.476 | 229.783 |
| 235 | 0.05 | 51.906 | -1.353 | 253.476 | 229.783 |
| 236 | 0.04 | 52.029 | -1.23 | 253.485 | 229.765 |
| 237 | 0.05 | 52.275 | -1.107 | 253.502 | 229.728 |
| 238 | 0.04 | 52.644 | -1.107 | 253.529 | 229.674 |
| 239 | 0.05 | 53.013 | -0.984 | 253.555 | 229.619 |
| 240 | 0.05 | 53.382 | -1.23 | 253.582 | 229.564 |
| 241 | 0.04 | 53.628 | -1.353 | 253.599 | 229.528 |
| 242 | 0.05 | 53.751 | -1.353 | 253.608 | 229.51 |
| 243 | 0.05 | 54.243 | -1.476 | 253.643 | 229.437 |
| 244 | 0.04 | 54.366 | -1.353 | 253.652 | 229.419 |
| 245 | 0.05 | 54.489 | -0.861 | 253.66 | 229.401 |
| 246 | 0.04 | 54.735 | -0.984 | 253.678 | 229.365 |
| 247 | 0.05 | 54.735 | -0.738 | 253.678 | 229.365 |
| 248 | 0.05 | 54.981 | -0.492 | 253.695 | 229.329 |
| 249 | 0.04 | 55.35 | -0.615 | 253.721 | 229.274 |
| 250 | 0.05 | 55.719 | -0.738 | 253.747 | 229.22 |
| 251 | 0.05 | 55.842 | -0.123 | 253.756 | 229.202 |
| 252 | 0.04 | 56.088 | 0.0 | 253.773 | 229.166 |
| 253 | 0.05 | 56.58 | -0.369 | 253.808 | 229.094 |
| 254 | 0.04 | 56.826 | -0.123 | 253.825 | 229.059 |
| 255 | 0.05 | 56.949 | -0.123 | 253.834 | 229.041 |
| 256 | 0.05 | 57.441 | -0.246 | 253.869 | 228.969 |
| 257 | 0.04 | 57.687 | -0.246 | 253.886 | 228.933 |
| 258 | 0.05 | 57.933 | -0.246 | 253.903 | 228.897 |
| 259 | 0.05 | 57.933 | 0.123 | 253.903 | 228.897 |
| 260 | 0.04 | 58.302 | 0.123 | 253.929 | 228.844 |
| 261 | 0.05 | 58.425 | 0.492 | 253.937 | 228.826 |
| 262 | 0.04 | 58.917 | 0.123 | 253.972 | 228.755 |
| 263 | 0.05 | 59.163 | 0.0 | 253.989 | 228.719 |
| 264 | 0.05 | 59.409 | 0.123 | 254.006 | 228.684 |
| 265 | 0.04 | 59.778 | 0.0 | 254.032 | 228.63 |
| 266 | 0.05 | 60.024 | 0.123 | 254.049 | 228.595 |
| 267 | 0.05 | 60.27 | 0.492 | 254.066 | 228.56 |
| 268 | 0.04 | 60.393 | 0.738 | 254.074 | 228.542 |
| 269 | 0.05 | 60.762 | 0.738 | 254.1 | 228.489 |
| 270 | 0.04 | 60.885 | 0.861 | 254.108 | 228.471 |
| 271 | 0.05 | 61.131 | 0.984 | 254.125 | 228.436 |
| 272 | 0.05 | 61.5 | 0.984 | 254.151 | 228.383 |
| 273 | 0.04 | 61.746 | 0.984 | 254.168 | 228.348 |
| 274 | 0.05 | 62.115 | 0.861 | 254.193 | 228.295 |
| 275 | 0.04 | 62.484 | 0.861 | 254.218 | 228.242 |
| 276 | 0.05 | 62.607 | 1.23 | 254.227 | 228.225 |
| 277 | 0.04 | 62.73 | 1.476 | 254.235 | 228.207 |
| 278 | 0.05 | 63.099 | 1.476 | 254.26 | 228.155 |
| 279 | 0.05 | 63.345 | 1.599 | 254.277 | 228.119 |
| 280 | 0.04 | 63.591 | 1.599 | 254.294 | 228.085 |
| 281 | 0.05 | 64.083 | 1.599 | 254.327 | 228.015 |
| 282 | 0.05 | 64.329 | 1.722 | 254.344 | 227.98 |
| 283 | 0.04 | 64.575 | 1.845 | 254.361 | 227.945 |
| 284 | 0.05 | 64.821 | 1.845 | 254.378 | 227.91 |
| 285 | 0.04 | 64.821 | 2.091 | 254.378 | 227.91 |
| 286 | 0.05 | 65.067 | 2.091 | 254.394 | 227.875 |
| 287 | 0.05 | 65.436 | 2.091 | 254.419 | 227.823 |
| 288 | 0.04 | 65.682 | 2.337 | 254.436 | 227.789 |
| 289 | 0.05 | 65.928 | 2.46 | 254.453 | 227.754 |
| 290 | 0.05 | 66.051 | 2.706 | 254.461 | 227.737 |
| 291 | 0.04 | 66.42 | 2.583 | 254.486 | 227.685 |
| 292 | 0.05 | 66.543 | 2.706 | 254.494 | 227.667 |
| 293 | 0.04 | 66.666 | 3.075 | 254.502 | 227.65 |
| 294 | 0.05 | 67.035 | 3.075 | 254.527 | 227.598 |
| 295 | 0.05 | 67.281 | 3.321 | 254.544 | 227.564 |
| 296 | 0.04 | 67.527 | 3.567 | 254.56 | 227.529 |
| 297 | 0.05 | 68.142 | 3.198 | 254.601 | 227.443 |
| 298 | 0.05 | 68.265 | 3.567 | 254.61 | 227.426 |
| 299 | 0.04 | 68.634 | 3.69 | 254.634 | 227.375 |
| 300 | 0.05 | 68.88 | 3.813 | 254.651 | 227.34 |
| 301 | 0.04 | 69.126 | 3.69 | 254.667 | 227.306 |
| 302 | 0.05 | 69.495 | 3.567 | 254.692 | 227.255 |
| 303 | 0.04 | 69.618 | 3.813 | 254.7 | 227.238 |
| 304 | 0.05 | 69.987 | 3.813 | 254.724 | 227.187 |
| 305 | 0.05 | 70.11 | 4.059 | 254.733 | 227.17 |
| 306 | 0.04 | 70.356 | 4.059 | 254.749 | 227.136 |
| 307 | 0.05 | 70.602 | 4.182 | 254.765 | 227.102 |
| 308 | 0.04 | 70.848 | 4.305 | 254.781 | 227.068 |
| 309 | 0.05 | 71.094 | 4.428 | 254.798 | 227.034 |
| 310 | 0.05 | 71.217 | 4.674 | 254.806 | 227.017 |
| 311 | 0.04 | 71.34 | 4.674 | 254.814 | 227.0 |
| 312 | 0.05 | 71.586 | 4.797 | 254.83 | 226.966 |
| 313 | 0.05 | 71.832 | 4.92 | 254.846 | 226.932 |
| 314 | 0.04 | 72.078 | 5.043 | 254.862 | 226.898 |
| 315 | 0.05 | 72.324 | 5.289 | 254.879 | 226.864 |
| 316 | 0.04 | 72.693 | 5.166 | 254.903 | 226.814 |
| 317 | 0.05 | 73.185 | 5.043 | 254.935 | 226.746 |
| 318 | 0.05 | 73.431 | 5.043 | 254.951 | 226.712 |
| 319 | 0.04 | 73.431 | 5.658 | 254.951 | 226.712 |
| 320 | 0.05 | 73.677 | 5.658 | 254.967 | 226.679 |
| 321 | 0.05 | 74.046 | 5.658 | 254.991 | 226.628 |
| 322 | 0.04 | 74.292 | 5.781 | 255.007 | 226.595 |
| 323 | 0.05 | 74.415 | 6.15 | 255.015 | 226.578 |
| 324 | 0.04 | 74.661 | 6.15 | 255.031 | 226.545 |
| 325 | 0.05 | 75.03 | 6.15 | 255.055 | 226.494 |
| 326 | 0.04 | 75.153 | 6.396 | 255.063 | 226.478 |
| 327 | 0.05 | 75.522 | 6.519 | 255.087 | 226.428 |
| 328 | 0.05 | 75.768 | 6.642 | 255.103 | 226.394 |
| 329 | 0.04 | 76.014 | 6.765 | 255.119 | 226.361 |
| 330 | 0.05 | 76.383 | 7.011 | 255.143 | 226.311 |
| 331 | 0.04 | 76.629 | 7.134 | 255.159 | 226.278 |
| 332 | 0.05 | 76.752 | 7.134 | 255.167 | 226.261 |
| 333 | 0.05 | 76.998 | 7.257 | 255.182 | 226.228 |
| 334 | 0.04 | 77.121 | 7.626 | 255.19 | 226.211 |
| 335 | 0.05 | 77.49 | 7.626 | 255.214 | 226.162 |
| 336 | 0.05 | 77.613 | 7.995 | 255.222 | 226.145 |
| 337 | 0.04 | 77.859 | 7.995 | 255.238 | 226.112 |
| 338 | 0.05 | 78.228 | 8.241 | 255.261 | 226.062 |
| 339 | 0.04 | 78.597 | 8.364 | 255.285 | 226.013 |
| 340 | 0.05 | 78.966 | 8.364 | 255.308 | 225.963 |
| 341 | 0.05 | 79.335 | 8.487 | 255.332 | 225.914 |
| 342 | 0.04 | 79.704 | 8.364 | 255.355 | 225.865 |
| 343 | 0.05 | 79.827 | 8.61 | 255.363 | 225.848 |
| 344 | 0.05 | 79.827 | 8.856 | 255.363 | 225.848 |
| 345 | 0.04 | 79.95 | 8.979 | 255.371 | 225.832 |
| 346 | 0.05 | 80.073 | 9.102 | 255.379 | 225.816 |
| 347 | 0.04 | 80.319 | 9.225 | 255.395 | 225.783 |
| 348 | 0.05 | 80.565 | 9.348 | 255.41 | 225.75 |
| 349 | 0.05 | 80.811 | 9.348 | 255.426 | 225.717 |
| 350 | 0.04 | 81.18 | 9.594 | 255.449 | 225.668 |
| 351 | 0.05 | 81.549 | 9.471 | 255.472 | 225.619 |
| 352 | 0.04 | 81.918 | 9.717 | 255.495 | 225.571 |
| 353 | 0.05 | 82.164 | 9.963 | 255.511 | 225.538 |
| 354 | 0.04 | 82.41 | 10.086 | 255.526 | 225.505 |
| 355 | 0.05 | 82.902 | 10.086 | 255.557 | 225.441 |
| 356 | 0.05 | 83.025 | 10.086 | 255.565 | 225.424 |
| 357 | 0.04 | 83.271 | 10.086 | 255.58 | 225.392 |
| 358 | 0.05 | 83.394 | 10.332 | 255.588 | 225.376 |
| 359 | 0.05 | 83.886 | 10.332 | 255.619 | 225.311 |
| 360 | 0.04 | 84.009 | 10.455 | 255.626 | 225.295 |
| 361 | 0.05 | 84.009 | 10.701 | 255.626 | 225.295 |
| 362 | 0.04 | 84.255 | 10.824 | 255.642 | 225.263 |
| 363 | 0.05 | 84.378 | 11.07 | 255.649 | 225.247 |
| 364 | 0.05 | 84.747 | 11.193 | 255.672 | 225.198 |
| 365 | 0.04 | 84.87 | 11.439 | 255.68 | 225.182 |
| 366 | 0.05 | 85.116 | 11.685 | 255.695 | 225.15 |
| 367 | 0.05 | 85.485 | 11.808 | 255.718 | 225.102 |
| 368 | 0.04 | 85.854 | 11.931 | 255.741 | 225.054 |
| 369 | 0.05 | 86.1 | 12.054 | 255.756 | 225.022 |
| 370 | 0.04 | 86.223 | 12.177 | 255.764 | 225.006 |
| 371 | 0.05 | 86.469 | 12.423 | 255.779 | 224.974 |
| 372 | 0.05 | 86.715 | 12.546 | 255.794 | 224.942 |
| 373 | 0.04 | 87.084 | 12.423 | 255.817 | 224.894 |
| 374 | 0.05 | 87.33 | 12.669 | 255.832 | 224.862 |
| 375 | 0.05 | 87.576 | 12.669 | 255.847 | 224.83 |
| 376 | 0.04 | 87.822 | 12.669 | 255.862 | 224.798 |
| 377 | 0.05 | 88.068 | 12.792 | 255.877 | 224.767 |
| 378 | 0.04 | 88.314 | 12.915 | 255.892 | 224.735 |
| 379 | 0.05 | 88.314 | 13.284 | 255.892 | 224.735 |
| 380 | 0.05 | 88.683 | 13.284 | 255.915 | 224.687 |
| 381 | 0.04 | 88.929 | 13.53 | 255.93 | 224.656 |
| 382 | 0.05 | 89.421 | 13.653 | 255.96 | 224.592 |
| 383 | 0.05 | 89.544 | 13.899 | 255.967 | 224.576 |
| 384 | 0.04 | 89.913 | 13.899 | 255.99 | 224.529 |
| 385 | 0.05 | 90.036 | 14.268 | 255.997 | 224.513 |
| 386 | 0.04 | 90.282 | 14.514 | 256.012 | 224.482 |
| 387 | 0.05 | 90.405 | 14.637 | 256.02 | 224.466 |
| 388 | 0.05 | 90.651 | 14.637 | 256.034 | 224.435 |
| 389 | 0.04 | 90.897 | 14.76 | 256.049 | 224.403 |
| 390 | 0.05 | 91.02 | 15.129 | 256.057 | 224.388 |
| 391 | 0.05 | 91.389 | 15.006 | 256.079 | 224.34 |
| 392 | 0.04 | 91.635 | 15.252 | 256.094 | 224.309 |
| 393 | 0.05 | 92.127 | 15.129 | 256.123 | 224.247 |
| 394 | 0.04 | 92.127 | 15.498 | 256.123 | 224.247 |
| 395 | 0.05 | 92.496 | 15.498 | 256.146 | 224.2 |
| 396 | 0.05 | 92.865 | 15.498 | 256.168 | 224.153 |
| 397 | 0.04 | 93.111 | 15.744 | 256.183 | 224.122 |
| 398 | 0.05 | 93.357 | 15.867 | 256.197 | 224.091 |
| 399 | 0.05 | 93.603 | 15.744 | 256.212 | 224.059 |
| 400 | 0.04 | 93.726 | 15.99 | 256.219 | 224.044 |
| 401 | 0.05 | 93.972 | 16.113 | 256.234 | 224.013 |
| 402 | 0.04 | 94.095 | 16.359 | 256.241 | 223.997 |
| 403 | 0.05 | 94.341 | 16.605 | 256.256 | 223.966 |
| 404 | 0.05 | 94.71 | 16.359 | 256.278 | 223.92 |
| 405 | 0.04 | 94.833 | 16.605 | 256.285 | 223.904 |
| 406 | 0.05 | 95.202 | 16.605 | 256.307 | 223.858 |
| 407 | 0.05 | 95.325 | 16.974 | 256.314 | 223.843 |
| 408 | 0.04 | 95.448 | 17.22 | 256.322 | 223.827 |
| 409 | 0.05 | 95.817 | 17.22 | 256.343 | 223.781 |
| 410 | 0.04 | 96.063 | 17.589 | 256.358 | 223.75 |
| 411 | 0.05 | 96.432 | 17.712 | 256.38 | 223.704 |
| 412 | 0.05 | 96.801 | 17.589 | 256.401 | 223.658 |
| 413 | 0.04 | 97.047 | 17.835 | 256.416 | 223.627 |
| 414 | 0.05 | 97.416 | 17.712 | 256.438 | 223.581 |
| 415 | 0.05 | 97.662 | 17.835 | 256.452 | 223.551 |
| 416 | 0.04 | 97.908 | 18.081 | 256.466 | 223.52 |
| 417 | 0.05 | 98.031 | 18.081 | 256.474 | 223.505 |
| 418 | 0.04 | 98.277 | 18.204 | 256.488 | 223.474 |
| 419 | 0.05 | 98.523 | 18.204 | 256.502 | 223.444 |
| 420 | 0.05 | 98.646 | 18.573 | 256.51 | 223.429 |
| 421 | 0.04 | 98.892 | 18.819 | 256.524 | 223.398 |
| 422 | 0.05 | 99.015 | 18.819 | 256.531 | 223.383 |
| 423 | 0.05 | 99.384 | 18.942 | 256.553 | 223.337 |
| 424 | 0.04 | 99.63 | 19.065 | 256.567 | 223.307 |
| 425 | 0.05 | 99.753 | 19.311 | 256.574 | 223.292 |
| 426 | 0.05 | 100.122 | 19.311 | 256.595 | 223.246 |
| 427 | 0.04 | 100.245 | 19.68 | 256.603 | 223.231 |
| 428 | 0.05 | 100.614 | 19.803 | 256.624 | 223.186 |
| 429 | 0.04 | 100.86 | 19.803 | 256.638 | 223.156 |
| 430 | 0.05 | 101.229 | 20.049 | 256.659 | 223.11 |
| 431 | 0.05 | 101.352 | 20.295 | 256.667 | 223.095 |
| 432 | 0.04 | 101.598 | 20.541 | 256.681 | 223.065 |
| 433 | 0.05 | 101.967 | 20.418 | 256.702 | 223.02 |
| 434 | 0.04 | 102.336 | 20.664 | 256.723 | 222.975 |
| 435 | 0.05 | 102.336 | 20.91 | 256.723 | 222.975 |
| 436 | 0.05 | 102.705 | 20.91 | 256.744 | 222.93 |
| 437 | 0.04 | 102.951 | 21.033 | 256.758 | 222.9 |
| 438 | 0.05 | 103.074 | 21.156 | 256.765 | 222.885 |
| 439 | 0.05 | 103.443 | 21.279 | 256.787 | 222.84 |
| 440 | 0.04 | 103.566 | 21.402 | 256.794 | 222.825 |
| 441 | 0.05 | 103.812 | 21.525 | 256.808 | 222.796 |
| 442 | 0.04 | 104.058 | 21.648 | 256.822 | 222.766 |
| 443 | 0.05 | 104.427 | 21.771 | 256.843 | 222.721 |
| 444 | 0.05 | 104.55 | 22.017 | 256.85 | 222.706 |
| 445 | 0.05 | 104.796 | 22.017 | 256.864 | 222.676 |
| 446 | 0.04 | 105.042 | 22.263 | 256.877 | 222.647 |
| 447 | 0.05 | 105.165 | 22.386 | 256.884 | 222.632 |
| 448 | 0.05 | 105.411 | 22.632 | 256.898 | 222.602 |
| 449 | 0.04 | 105.657 | 22.755 | 256.912 | 222.573 |
| 450 | 0.05 | 106.026 | 22.755 | 256.933 | 222.528 |
| 451 | 0.04 | 106.395 | 22.755 | 256.954 | 222.484 |
| 452 | 0.05 | 106.764 | 22.878 | 256.975 | 222.44 |
| 453 | 0.05 | 107.01 | 23.001 | 256.989 | 222.41 |
| 454 | 0.04 | 107.256 | 23.124 | 257.002 | 222.381 |
| 455 | 0.05 | 107.379 | 23.37 | 257.009 | 222.366 |
| 456 | 0.05 | 107.625 | 23.493 | 257.023 | 222.337 |
| 457 | 0.04 | 107.748 | 23.739 | 257.03 | 222.322 |
| 458 | 0.05 | 107.871 | 23.862 | 257.037 | 222.307 |
| 459 | 0.05 | 108.117 | 23.985 | 257.051 | 222.278 |
| 460 | 0.04 | 108.486 | 24.231 | 257.071 | 222.234 |
| 461 | 0.05 | 108.732 | 24.354 | 257.085 | 222.205 |
| 462 | 0.04 | 108.978 | 24.477 | 257.099 | 222.175 |
| 463 | 0.05 | 109.224 | 24.723 | 257.112 | 222.146 |
| 464 | 0.05 | 109.47 | 24.846 | 257.126 | 222.117 |
| 465 | 0.04 | 109.716 | 25.092 | 257.14 | 222.088 |
| 466 | 0.05 | 109.962 | 25.461 | 257.153 | 222.059 |
| 467 | 0.04 | 110.331 | 25.461 | 257.174 | 222.015 |
| 468 | 0.06 | 110.577 | 25.584 | 257.187 | 221.986 |
| 469 | 0.04 | 110.946 | 25.707 | 257.208 | 221.942 |
| 470 | 0.05 | 111.069 | 26.076 | 257.214 | 221.928 |
| 471 | 0.04 | 111.315 | 26.076 | 257.228 | 221.899 |
| 472 | 0.05 | 111.561 | 26.322 | 257.241 | 221.87 |
| 473 | 0.05 | 111.807 | 26.445 | 257.255 | 221.841 |
| 474 | 0.04 | 112.053 | 26.445 | 257.269 | 221.812 |
| 475 | 0.05 | 112.299 | 26.691 | 257.282 | 221.783 |
| 476 | 0.04 | 112.545 | 26.814 | 257.295 | 221.755 |
| 477 | 0.05 | 112.791 | 26.814 | 257.309 | 221.726 |
| 478 | 0.05 | 113.16 | 26.937 | 257.329 | 221.683 |
| 479 | 0.04 | 113.529 | 26.814 | 257.349 | 221.64 |
| 480 | 0.05 | 113.529 | 27.183 | 257.349 | 221.64 |
| 481 | 0.05 | 113.529 | 27.552 | 257.349 | 221.64 |
| 482 | 0.04 | 113.898 | 27.552 | 257.369 | 221.597 |
| 483 | 0.05 | 114.144 | 27.798 | 257.383 | 221.568 |
| 484 | 0.05 | 114.267 | 28.044 | 257.389 | 221.554 |
| 485 | 0.04 | 114.636 | 28.167 | 257.409 | 221.511 |
| 486 | 0.05 | 114.882 | 28.167 | 257.423 | 221.482 |
| 487 | 0.04 | 115.128 | 28.413 | 257.436 | 221.454 |
| 488 | 0.05 | 115.497 | 28.536 | 257.456 | 221.411 |
| 489 | 0.05 | 115.866 | 28.659 | 257.476 | 221.368 |
| 490 | 0.05 | 116.112 | 28.659 | 257.489 | 221.34 |
| 491 | 0.04 | 116.358 | 28.782 | 257.502 | 221.312 |
| 492 | 0.05 | 116.481 | 29.028 | 257.509 | 221.297 |
| 493 | 0.05 | 116.85 | 28.905 | 257.529 | 221.255 |
| 494 | 0.04 | 117.096 | 29.151 | 257.542 | 221.227 |
| 495 | 0.05 | 117.342 | 29.274 | 257.555 | 221.198 |
| 496 | 0.04 | 117.465 | 29.52 | 257.562 | 221.184 |
| 497 | 0.05 | 117.834 | 29.397 | 257.582 | 221.142 |
| 498 | 0.05 | 117.957 | 29.52 | 257.588 | 221.128 |
| 499 | 0.04 | 118.203 | 29.766 | 257.601 | 221.1 |
| 500 | 0.05 | 118.449 | 29.766 | 257.614 | 221.071 |
| 501 | 0.05 | 118.572 | 30.135 | 257.621 | 221.057 |
| 502 | 0.04 | 118.818 | 30.258 | 257.634 | 221.029 |
| 503 | 0.05 | 119.064 | 30.504 | 257.647 | 221.001 |
| 504 | 0.04 | 119.31 | 30.75 | 257.66 | 220.973 |
| 505 | 0.05 | 119.679 | 30.627 | 257.68 | 220.931 |
| 506 | 0.05 | 120.048 | 30.75 | 257.699 | 220.889 |
| 507 | 0.04 | 120.417 | 30.873 | 257.719 | 220.847 |
| 508 | 0.05 | 120.417 | 31.119 | 257.719 | 220.847 |
| 509 | 0.05 | 120.786 | 30.996 | 257.738 | 220.805 |
| 510 | 0.05 | 121.032 | 30.996 | 257.751 | 220.778 |
| 511 | 0.04 | 121.155 | 31.242 | 257.758 | 220.764 |
| 512 | 0.05 | 121.278 | 31.365 | 257.764 | 220.75 |
| 513 | 0.04 | 121.524 | 31.488 | 257.777 | 220.722 |
| 514 | 0.05 | 121.77 | 31.734 | 257.79 | 220.694 |
| 515 | 0.05 | 122.016 | 31.98 | 257.803 | 220.666 |
| 516 | 0.04 | 122.508 | 31.98 | 257.829 | 220.611 |
| 517 | 0.05 | 122.754 | 32.103 | 257.841 | 220.583 |
| 518 | 0.05 | 123.0 | 32.226 | 257.854 | 220.556 |
| 519 | 0.04 | 123.246 | 32.472 | 257.867 | 220.528 |
| 520 | 0.05 | 123.492 | 32.472 | 257.88 | 220.501 |
| 521 | 0.04 | 123.738 | 32.595 | 257.893 | 220.473 |
| 522 | 0.05 | 123.984 | 32.718 | 257.905 | 220.446 |
| 523 | 0.05 | 124.107 | 33.087 | 257.912 | 220.432 |
| 524 | 0.05 | 124.353 | 33.087 | 257.925 | 220.404 |
| 525 | 0.04 | 124.476 | 33.579 | 257.931 | 220.391 |
| 526 | 0.05 | 124.722 | 33.702 | 257.944 | 220.363 |
| 527 | 0.05 | 124.968 | 33.825 | 257.956 | 220.336 |
| 528 | 0.04 | 125.337 | 33.948 | 257.976 | 220.295 |
| 529 | 0.05 | 125.583 | 34.194 | 257.988 | 220.267 |
| 530 | 0.05 | 125.829 | 34.317 | 258.001 | 220.24 |
| 531 | 0.04 | 126.198 | 34.44 | 258.02 | 220.199 |
| 532 | 0.05 | 126.444 | 34.686 | 258.032 | 220.172 |
| 533 | 0.05 | 126.69 | 34.809 | 258.045 | 220.145 |
| 534 | 0.04 | 126.936 | 34.932 | 258.058 | 220.118 |
| 535 | 0.05 | 127.305 | 34.932 | 258.077 | 220.077 |
| 536 | 0.05 | 127.551 | 35.055 | 258.089 | 220.05 |
| 537 | 0.05 | 127.797 | 35.178 | 258.102 | 220.023 |
| 538 | 0.04 | 127.92 | 35.301 | 258.108 | 220.009 |
| 539 | 0.05 | 128.166 | 35.424 | 258.121 | 219.982 |
| 540 | 0.04 | 128.412 | 35.547 | 258.133 | 219.955 |
| 541 | 0.05 | 128.658 | 35.547 | 258.146 | 219.928 |
| 542 | 0.05 | 129.027 | 35.547 | 258.164 | 219.888 |
| 543 | 0.04 | 129.15 | 35.793 | 258.17 | 219.874 |
| 544 | 0.05 | 129.396 | 35.916 | 258.183 | 219.847 |
| 545 | 0.05 | 129.642 | 36.039 | 258.195 | 219.82 |
| 546 | 0.05 | 129.765 | 36.408 | 258.202 | 219.807 |
| 547 | 0.04 | 130.011 | 36.408 | 258.214 | 219.78 |
| 548 | 0.05 | 130.257 | 36.777 | 258.226 | 219.753 |
| 549 | 0.04 | 130.503 | 36.9 | 258.239 | 219.726 |
| 550 | 0.05 | 130.995 | 36.9 | 258.264 | 219.673 |
| 551 | 0.05 | 131.118 | 37.146 | 258.27 | 219.659 |
| 552 | 0.04 | 131.364 | 37.146 | 258.282 | 219.633 |
| 553 | 0.05 | 131.733 | 37.269 | 258.301 | 219.593 |
| 554 | 0.05 | 131.979 | 37.392 | 258.313 | 219.566 |
| 555 | 0.05 | 132.348 | 37.392 | 258.331 | 219.526 |
| 556 | 0.04 | 132.471 | 37.638 | 258.337 | 219.513 |
| 557 | 0.05 | 132.717 | 37.638 | 258.35 | 219.486 |
| 558 | 0.04 | 132.963 | 37.761 | 258.362 | 219.46 |
| 559 | 0.05 | 133.209 | 37.761 | 258.374 | 219.433 |
| 560 | 0.05 | 133.578 | 37.761 | 258.393 | 219.394 |
| 561 | 0.04 | 133.701 | 37.884 | 258.399 | 219.38 |
| 562 | 0.05 | 133.947 | 38.007 | 258.411 | 219.354 |
| 563 | 0.05 | 134.07 | 38.13 | 258.417 | 219.341 |
| 564 | 0.05 | 134.316 | 38.376 | 258.429 | 219.314 |
| 565 | 0.04 | 134.562 | 38.376 | 258.441 | 219.288 |
| 566 | 0.05 | 134.931 | 38.376 | 258.46 | 219.249 |
| 567 | 0.04 | 135.177 | 38.376 | 258.472 | 219.222 |
| 568 | 0.05 | 135.423 | 38.622 | 258.484 | 219.196 |
| 569 | 0.05 | 135.669 | 38.745 | 258.496 | 219.17 |
| 570 | 0.05 | 135.915 | 38.745 | 258.508 | 219.144 |
| 571 | 0.04 | 136.161 | 38.991 | 258.52 | 219.117 |
| 572 | 0.05 | 136.284 | 39.237 | 258.526 | 219.104 |
| 573 | 0.05 | 136.53 | 39.114 | 258.538 | 219.078 |
| 574 | 0.04 | 136.776 | 39.36 | 258.55 | 219.052 |
| 575 | 0.05 | 137.022 | 39.483 | 258.562 | 219.026 |
| 576 | 0.05 | 137.268 | 39.606 | 258.574 | 219.0 |
| 577 | 0.05 | 137.637 | 39.606 | 258.592 | 218.961 |
| 578 | 0.04 | 137.883 | 39.729 | 258.604 | 218.935 |
| 579 | 0.05 | 138.129 | 39.729 | 258.616 | 218.909 |
| 580 | 0.04 | 138.375 | 40.098 | 258.628 | 218.883 |
| 581 | 0.05 | 138.621 | 40.221 | 258.64 | 218.857 |
| 582 | 0.05 | 138.99 | 40.221 | 258.658 | 218.818 |
| 583 | 0.04 | 139.113 | 40.467 | 258.664 | 218.805 |
| 584 | 0.05 | 139.359 | 40.59 | 258.676 | 218.78 |
| 585 | 0.05 | 139.728 | 40.713 | 258.693 | 218.741 |
| 586 | 0.05 | 139.974 | 40.836 | 258.705 | 218.715 |
| 587 | 0.04 | 140.343 | 40.713 | 258.723 | 218.676 |
| 588 | 0.05 | 140.466 | 40.959 | 258.729 | 218.664 |
| 589 | 0.04 | 140.712 | 41.082 | 258.741 | 218.638 |
| 590 | 0.05 | 140.835 | 41.205 | 258.747 | 218.625 |
| 591 | 0.05 | 141.081 | 41.205 | 258.759 | 218.599 |
| 592 | 0.04 | 141.45 | 41.205 | 258.776 | 218.561 |
| 593 | 0.05 | 141.573 | 41.574 | 258.782 | 218.548 |
| 594 | 0.05 | 141.819 | 41.697 | 258.794 | 218.523 |
| 595 | 0.05 | 141.942 | 41.82 | 258.8 | 218.51 |
| 596 | 0.04 | 142.311 | 41.82 | 258.817 | 218.471 |
| 597 | 0.05 | 142.434 | 42.189 | 258.823 | 218.459 |
| 598 | 0.04 | 142.68 | 42.312 | 258.835 | 218.433 |
| 599 | 0.05 | 142.926 | 42.558 | 258.847 | 218.408 |
| 600 | 0.05 | 143.295 | 42.558 | 258.864 | 218.37 |
| 601 | 0.05 | 143.664 | 42.681 | 258.882 | 218.332 |
| 602 | 0.04 | 143.91 | 42.927 | 258.893 | 218.306 |
| 603 | 0.05 | 144.156 | 43.05 | 258.905 | 218.281 |
| 604 | 0.05 | 144.525 | 43.173 | 258.922 | 218.243 |
| 605 | 0.04 | 144.648 | 43.419 | 258.928 | 218.23 |
| 606 | 0.05 | 144.894 | 43.665 | 258.94 | 218.205 |
| 607 | 0.04 | 145.017 | 43.788 | 258.945 | 218.192 |
| 608 | 0.05 | 145.263 | 43.911 | 258.957 | 218.167 |
| 609 | 0.05 | 145.509 | 43.911 | 258.968 | 218.142 |
| 610 | 0.05 | 145.878 | 44.034 | 258.986 | 218.104 |
| 611 | 0.04 | 146.124 | 44.034 | 258.997 | 218.079 |
| 612 | 0.05 | 146.37 | 44.034 | 259.009 | 218.054 |
| 613 | 0.05 | 146.616 | 44.28 | 259.02 | 218.029 |
| 614 | 0.04 | 146.739 | 44.526 | 259.026 | 218.016 |
| 615 | 0.05 | 147.108 | 44.526 | 259.043 | 217.979 |
| 616 | 0.05 | 147.477 | 44.403 | 259.06 | 217.941 |
| 617 | 0.04 | 147.6 | 44.649 | 259.066 | 217.929 |
| 618 | 0.05 | 147.846 | 44.772 | 259.077 | 217.904 |
| 619 | 0.05 | 147.969 | 45.018 | 259.083 | 217.891 |
| 620 | 0.04 | 148.338 | 45.018 | 259.1 | 217.854 |
| 621 | 0.05 | 148.707 | 44.895 | 259.117 | 217.817 |
| 622 | 0.05 | 148.83 | 45.264 | 259.123 | 217.804 |
| 623 | 0.05 | 149.199 | 45.387 | 259.14 | 217.767 |
| 624 | 0.04 | 149.445 | 45.51 | 259.151 | 217.742 |
| 625 | 0.05 | 149.568 | 45.756 | 259.157 | 217.73 |
| 626 | 0.04 | 149.937 | 45.756 | 259.174 | 217.693 |
| 627 | 0.05 | 150.306 | 45.756 | 259.191 | 217.656 |
| 628 | 0.05 | 150.429 | 45.879 | 259.197 | 217.643 |
| 629 | 0.04 | 150.552 | 46.002 | 259.202 | 217.631 |
| 630 | 0.05 | 150.798 | 46.125 | 259.214 | 217.606 |
| 631 | 0.05 | 151.167 | 46.002 | 259.23 | 217.57 |
| 632 | 0.05 | 151.413 | 46.248 | 259.242 | 217.545 |
| 633 | 0.04 | 151.659 | 46.248 | 259.253 | 217.52 |
| 634 | 0.05 | 151.782 | 46.494 | 259.258 | 217.508 |
| 635 | 0.04 | 152.028 | 46.494 | 259.27 | 217.484 |
| 636 | 0.05 | 152.274 | 46.617 | 259.281 | 217.459 |
| 637 | 0.05 | 152.397 | 46.863 | 259.286 | 217.447 |
| 638 | 0.05 | 152.766 | 46.986 | 259.303 | 217.41 |
| 639 | 0.04 | 152.889 | 47.109 | 259.309 | 217.398 |
| 640 | 0.05 | 153.135 | 47.355 | 259.32 | 217.374 |
| 641 | 0.05 | 153.381 | 47.478 | 259.331 | 217.349 |
| 642 | 0.04 | 153.75 | 47.601 | 259.348 | 217.313 |
| 643 | 0.05 | 153.996 | 47.601 | 259.359 | 217.288 |
| 644 | 0.05 | 154.365 | 47.724 | 259.375 | 217.252 |
| 645 | 0.05 | 154.611 | 47.847 | 259.386 | 217.228 |
| 646 | 0.04 | 154.98 | 47.97 | 259.403 | 217.191 |
| 647 | 0.05 | 155.226 | 48.093 | 259.414 | 217.167 |
| 648 | 0.04 | 155.349 | 48.093 | 259.419 | 217.155 |
| 649 | 0.05 | 155.718 | 48.216 | 259.436 | 217.119 |
| 650 | 0.05 | 155.841 | 48.216 | 259.441 | 217.107 |
| 651 | 0.05 | 156.087 | 48.462 | 259.452 | 217.082 |
| 652 | 0.04 | 156.333 | 48.462 | 259.463 | 217.058 |
| 653 | 0.05 | 156.579 | 48.462 | 259.474 | 217.034 |
| 654 | 0.05 | 156.825 | 48.462 | 259.485 | 217.01 |
| 655 | 0.04 | 157.071 | 48.462 | 259.496 | 216.986 |
| 656 | 0.05 | 157.317 | 48.462 | 259.507 | 216.962 |
| 657 | 0.04 | 157.563 | 48.462 | 259.518 | 216.938 |
| 658 | 0.05 | 157.686 | 48.708 | 259.524 | 216.926 |
| 659 | 0.05 | 158.055 | 48.708 | 259.54 | 216.89 |
| 660 | 0.05 | 158.301 | 48.831 | 259.551 | 216.867 |
| 661 | 0.04 | 158.547 | 48.954 | 259.562 | 216.843 |
| 662 | 0.05 | 158.916 | 49.077 | 259.578 | 216.807 |
| 663 | 0.05 | 159.039 | 49.323 | 259.583 | 216.795 |
| 664 | 0.04 | 159.285 | 49.446 | 259.594 | 216.771 |
| 665 | 0.05 | 159.654 | 49.569 | 259.61 | 216.736 |
| 666 | 0.05 | 159.9 | 49.569 | 259.621 | 216.712 |
| 667 | 0.04 | 160.146 | 49.692 | 259.632 | 216.688 |
| 668 | 0.05 | 160.392 | 49.692 | 259.643 | 216.664 |
| 669 | 0.05 | 160.638 | 49.815 | 259.653 | 216.641 |
| 670 | 0.04 | 161.13 | 49.569 | 259.675 | 216.593 |
| 671 | 0.05 | 161.253 | 49.815 | 259.68 | 216.582 |
| 672 | 0.05 | 161.376 | 49.938 | 259.685 | 216.57 |
| 673 | 0.04 | 161.622 | 50.061 | 259.696 | 216.546 |
| 674 | 0.05 | 161.745 | 50.061 | 259.702 | 216.535 |
| 675 | 0.05 | 161.991 | 50.184 | 259.712 | 216.511 |
| 676 | 0.04 | 162.237 | 50.307 | 259.723 | 216.487 |
| 677 | 0.05 | 162.483 | 50.307 | 259.734 | 216.464 |
| 678 | 0.05 | 162.606 | 50.43 | 259.739 | 216.452 |
| 679 | 0.04 | 162.852 | 50.553 | 259.749 | 216.429 |
| 680 | 0.05 | 163.221 | 50.676 | 259.765 | 216.394 |
| 681 | 0.05 | 163.59 | 50.553 | 259.781 | 216.359 |
| 682 | 0.05 | 163.959 | 50.43 | 259.797 | 216.324 |
| 683 | 0.04 | 164.082 | 50.553 | 259.802 | 216.312 |
| 684 | 0.05 | 164.328 | 50.676 | 259.813 | 216.289 |
| 685 | 0.04 | 164.451 | 50.799 | 259.818 | 216.277 |
| 686 | 0.05 | 164.697 | 50.922 | 259.829 | 216.254 |
| 687 | 0.05 | 164.82 | 51.291 | 259.834 | 216.242 |
| 688 | 0.04 | 165.066 | 51.291 | 259.845 | 216.219 |
| 689 | 0.05 | 165.435 | 51.414 | 259.86 | 216.184 |
| 690 | 0.05 | 165.804 | 51.414 | 259.876 | 216.149 |
| 691 | 0.05 | 165.927 | 51.66 | 259.881 | 216.138 |
| 692 | 0.04 | 166.173 | 51.906 | 259.892 | 216.115 |
| 693 | 0.05 | 166.419 | 52.029 | 259.902 | 216.091 |
| 694 | 0.04 | 166.788 | 52.029 | 259.918 | 216.057 |
| 695 | 0.05 | 166.911 | 52.275 | 259.923 | 216.045 |
| 696 | 0.05 | 167.28 | 52.275 | 259.939 | 216.011 |
| 697 | 0.05 | 167.526 | 52.398 | 259.949 | 215.988 |
| 698 | 0.04 | 167.772 | 52.521 | 259.959 | 215.965 |
| 699 | 0.05 | 168.018 | 52.644 | 259.97 | 215.942 |
| 700 | 0.05 | 168.264 | 52.767 | 259.98 | 215.919 |
| 701 | 0.04 | 168.51 | 52.89 | 259.991 | 215.896 |
| 702 | 0.05 | 168.879 | 52.89 | 260.006 | 215.862 |
| 703 | 0.04 | 169.002 | 53.013 | 260.011 | 215.85 |
| 704 | 0.05 | 169.371 | 53.136 | 260.027 | 215.816 |
| 705 | 0.05 | 169.617 | 53.259 | 260.037 | 215.793 |
| 706 | 0.05 | 169.863 | 53.382 | 260.047 | 215.77 |
| 707 | 0.04 | 170.109 | 53.505 | 260.058 | 215.748 |
| 708 | 0.05 | 170.232 | 53.751 | 260.063 | 215.736 |
| 709 | 0.05 | 170.601 | 53.628 | 260.078 | 215.702 |
| 710 | 0.04 | 170.724 | 53.874 | 260.083 | 215.691 |
| 711 | 0.05 | 171.093 | 53.751 | 260.099 | 215.657 |
| 712 | 0.05 | 171.339 | 54.12 | 260.109 | 215.634 |
| 713 | 0.05 | 171.585 | 54.12 | 260.119 | 215.612 |
| 714 | 0.04 | 171.831 | 54.12 | 260.129 | 215.589 |
| 715 | 0.05 | 172.077 | 54.12 | 260.139 | 215.566 |
| 716 | 0.04 | 172.446 | 54.12 | 260.155 | 215.533 |
| 717 | 0.05 | 172.569 | 54.366 | 260.16 | 215.521 |
| 718 | 0.05 | 172.815 | 54.366 | 260.17 | 215.499 |
| 719 | 0.04 | 172.938 | 54.612 | 260.175 | 215.488 |
| 720 | 0.05 | 173.184 | 54.735 | 260.185 | 215.465 |
| 721 | 0.05 | 173.43 | 54.858 | 260.195 | 215.443 |
| 722 | 0.05 | 173.799 | 54.735 | 260.21 | 215.409 |
| 723 | 0.04 | 174.045 | 54.858 | 260.22 | 215.387 |
| 724 | 0.05 | 174.414 | 54.858 | 260.235 | 215.353 |
| 725 | 0.04 | 174.537 | 54.981 | 260.24 | 215.342 |
| 726 | 0.05 | 174.66 | 55.104 | 260.245 | 215.331 |
| 727 | 0.05 | 175.029 | 55.227 | 260.26 | 215.297 |
| 728 | 0.05 | 175.275 | 55.35 | 260.27 | 215.275 |
| 729 | 0.04 | 175.521 | 55.35 | 260.28 | 215.253 |
| 730 | 0.05 | 175.767 | 55.35 | 260.29 | 215.231 |
| 731 | 0.05 | 176.136 | 55.473 | 260.305 | 215.197 |
| 732 | 0.04 | 176.382 | 55.473 | 260.315 | 215.175 |
| 733 | 0.05 | 176.505 | 55.596 | 260.32 | 215.164 |
| 734 | 0.05 | 176.628 | 55.842 | 260.325 | 215.153 |
| 735 | 0.04 | 176.997 | 55.719 | 260.34 | 215.12 |
| 736 | 0.05 | 177.243 | 55.842 | 260.35 | 215.098 |
| 737 | 0.05 | 177.489 | 56.088 | 260.36 | 215.076 |
| 738 | 0.04 | 177.735 | 56.088 | 260.37 | 215.054 |
| 739 | 0.05 | 178.104 | 56.088 | 260.385 | 215.021 |
| 740 | 0.05 | 178.35 | 56.211 | 260.395 | 214.999 |
| 741 | 0.04 | 178.596 | 56.334 | 260.405 | 214.977 |
| 742 | 0.05 | 178.842 | 56.334 | 260.414 | 214.955 |
| 743 | 0.05 | 178.965 | 56.457 | 260.419 | 214.944 |
| 744 | 0.04 | 179.334 | 56.457 | 260.434 | 214.911 |
| 745 | 0.05 | 179.58 | 56.58 | 260.444 | 214.889 |
| 746 | 0.05 | 179.703 | 56.703 | 260.449 | 214.878 |
| 747 | 0.04 | 179.826 | 56.949 | 260.454 | 214.867 |
| 748 | 0.05 | 180.195 | 56.826 | 260.468 | 214.834 |
| 749 | 0.05 | 180.441 | 56.949 | 260.478 | 214.813 |
| 750 | 0.05 | 180.687 | 57.072 | 260.488 | 214.791 |
| 751 | 0.04 | 180.933 | 57.195 | 260.498 | 214.769 |
| 752 | 0.05 | 181.179 | 57.195 | 260.507 | 214.747 |
| 753 | 0.04 | 181.548 | 57.195 | 260.522 | 214.715 |
| 754 | 0.05 | 181.794 | 57.318 | 260.532 | 214.693 |
| 755 | 0.05 | 182.04 | 57.441 | 260.541 | 214.671 |
| 756 | 0.05 | 182.286 | 57.564 | 260.551 | 214.65 |
| 757 | 0.04 | 182.532 | 57.564 | 260.561 | 214.628 |
| 758 | 0.05 | 182.901 | 57.564 | 260.575 | 214.596 |
| 759 | 0.05 | 183.147 | 57.687 | 260.585 | 214.574 |
| 760 | 0.04 | 183.393 | 57.687 | 260.595 | 214.553 |
| 761 | 0.05 | 183.516 | 57.933 | 260.599 | 214.542 |
| 762 | 0.04 | 183.762 | 57.81 | 260.609 | 214.52 |
| 763 | 0.05 | 184.008 | 57.81 | 260.619 | 214.499 |
| 764 | 0.05 | 184.131 | 58.056 | 260.623 | 214.488 |
| 765 | 0.05 | 184.377 | 58.179 | 260.633 | 214.467 |
| 766 | 0.04 | 184.623 | 58.302 | 260.643 | 214.445 |
| 767 | 0.05 | 184.992 | 58.302 | 260.657 | 214.413 |
| 768 | 0.05 | 185.238 | 58.548 | 260.666 | 214.392 |
| 769 | 0.04 | 185.484 | 58.548 | 260.676 | 214.371 |
| 770 | 0.05 | 185.73 | 58.548 | 260.685 | 214.349 |
| 771 | 0.05 | 185.853 | 58.794 | 260.69 | 214.339 |
| 772 | 0.04 | 186.099 | 58.917 | 260.7 | 214.317 |
| 773 | 0.05 | 186.345 | 59.04 | 260.709 | 214.296 |
| 774 | 0.05 | 186.714 | 59.04 | 260.724 | 214.264 |
| 775 | 0.04 | 186.96 | 59.163 | 260.733 | 214.243 |
| 776 | 0.05 | 187.329 | 59.163 | 260.747 | 214.211 |
| 777 | 0.05 | 187.575 | 59.286 | 260.757 | 214.19 |
| 778 | 0.04 | 187.821 | 59.409 | 260.766 | 214.169 |
| 779 | 0.05 | 188.067 | 59.532 | 260.775 | 214.148 |
| 780 | 0.05 | 188.313 | 59.532 | 260.785 | 214.127 |
| 781 | 0.05 | 188.559 | 59.655 | 260.794 | 214.106 |
| 782 | 0.04 | 188.682 | 59.778 | 260.799 | 214.095 |
| 783 | 0.05 | 188.928 | 59.778 | 260.808 | 214.074 |
| 784 | 0.04 | 189.051 | 59.901 | 260.813 | 214.063 |
| 785 | 0.05 | 189.42 | 59.778 | 260.827 | 214.032 |
| 786 | 0.05 | 189.666 | 60.024 | 260.836 | 214.011 |
| 787 | 0.05 | 189.912 | 60.147 | 260.846 | 213.99 |
| 788 | 0.04 | 190.281 | 60.147 | 260.86 | 213.959 |
| 789 | 0.05 | 190.65 | 60.024 | 260.874 | 213.927 |
| 790 | 0.05 | 191.019 | 60.024 | 260.888 | 213.896 |
| 791 | 0.04 | 191.019 | 60.393 | 260.888 | 213.896 |
| 792 | 0.05 | 191.265 | 60.393 | 260.897 | 213.875 |
| 793 | 0.04 | 191.388 | 60.516 | 260.902 | 213.865 |
| 794 | 0.05 | 191.511 | 60.516 | 260.906 | 213.854 |
| 795 | 0.05 | 191.757 | 60.639 | 260.916 | 213.833 |
| 796 | 0.05 | 192.126 | 60.516 | 260.929 | 213.802 |
| 797 | 0.04 | 192.372 | 60.639 | 260.939 | 213.782 |
| 798 | 0.05 | 192.495 | 60.762 | 260.943 | 213.771 |
| 799 | 0.05 | 192.864 | 60.885 | 260.957 | 213.74 |
| 800 | 0.04 | 193.11 | 61.008 | 260.966 | 213.719 |
| 801 | 0.05 | 193.479 | 61.131 | 260.98 | 213.688 |
| 802 | 0.05 | 193.971 | 61.008 | 260.998 | 213.647 |
| 803 | 0.04 | 194.094 | 61.131 | 261.003 | 213.637 |
| 804 | 0.05 | 194.34 | 61.131 | 261.012 | 213.616 |
| 805 | 0.05 | 194.586 | 61.131 | 261.021 | 213.596 |
| 806 | 0.04 | 194.709 | 61.377 | 261.026 | 213.585 |
| 807 | 0.05 | 194.955 | 61.377 | 261.035 | 213.565 |
| 808 | 0.05 | 195.201 | 61.377 | 261.044 | 213.544 |
| 809 | 0.04 | 195.447 | 61.377 | 261.053 | 213.524 |
| 810 | 0.05 | 195.693 | 61.5 | 261.062 | 213.503 |
| 811 | 0.05 | 196.062 | 61.377 | 261.076 | 213.473 |
| 812 | 0.04 | 196.308 | 61.377 | 261.085 | 213.452 |
| 813 | 0.05 | 196.554 | 61.5 | 261.094 | 213.432 |
| 814 | 0.05 | 196.8 | 61.377 | 261.103 | 213.412 |
| 815 | 0.04 | 196.923 | 61.377 | 261.107 | 213.401 |
| 816 | 0.05 | 197.292 | 61.131 | 261.121 | 213.371 |
| 817 | 0.05 | 197.415 | 61.254 | 261.125 | 213.361 |
| 818 | 0.05 | 197.661 | 61.377 | 261.134 | 213.34 |
| 819 | 0.04 | 197.907 | 61.377 | 261.143 | 213.32 |
| 820 | 0.05 | 198.153 | 61.254 | 261.152 | 213.3 |
| 821 | 0.04 | 198.276 | 61.5 | 261.157 | 213.29 |
| 822 | 0.05 | 198.645 | 61.5 | 261.17 | 213.26 |
| 823 | 0.05 | 198.768 | 61.623 | 261.175 | 213.249 |
| 824 | 0.04 | 199.26 | 61.5 | 261.193 | 213.209 |
| 825 | 0.05 | 199.506 | 61.623 | 261.202 | 213.189 |
| 826 | 0.05 | 199.875 | 61.623 | 261.215 | 213.159 |
| 827 | 0.05 | 199.998 | 61.746 | 261.219 | 213.149 |
| 828 | 0.04 | 200.244 | 61.746 | 261.228 | 213.129 |
| 829 | 0.05 | 200.49 | 61.746 | 261.237 | 213.109 |
| 830 | 0.04 | 200.736 | 61.746 | 261.246 | 213.088 |
| 831 | 0.05 | 200.859 | 61.869 | 261.251 | 213.078 |
| 832 | 0.05 | 201.228 | 61.746 | 261.264 | 213.048 |
| 833 | 0.05 | 201.351 | 61.869 | 261.268 | 213.038 |
| 834 | 0.04 | 201.474 | 62.115 | 261.273 | 213.028 |
| 835 | 0.05 | 201.72 | 62.115 | 261.281 | 213.009 |
| 836 | 0.05 | 201.966 | 62.238 | 261.29 | 212.989 |
| 837 | 0.04 | 202.335 | 62.238 | 261.303 | 212.959 |
| 838 | 0.05 | 202.458 | 62.484 | 261.308 | 212.949 |
| 839 | 0.04 | 202.827 | 62.484 | 261.321 | 212.919 |
| 840 | 0.05 | 203.073 | 62.607 | 261.33 | 212.899 |
| 841 | 0.05 | 203.442 | 62.607 | 261.343 | 212.869 |
| 842 | 0.05 | 203.565 | 62.853 | 261.347 | 212.859 |
| 843 | 0.04 | 203.934 | 62.853 | 261.36 | 212.83 |
| 844 | 0.05 | 204.18 | 62.853 | 261.369 | 212.81 |
| 845 | 0.05 | 204.426 | 62.853 | 261.378 | 212.79 |
| 846 | 0.04 | 204.672 | 62.853 | 261.387 | 212.771 |
| 847 | 0.05 | 204.918 | 62.976 | 261.395 | 212.751 |
| 848 | 0.05 | 205.287 | 62.976 | 261.408 | 212.721 |
| 849 | 0.04 | 205.533 | 62.976 | 261.417 | 212.702 |
| 850 | 0.05 | 205.779 | 62.976 | 261.426 | 212.682 |
| 851 | 0.05 | 206.025 | 62.976 | 261.434 | 212.662 |
| 852 | 0.04 | 206.148 | 63.099 | 261.439 | 212.653 |
| 853 | 0.05 | 206.394 | 63.099 | 261.447 | 212.633 |
| 854 | 0.05 | 206.517 | 63.345 | 261.452 | 212.623 |
| 855 | 0.05 | 206.886 | 63.222 | 261.464 | 212.594 |
| 856 | 0.04 | 207.132 | 63.222 | 261.473 | 212.574 |
| 857 | 0.05 | 207.378 | 63.345 | 261.482 | 212.555 |
| 858 | 0.04 | 207.624 | 63.345 | 261.49 | 212.535 |
| 859 | 0.05 | 207.747 | 63.591 | 261.495 | 212.526 |
| 860 | 0.05 | 207.993 | 63.591 | 261.503 | 212.506 |
| 861 | 0.04 | 208.239 | 63.714 | 261.512 | 212.487 |
| 862 | 0.05 | 208.608 | 63.591 | 261.525 | 212.458 |
| 863 | 0.05 | 208.731 | 63.837 | 261.529 | 212.448 |
| 864 | 0.05 | 209.223 | 63.714 | 261.546 | 212.409 |
| 865 | 0.04 | 209.592 | 63.714 | 261.559 | 212.38 |
| 866 | 0.05 | 209.715 | 63.837 | 261.563 | 212.371 |
| 867 | 0.04 | 210.084 | 63.714 | 261.576 | 212.342 |
| 868 | 0.05 | 210.207 | 63.714 | 261.58 | 212.332 |
| 869 | 0.05 | 210.453 | 63.837 | 261.588 | 212.313 |
| 870 | 0.05 | 210.699 | 63.837 | 261.597 | 212.294 |
| 871 | 0.04 | 210.822 | 63.96 | 261.601 | 212.284 |
| 872 | 0.05 | 211.068 | 63.96 | 261.609 | 212.265 |
| 873 | 0.05 | 211.314 | 63.96 | 261.618 | 212.246 |
| 874 | 0.04 | 211.683 | 63.96 | 261.63 | 212.217 |
| 875 | 0.05 | 211.929 | 64.083 | 261.639 | 212.198 |
| 876 | 0.04 | 212.175 | 64.083 | 261.647 | 212.179 |
| 877 | 0.06 | 212.421 | 64.206 | 261.656 | 212.159 |
| 878 | 0.04 | 212.667 | 64.083 | 261.664 | 212.14 |
| 879 | 0.05 | 212.913 | 64.083 | 261.672 | 212.121 |
| 880 | 0.04 | 213.159 | 64.083 | 261.681 | 212.102 |
| 881 | 0.05 | 213.282 | 64.329 | 261.685 | 212.093 |
| 882 | 0.05 | 213.528 | 64.329 | 261.693 | 212.074 |
| 883 | 0.04 | 213.897 | 64.206 | 261.706 | 212.045 |
| 884 | 0.05 | 214.143 | 64.206 | 261.714 | 212.026 |
| 885 | 0.05 | 214.389 | 64.329 | 261.722 | 212.007 |
| 886 | 0.05 | 214.635 | 64.206 | 261.731 | 211.988 |
| 887 | 0.04 | 214.881 | 64.206 | 261.739 | 211.97 |
| 888 | 0.05 | 215.127 | 64.329 | 261.747 | 211.951 |
| 889 | 0.04 | 215.619 | 64.083 | 261.764 | 211.913 |
| 890 | 0.05 | 215.865 | 64.083 | 261.772 | 211.894 |
| 891 | 0.05 | 215.988 | 64.206 | 261.776 | 211.885 |
| 892 | 0.05 | 216.111 | 64.329 | 261.78 | 211.875 |
| 893 | 0.04 | 216.357 | 64.452 | 261.789 | 211.856 |
| 894 | 0.05 | 216.603 | 64.452 | 261.797 | 211.838 |
| 895 | 0.05 | 216.849 | 64.698 | 261.805 | 211.819 |
| 896 | 0.04 | 217.218 | 64.452 | 261.817 | 211.791 |
| 897 | 0.05 | 217.464 | 64.575 | 261.826 | 211.772 |
| 898 | 0.05 | 217.71 | 64.575 | 261.834 | 211.753 |
| 899 | 0.04 | 217.956 | 64.698 | 261.842 | 211.735 |
| 900 | 0.05 | 218.202 | 64.698 | 261.85 | 211.716 |
| 901 | 0.05 | 218.325 | 64.821 | 261.854 | 211.707 |
| 902 | 0.04 | 218.571 | 64.944 | 261.862 | 211.688 |
| 903 | 0.05 | 218.817 | 64.821 | 261.871 | 211.669 |
| 904 | 0.05 | 219.186 | 64.821 | 261.883 | 211.642 |
| 905 | 0.04 | 219.309 | 64.821 | 261.887 | 211.632 |
| 906 | 0.05 | 219.678 | 64.821 | 261.899 | 211.605 |
| 907 | 0.05 | 219.924 | 64.821 | 261.907 | 211.586 |
| 908 | 0.04 | 220.17 | 64.698 | 261.915 | 211.567 |
| 909 | 0.05 | 220.416 | 64.821 | 261.923 | 211.549 |
| 910 | 0.05 | 220.662 | 64.821 | 261.931 | 211.531 |
| 911 | 0.04 | 220.908 | 64.821 | 261.939 | 211.512 |
| 912 | 0.05 | 221.031 | 64.944 | 261.943 | 211.503 |
| 913 | 0.05 | 221.277 | 65.067 | 261.951 | 211.484 |
| 914 | 0.05 | 221.523 | 65.067 | 261.959 | 211.466 |
| 915 | 0.04 | 222.015 | 64.944 | 261.976 | 211.429 |
| 916 | 0.05 | 222.138 | 64.944 | 261.98 | 211.42 |
| 917 | 0.04 | 222.384 | 65.067 | 261.988 | 211.402 |
| 918 | 0.05 | 222.63 | 65.067 | 261.996 | 211.383 |
| 919 | 0.05 | 222.876 | 65.067 | 262.004 | 211.365 |
| 920 | 0.05 | 223.245 | 64.944 | 262.016 | 211.338 |
| 921 | 0.04 | 223.491 | 64.821 | 262.023 | 211.319 |
| 922 | 0.05 | 223.737 | 64.821 | 262.031 | 211.301 |
| 923 | 0.05 | 223.86 | 64.821 | 262.035 | 211.292 |
| 924 | 0.04 | 224.106 | 64.698 | 262.043 | 211.274 |
| 925 | 0.05 | 224.229 | 64.821 | 262.047 | 211.265 |
| 926 | 0.04 | 224.475 | 64.944 | 262.055 | 211.247 |
| 927 | 0.05 | 224.721 | 64.944 | 262.063 | 211.228 |
| 928 | 0.05 | 225.09 | 64.821 | 262.075 | 211.201 |
| 929 | 0.05 | 225.336 | 64.944 | 262.083 | 211.183 |
| 930 | 0.04 | 225.582 | 64.944 | 262.091 | 211.165 |
| 931 | 0.05 | 225.951 | 64.944 | 262.103 | 211.138 |
| 932 | 0.05 | 226.197 | 64.944 | 262.111 | 211.12 |
| 933 | 0.04 | 226.32 | 65.19 | 262.114 | 211.111 |
| 934 | 0.05 | 226.566 | 65.19 | 262.122 | 211.093 |
| 935 | 0.05 | 226.812 | 65.19 | 262.13 | 211.075 |
| 936 | 0.04 | 227.181 | 65.19 | 262.142 | 211.048 |
| 937 | 0.05 | 227.304 | 65.313 | 262.146 | 211.039 |
| 938 | 0.05 | 227.673 | 65.313 | 262.158 | 211.012 |
| 939 | 0.04 | 227.919 | 65.313 | 262.165 | 210.994 |
| 940 | 0.05 | 228.042 | 65.313 | 262.169 | 210.985 |
| 941 | 0.05 | 228.411 | 65.313 | 262.181 | 210.958 |
| 942 | 0.05 | 228.534 | 65.436 | 262.185 | 210.949 |
| 943 | 0.04 | 228.78 | 65.436 | 262.193 | 210.931 |
| 944 | 0.05 | 229.026 | 65.559 | 262.2 | 210.913 |
| 945 | 0.04 | 229.149 | 65.682 | 262.204 | 210.904 |
| 946 | 0.05 | 229.395 | 65.682 | 262.212 | 210.887 |
| 947 | 0.05 | 229.764 | 65.682 | 262.224 | 210.86 |
| 948 | 0.04 | 230.01 | 65.805 | 262.231 | 210.842 |
| 949 | 0.05 | 230.256 | 65.805 | 262.239 | 210.824 |
| 950 | 0.05 | 230.625 | 65.805 | 262.251 | 210.798 |
| 951 | 0.05 | 230.748 | 65.928 | 262.254 | 210.789 |
| 952 | 0.04 | 230.994 | 66.051 | 262.262 | 210.771 |
| 953 | 0.05 | 231.363 | 66.174 | 262.274 | 210.745 |
| 954 | 0.05 | 231.732 | 66.051 | 262.285 | 210.718 |
| 955 | 0.04 | 231.978 | 66.174 | 262.293 | 210.7 |
| 956 | 0.05 | 232.224 | 66.174 | 262.301 | 210.683 |
| 957 | 0.05 | 232.47 | 66.174 | 262.308 | 210.665 |
| 958 | 0.04 | 232.593 | 66.174 | 262.312 | 210.656 |
| 959 | 0.05 | 232.839 | 66.174 | 262.32 | 210.639 |
| 960 | 0.05 | 233.085 | 66.174 | 262.327 | 210.621 |
| 961 | 0.04 | 233.208 | 66.297 | 262.331 | 210.613 |
| 962 | 0.05 | 233.454 | 66.297 | 262.339 | 210.595 |
| 963 | 0.05 | 233.7 | 66.42 | 262.346 | 210.577 |
| 964 | 0.05 | 233.946 | 66.42 | 262.354 | 210.56 |
| 965 | 0.04 | 234.315 | 66.42 | 262.365 | 210.534 |
| 966 | 0.05 | 234.561 | 66.42 | 262.373 | 210.516 |
| 967 | 0.04 | 234.93 | 66.297 | 262.384 | 210.49 |
| 968 | 0.05 | 235.176 | 66.42 | 262.392 | 210.473 |
| 969 | 0.05 | 235.422 | 66.42 | 262.399 | 210.455 |
| 970 | 0.04 | 235.668 | 66.42 | 262.407 | 210.438 |
| 971 | 0.05 | 235.914 | 66.42 | 262.414 | 210.421 |
| 972 | 0.05 | 236.16 | 66.42 | 262.422 | 210.403 |
| 973 | 0.05 | 236.406 | 66.297 | 262.429 | 210.386 |
| 974 | 0.04 | 236.775 | 66.297 | 262.441 | 210.36 |
| 975 | 0.05 | 237.021 | 66.297 | 262.448 | 210.343 |
| 976 | 0.04 | 237.144 | 66.297 | 262.452 | 210.334 |
| 977 | 0.05 | 237.39 | 66.297 | 262.459 | 210.317 |
| 978 | 0.05 | 237.636 | 66.174 | 262.467 | 210.299 |
| 979 | 0.05 | 237.882 | 66.051 | 262.474 | 210.282 |
| 980 | 0.04 | 238.005 | 66.297 | 262.478 | 210.274 |
| 981 | 0.05 | 238.128 | 66.297 | 262.482 | 210.265 |
| 982 | 0.05 | 238.497 | 66.297 | 262.493 | 210.239 |
| 983 | 0.04 | 238.866 | 66.297 | 262.504 | 210.213 |
| 984 | 0.05 | 239.112 | 66.297 | 262.511 | 210.196 |
| 985 | 0.04 | 239.358 | 66.42 | 262.519 | 210.179 |
| 986 | 0.05 | 239.604 | 66.42 | 262.526 | 210.162 |
| 987 | 0.05 | 239.85 | 66.42 | 262.534 | 210.145 |
| 988 | 0.05 | 240.096 | 66.42 | 262.541 | 210.128 |
| 989 | 0.04 | 240.342 | 66.297 | 262.548 | 210.111 |
| 990 | 0.05 | 240.588 | 66.42 | 262.556 | 210.094 |
| 991 | 0.05 | 240.834 | 66.297 | 262.563 | 210.077 |
| 992 | 0.04 | 241.08 | 66.297 | 262.57 | 210.06 |
| 993 | 0.05 | 241.326 | 66.297 | 262.578 | 210.043 |
| 994 | 0.05 | 241.572 | 66.297 | 262.585 | 210.026 |
| 995 | 0.04 | 241.695 | 66.297 | 262.589 | 210.017 |
| 996 | 0.05 | 241.941 | 66.42 | 262.596 | 210.0 |
| 997 | 0.05 | 242.31 | 66.42 | 262.607 | 209.975 |
| 998 | 0.04 | 242.679 | 66.42 | 262.618 | 209.949 |
| 999 | 0.05 | 242.925 | 66.42 | 262.625 | 209.933 |
| 1000 | 0.05 | 243.048 | 66.543 | 262.629 | 209.924 |
| 1001 | 0.05 | 243.417 | 66.543 | 262.64 | 209.899 |
| 1002 | 0.04 | 243.663 | 66.42 | 262.647 | 209.882 |
| 1003 | 0.05 | 243.786 | 66.543 | 262.651 | 209.874 |
| 1004 | 0.04 | 244.032 | 66.543 | 262.658 | 209.857 |
| 1005 | 0.05 | 244.401 | 66.42 | 262.669 | 209.832 |
| 1006 | 0.05 | 244.647 | 66.297 | 262.676 | 209.815 |
| 1007 | 0.04 | 245.016 | 66.174 | 262.687 | 209.79 |
| 1008 | 0.05 | 245.262 | 66.174 | 262.694 | 209.773 |
| 1009 | 0.05 | 245.385 | 66.174 | 262.698 | 209.765 |
| 1010 | 0.05 | 245.631 | 66.174 | 262.705 | 209.748 |
| 1011 | 0.04 | 245.754 | 66.174 | 262.709 | 209.739 |
| 1012 | 0.05 | 245.877 | 66.174 | 262.712 | 209.731 |
| 1013 | 0.05 | 246.123 | 66.174 | 262.719 | 209.714 |
| 1014 | 0.04 | 246.369 | 66.174 | 262.727 | 209.698 |
| 1015 | 0.05 | 246.615 | 66.174 | 262.734 | 209.681 |
| 1016 | 0.05 | 247.107 | 66.051 | 262.748 | 209.648 |
| 1017 | 0.04 | 247.476 | 65.805 | 262.759 | 209.623 |
| 1018 | 0.05 | 247.722 | 65.928 | 262.766 | 209.606 |
| 1019 | 0.05 | 248.091 | 65.805 | 262.777 | 209.582 |
| 1020 | 0.04 | 248.214 | 65.928 | 262.78 | 209.573 |
| 1021 | 0.05 | 248.46 | 65.928 | 262.787 | 209.557 |
| 1022 | 0.05 | 248.583 | 65.805 | 262.791 | 209.549 |
| 1023 | 0.04 | 248.829 | 65.682 | 262.798 | 209.532 |
| 1024 | 0.05 | 249.075 | 65.682 | 262.805 | 209.516 |
| 1025 | 0.05 | 249.321 | 65.682 | 262.812 | 209.499 |
| 1026 | 0.04 | 249.567 | 65.682 | 262.819 | 209.483 |
| 1027 | 0.05 | 249.936 | 65.559 | 262.83 | 209.458 |
| 1028 | 0.05 | 250.059 | 65.682 | 262.833 | 209.45 |
| 1029 | 0.04 | 250.305 | 65.682 | 262.84 | 209.433 |
| 1030 | 0.05 | 250.551 | 65.682 | 262.847 | 209.417 |
| 1031 | 0.05 | 250.797 | 65.682 | 262.854 | 209.401 |
| 1032 | 0.05 | 251.043 | 65.682 | 262.861 | 209.384 |
| 1033 | 0.04 | 251.289 | 65.559 | 262.868 | 209.368 |
| 1034 | 0.05 | 251.535 | 65.682 | 262.875 | 209.352 |
| 1035 | 0.04 | 251.658 | 65.928 | 262.879 | 209.343 |
| 1036 | 0.05 | 252.027 | 65.682 | 262.889 | 209.319 |
| 1037 | 0.05 | 252.273 | 65.682 | 262.897 | 209.303 |
| 1038 | 0.04 | 252.642 | 65.559 | 262.907 | 209.278 |
| 1039 | 0.05 | 252.765 | 65.682 | 262.91 | 209.27 |
| 1040 | 0.05 | 253.011 | 65.559 | 262.917 | 209.254 |
| 1041 | 0.05 | 253.257 | 65.559 | 262.924 | 209.238 |
| 1042 | 0.04 | 253.503 | 65.436 | 262.931 | 209.221 |
| 1043 | 0.05 | 253.626 | 65.559 | 262.935 | 209.213 |
| 1044 | 0.04 | 253.995 | 65.313 | 262.945 | 209.189 |
| 1045 | 0.05 | 254.241 | 65.436 | 262.952 | 209.173 |
| 1046 | 0.05 | 254.61 | 65.313 | 262.963 | 209.149 |
| 1047 | 0.05 | 254.856 | 65.313 | 262.969 | 209.133 |
| 1048 | 0.04 | 255.102 | 65.436 | 262.976 | 209.116 |
| 1049 | 0.05 | 255.225 | 65.559 | 262.98 | 209.108 |
| 1050 | 0.05 | 255.594 | 65.559 | 262.99 | 209.084 |
| 1051 | 0.04 | 255.717 | 65.682 | 262.994 | 209.076 |
| 1052 | 0.05 | 256.086 | 65.559 | 263.004 | 209.052 |
| 1053 | 0.04 | 256.455 | 65.313 | 263.014 | 209.028 |
| 1054 | 0.05 | 256.701 | 65.313 | 263.021 | 209.012 |
| 1055 | 0.05 | 256.824 | 65.436 | 263.025 | 209.004 |
| 1056 | 0.05 | 257.07 | 65.436 | 263.031 | 208.988 |
| 1057 | 0.04 | 257.316 | 65.313 | 263.038 | 208.972 |
| 1058 | 0.05 | 257.439 | 65.436 | 263.042 | 208.964 |
| 1059 | 0.05 | 257.685 | 65.313 | 263.049 | 208.948 |
| 1060 | 0.04 | 257.931 | 65.559 | 263.055 | 208.932 |
| 1061 | 0.05 | 258.177 | 65.559 | 263.062 | 208.916 |
| 1062 | 0.05 | 258.423 | 65.682 | 263.069 | 208.9 |
| 1063 | 0.04 | 258.792 | 65.559 | 263.079 | 208.877 |
| 1064 | 0.05 | 259.038 | 65.559 | 263.086 | 208.861 |
| 1065 | 0.05 | 259.284 | 65.559 | 263.093 | 208.845 |
| 1066 | 0.04 | 259.53 | 65.436 | 263.1 | 208.829 |
| 1067 | 0.05 | 259.776 | 65.313 | 263.106 | 208.813 |
| 1068 | 0.05 | 259.899 | 65.436 | 263.11 | 208.805 |
| 1069 | 0.04 | 260.268 | 65.313 | 263.12 | 208.782 |
| 1070 | 0.05 | 260.637 | 65.19 | 263.13 | 208.758 |
| 1071 | 0.05 | 260.883 | 65.19 | 263.137 | 208.742 |
| 1072 | 0.04 | 261.129 | 65.19 | 263.143 | 208.726 |
| 1073 | 0.05 | 261.375 | 65.313 | 263.15 | 208.711 |
| 1074 | 0.05 | 261.744 | 65.067 | 263.16 | 208.687 |
| 1075 | 0.04 | 261.867 | 65.19 | 263.164 | 208.679 |
| 1076 | 0.05 | 262.113 | 65.067 | 263.17 | 208.664 |
| 1077 | 0.05 | 262.236 | 65.067 | 263.174 | 208.656 |
| 1078 | 0.05 | 262.359 | 65.067 | 263.177 | 208.648 |
| 1079 | 0.04 | 262.728 | 64.944 | 263.187 | 208.624 |
| 1080 | 0.05 | 262.974 | 64.944 | 263.194 | 208.609 |
| 1081 | 0.05 | 263.343 | 64.821 | 263.204 | 208.585 |
| 1082 | 0.04 | 263.589 | 64.698 | 263.21 | 208.57 |
| 1083 | 0.05 | 263.835 | 64.698 | 263.217 | 208.554 |
| 1084 | 0.04 | 263.958 | 64.821 | 263.22 | 208.546 |
| 1085 | 0.05 | 264.204 | 64.698 | 263.227 | 208.531 |
| 1086 | 0.05 | 264.45 | 64.575 | 263.234 | 208.515 |
| 1087 | 0.05 | 264.696 | 64.575 | 263.24 | 208.5 |
| 1088 | 0.04 | 264.819 | 64.698 | 263.244 | 208.492 |
| 1089 | 0.05 | 265.188 | 64.575 | 263.254 | 208.469 |
| 1090 | 0.05 | 265.434 | 64.575 | 263.26 | 208.453 |
| 1091 | 0.04 | 265.803 | 64.452 | 263.27 | 208.43 |
| 1092 | 0.05 | 266.049 | 64.575 | 263.277 | 208.415 |
| 1093 | 0.05 | 266.295 | 64.575 | 263.283 | 208.399 |
| 1094 | 0.04 | 266.541 | 64.575 | 263.29 | 208.384 |
| 1095 | 0.05 | 266.91 | 64.452 | 263.3 | 208.361 |
| 1096 | 0.05 | 267.156 | 64.575 | 263.306 | 208.345 |
| 1097 | 0.04 | 267.279 | 64.575 | 263.31 | 208.338 |
| 1098 | 0.05 | 267.402 | 64.698 | 263.313 | 208.33 |
| 1099 | 0.05 | 267.771 | 64.329 | 263.323 | 208.307 |
| 1100 | 0.05 | 268.017 | 64.206 | 263.329 | 208.292 |
| 1101 | 0.04 | 268.263 | 64.329 | 263.336 | 208.276 |
| 1102 | 0.05 | 268.632 | 64.083 | 263.346 | 208.253 |
| 1103 | 0.04 | 268.755 | 64.206 | 263.349 | 208.246 |
| 1104 | 0.05 | 269.001 | 64.083 | 263.355 | 208.23 |
| 1105 | 0.05 | 269.37 | 63.96 | 263.365 | 208.207 |
| 1106 | 0.04 | 269.493 | 63.96 | 263.368 | 208.2 |
| 1107 | 0.05 | 269.862 | 63.714 | 263.378 | 208.177 |
| 1108 | 0.05 | 269.985 | 63.837 | 263.381 | 208.169 |
| 1109 | 0.05 | 270.231 | 63.714 | 263.388 | 208.154 |
| 1110 | 0.04 | 270.477 | 63.837 | 263.394 | 208.139 |
| 1111 | 0.05 | 270.723 | 63.714 | 263.401 | 208.124 |
| 1112 | 0.04 | 270.969 | 63.591 | 263.407 | 208.109 |
| 1113 | 0.05 | 271.092 | 63.714 | 263.41 | 208.101 |
| 1114 | 0.05 | 271.461 | 63.468 | 263.42 | 208.078 |
| 1115 | 0.04 | 271.584 | 63.714 | 263.423 | 208.071 |
| 1116 | 0.05 | 271.83 | 63.714 | 263.43 | 208.056 |
| 1117 | 0.05 | 272.199 | 63.591 | 263.439 | 208.033 |
| 1118 | 0.05 | 272.445 | 63.591 | 263.446 | 208.018 |
| 1119 | 0.04 | 272.814 | 63.345 | 263.455 | 207.995 |
| 1120 | 0.05 | 273.06 | 63.345 | 263.462 | 207.98 |
| 1121 | 0.04 | 273.306 | 63.345 | 263.468 | 207.965 |
| 1122 | 0.05 | 273.552 | 63.222 | 263.475 | 207.95 |
| 1123 | 0.05 | 273.798 | 63.222 | 263.481 | 207.935 |
| 1124 | 0.05 | 274.044 | 63.345 | 263.487 | 207.92 |
| 1125 | 0.04 | 274.29 | 63.345 | 263.494 | 207.905 |
| 1126 | 0.05 | 274.413 | 63.468 | 263.497 | 207.898 |
| 1127 | 0.05 | 274.782 | 63.345 | 263.507 | 207.875 |
| 1128 | 0.04 | 275.028 | 63.222 | 263.513 | 207.86 |
| 1129 | 0.05 | 275.274 | 63.099 | 263.519 | 207.845 |
| 1130 | 0.05 | 275.52 | 63.099 | 263.526 | 207.83 |
| 1131 | 0.04 | 275.766 | 63.099 | 263.532 | 207.815 |
| 1132 | 0.05 | 276.012 | 62.976 | 263.538 | 207.8 |
| 1133 | 0.05 | 276.135 | 62.976 | 263.541 | 207.793 |
| 1134 | 0.04 | 276.381 | 62.976 | 263.548 | 207.778 |
| 1135 | 0.05 | 276.627 | 62.976 | 263.554 | 207.763 |
| 1136 | 0.05 | 276.873 | 62.853 | 263.56 | 207.748 |
| 1137 | 0.04 | 277.119 | 62.976 | 263.567 | 207.734 |
| 1138 | 0.05 | 277.365 | 62.976 | 263.573 | 207.719 |
| 1139 | 0.05 | 277.734 | 62.73 | 263.582 | 207.697 |
| 1140 | 0.04 | 277.98 | 62.73 | 263.589 | 207.682 |
| 1141 | 0.05 | 278.103 | 62.853 | 263.592 | 207.674 |
| 1142 | 0.05 | 278.349 | 62.73 | 263.598 | 207.66 |
| 1143 | 0.04 | 278.718 | 62.73 | 263.608 | 207.637 |
| 1144 | 0.05 | 278.964 | 62.607 | 263.614 | 207.623 |
| 1145 | 0.05 | 279.21 | 62.73 | 263.62 | 207.608 |
| 1146 | 0.05 | 279.456 | 62.73 | 263.626 | 207.593 |
| 1147 | 0.04 | 279.825 | 62.607 | 263.636 | 207.571 |
| 1148 | 0.05 | 279.948 | 62.73 | 263.639 | 207.564 |
| 1149 | 0.04 | 280.317 | 62.484 | 263.648 | 207.542 |
| 1150 | 0.05 | 280.563 | 62.607 | 263.654 | 207.527 |
| 1151 | 0.05 | 280.686 | 62.607 | 263.658 | 207.52 |
| 1152 | 0.04 | 280.932 | 62.484 | 263.664 | 207.505 |
| 1153 | 0.05 | 281.178 | 62.484 | 263.67 | 207.491 |
| 1154 | 0.05 | 281.301 | 62.484 | 263.673 | 207.483 |
| 1155 | 0.05 | 281.547 | 62.484 | 263.679 | 207.469 |
| 1156 | 0.04 | 281.916 | 62.361 | 263.689 | 207.447 |
| 1157 | 0.05 | 282.162 | 62.361 | 263.695 | 207.432 |
| 1158 | 0.04 | 282.408 | 62.361 | 263.701 | 207.418 |
| 1159 | 0.05 | 282.654 | 62.361 | 263.707 | 207.403 |
| 1160 | 0.05 | 283.146 | 61.992 | 263.719 | 207.374 |
| 1161 | 0.05 | 283.269 | 62.115 | 263.722 | 207.367 |
| 1162 | 0.04 | 283.515 | 61.992 | 263.729 | 207.352 |
| 1163 | 0.05 | 283.761 | 61.869 | 263.735 | 207.338 |
| 1164 | 0.05 | 283.884 | 61.992 | 263.738 | 207.331 |
| 1165 | 0.04 | 284.253 | 61.746 | 263.747 | 207.309 |
| 1166 | 0.05 | 284.499 | 61.746 | 263.753 | 207.295 |
| 1167 | 0.04 | 284.745 | 61.746 | 263.759 | 207.28 |
| 1168 | 0.05 | 284.868 | 61.992 | 263.762 | 207.273 |
| 1169 | 0.05 | 285.114 | 61.992 | 263.768 | 207.258 |
| 1170 | 0.05 | 285.483 | 61.869 | 263.778 | 207.237 |
| 1171 | 0.04 | 285.729 | 61.869 | 263.784 | 207.222 |
| 1172 | 0.05 | 285.975 | 61.746 | 263.79 | 207.208 |
| 1173 | 0.05 | 286.221 | 61.746 | 263.796 | 207.194 |
| 1174 | 0.04 | 286.467 | 61.623 | 263.802 | 207.179 |
| 1175 | 0.05 | 286.59 | 61.746 | 263.805 | 207.172 |
| 1176 | 0.05 | 286.836 | 61.623 | 263.811 | 207.158 |
| 1177 | 0.05 | 287.082 | 61.5 | 263.817 | 207.144 |
| 1178 | 0.04 | 287.205 | 61.5 | 263.82 | 207.136 |
| 1179 | 0.05 | 287.574 | 61.5 | 263.829 | 207.115 |
| 1180 | 0.04 | 287.82 | 61.5 | 263.835 | 207.101 |
| 1181 | 0.05 | 288.066 | 61.377 | 263.841 | 207.086 |
| 1182 | 0.05 | 288.312 | 61.377 | 263.847 | 207.072 |
| 1183 | 0.04 | 288.558 | 61.377 | 263.853 | 207.058 |
| 1184 | 0.05 | 288.927 | 61.254 | 263.863 | 207.037 |
| 1185 | 0.05 | 289.173 | 61.131 | 263.869 | 207.022 |
| 1186 | 0.05 | 289.419 | 61.008 | 263.875 | 207.008 |
| 1187 | 0.04 | 289.788 | 60.885 | 263.884 | 206.987 |
| 1188 | 0.05 | 289.911 | 61.008 | 263.887 | 206.98 |
| 1189 | 0.04 | 290.28 | 60.762 | 263.896 | 206.958 |
| 1190 | 0.05 | 290.526 | 60.639 | 263.902 | 206.944 |
| 1191 | 0.05 | 290.649 | 60.762 | 263.905 | 206.937 |
| 1192 | 0.04 | 290.895 | 60.639 | 263.911 | 206.923 |
| 1193 | 0.05 | 291.141 | 60.639 | 263.917 | 206.909 |
| 1194 | 0.05 | 291.387 | 60.639 | 263.923 | 206.895 |
| 1195 | 0.05 | 291.633 | 60.639 | 263.928 | 206.881 |
| 1196 | 0.04 | 291.879 | 60.516 | 263.934 | 206.867 |
| 1197 | 0.05 | 292.002 | 60.516 | 263.937 | 206.86 |
| 1198 | 0.04 | 292.371 | 60.27 | 263.946 | 206.839 |
| 1199 | 0.05 | 292.617 | 60.27 | 263.952 | 206.824 |
| 1200 | 0.05 | 292.986 | 60.024 | 263.961 | 206.803 |
| 1201 | 0.04 | 293.232 | 60.024 | 263.967 | 206.789 |
| 1202 | 0.05 | 293.355 | 59.901 | 263.97 | 206.782 |
| 1203 | 0.05 | 293.724 | 59.778 | 263.979 | 206.761 |
| 1204 | 0.05 | 294.093 | 59.532 | 263.988 | 206.74 |
| 1205 | 0.04 | 294.216 | 59.655 | 263.991 | 206.733 |
| 1206 | 0.05 | 294.585 | 59.409 | 264.0 | 206.712 |
| 1207 | 0.04 | 294.831 | 59.163 | 264.006 | 206.699 |
| 1208 | 0.05 | 295.077 | 59.04 | 264.012 | 206.685 |
| 1209 | 0.05 | 295.323 | 58.917 | 264.017 | 206.671 |
| 1210 | 0.04 | 295.446 | 58.917 | 264.02 | 206.664 |
| 1211 | 0.05 | 295.692 | 58.794 | 264.026 | 206.65 |
| 1212 | 0.05 | 295.938 | 58.794 | 264.032 | 206.636 |
| 1213 | 0.04 | 296.184 | 58.794 | 264.038 | 206.622 |
| 1214 | 0.05 | 296.43 | 58.671 | 264.044 | 206.608 |
| 1215 | 0.05 | 296.676 | 58.671 | 264.05 | 206.594 |
| 1216 | 0.04 | 296.922 | 58.671 | 264.056 | 206.58 |
| 1217 | 0.05 | 297.168 | 58.671 | 264.061 | 206.567 |
| 1218 | 0.05 | 297.414 | 58.425 | 264.067 | 206.553 |
| 1219 | 0.04 | 297.783 | 58.302 | 264.076 | 206.532 |
| 1220 | 0.05 | 298.029 | 58.179 | 264.082 | 206.518 |
| 1221 | 0.05 | 298.275 | 58.179 | 264.088 | 206.504 |
| 1222 | 0.04 | 298.398 | 58.179 | 264.091 | 206.498 |
| 1223 | 0.05 | 298.767 | 58.056 | 264.099 | 206.477 |
| 1224 | 0.04 | 298.89 | 58.056 | 264.102 | 206.47 |
| 1225 | 0.05 | 299.136 | 58.056 | 264.108 | 206.456 |
| 1226 | 0.05 | 299.382 | 57.933 | 264.114 | 206.443 |
| 1227 | 0.05 | 299.751 | 57.81 | 264.123 | 206.422 |
| 1228 | 0.04 | 299.874 | 57.687 | 264.126 | 206.415 |
| 1229 | 0.05 | 300.12 | 57.687 | 264.131 | 206.401 |
| 1230 | 0.05 | 300.366 | 57.564 | 264.137 | 206.388 |
| 1231 | 0.04 | 300.612 | 57.441 | 264.143 | 206.374 |
| 1232 | 0.05 | 300.981 | 57.195 | 264.152 | 206.354 |
| 1233 | 0.04 | 301.227 | 57.072 | 264.157 | 206.34 |
| 1234 | 0.05 | 301.473 | 56.949 | 264.163 | 206.326 |
| 1235 | 0.05 | 301.719 | 56.826 | 264.169 | 206.313 |
| 1236 | 0.05 | 301.965 | 56.703 | 264.175 | 206.299 |
| 1237 | 0.04 | 302.211 | 56.58 | 264.18 | 206.285 |
| 1238 | 0.05 | 302.457 | 56.457 | 264.186 | 206.272 |
| 1239 | 0.05 | 302.58 | 56.334 | 264.189 | 206.265 |
| 1240 | 0.04 | 302.826 | 56.088 | 264.195 | 206.251 |
| 1241 | 0.05 | 303.072 | 55.965 | 264.2 | 206.238 |
| 1242 | 0.05 | 303.195 | 55.965 | 264.203 | 206.231 |
| 1243 | 0.04 | 303.564 | 55.596 | 264.212 | 206.211 |
| 1244 | 0.05 | 303.81 | 55.596 | 264.218 | 206.197 |
| 1245 | 0.05 | 304.179 | 55.473 | 264.226 | 206.177 |
| 1246 | 0.04 | 304.425 | 55.35 | 264.232 | 206.163 |
| 1247 | 0.05 | 304.794 | 55.104 | 264.241 | 206.143 |
| 1248 | 0.05 | 305.04 | 54.981 | 264.246 | 206.13 |
| 1249 | 0.04 | 305.286 | 54.981 | 264.252 | 206.116 |
| 1250 | 0.05 | 305.532 | 54.735 | 264.258 | 206.103 |
| 1251 | 0.05 | 305.778 | 54.612 | 264.263 | 206.089 |
| 1252 | 0.04 | 306.024 | 54.489 | 264.269 | 206.076 |
| 1253 | 0.05 | 306.27 | 54.366 | 264.275 | 206.062 |
| 1254 | 0.04 | 306.516 | 54.12 | 264.28 | 206.049 |
| 1255 | 0.05 | 306.762 | 53.997 | 264.286 | 206.035 |
| 1256 | 0.05 | 307.008 | 53.751 | 264.292 | 206.022 |
| 1257 | 0.05 | 307.377 | 53.505 | 264.3 | 206.002 |
| 1258 | 0.04 | 307.623 | 53.382 | 264.306 | 205.989 |
| 1259 | 0.05 | 307.746 | 53.259 | 264.309 | 205.982 |
| 1260 | 0.05 | 307.992 | 53.136 | 264.314 | 205.969 |
| 1261 | 0.04 | 308.238 | 53.013 | 264.32 | 205.955 |
| 1262 | 0.05 | 308.361 | 53.013 | 264.323 | 205.948 |
| 1263 | 0.04 | 308.607 | 52.89 | 264.328 | 205.935 |
| 1264 | 0.05 | 308.853 | 52.89 | 264.334 | 205.922 |
| 1265 | 0.05 | 309.099 | 52.89 | 264.34 | 205.909 |
| 1266 | 0.04 | 309.468 | 52.644 | 264.348 | 205.889 |
| 1267 | 0.05 | 309.837 | 52.398 | 264.356 | 205.869 |
| 1268 | 0.05 | 310.083 | 52.398 | 264.362 | 205.855 |
| 1269 | 0.05 | 310.329 | 52.275 | 264.368 | 205.842 |
| 1270 | 0.04 | 310.575 | 52.029 | 264.373 | 205.829 |
| 1271 | 0.05 | 310.944 | 51.66 | 264.382 | 205.809 |
| 1272 | 0.04 | 311.067 | 51.537 | 264.384 | 205.802 |
| 1273 | 0.05 | 311.19 | 51.537 | 264.387 | 205.796 |
| 1274 | 0.05 | 311.559 | 51.168 | 264.396 | 205.776 |
| 1275 | 0.04 | 311.805 | 51.045 | 264.401 | 205.763 |
| 1276 | 0.05 | 312.051 | 50.799 | 264.407 | 205.749 |
| 1277 | 0.05 | 312.297 | 50.553 | 264.412 | 205.736 |
| 1278 | 0.05 | 312.543 | 50.43 | 264.418 | 205.723 |
| 1279 | 0.04 | 312.789 | 50.061 | 264.424 | 205.71 |
| 1280 | 0.05 | 313.158 | 49.815 | 264.432 | 205.69 |
| 1281 | 0.04 | 313.404 | 49.446 | 264.437 | 205.677 |
| 1282 | 0.05 | 313.527 | 49.323 | 264.44 | 205.67 |
| 1283 | 0.05 | 313.773 | 48.954 | 264.446 | 205.657 |
| 1284 | 0.04 | 314.019 | 48.708 | 264.451 | 205.644 |
| 1285 | 0.05 | 314.142 | 48.585 | 264.454 | 205.638 |
| 1286 | 0.05 | 314.388 | 48.339 | 264.46 | 205.625 |
| 1287 | 0.04 | 314.634 | 48.093 | 264.465 | 205.611 |
| 1288 | 0.05 | 314.88 | 47.847 | 264.471 | 205.598 |
| 1289 | 0.05 | 315.126 | 47.601 | 264.476 | 205.585 |
| 1290 | 0.04 | 315.495 | 47.109 | 264.484 | 205.566 |
| 1291 | 0.05 | 315.741 | 46.863 | 264.49 | 205.553 |
| 1292 | 0.05 | 315.987 | 46.494 | 264.495 | 205.54 |
| 1293 | 0.04 | 316.233 | 46.248 | 264.501 | 205.527 |
| 1294 | 0.05 | 316.356 | 46.125 | 264.504 | 205.52 |
| 1295 | 0.05 | 316.602 | 45.879 | 264.509 | 205.507 |
| 1296 | 0.04 | 316.971 | 45.633 | 264.517 | 205.488 |
| 1297 | 0.05 | 317.094 | 45.51 | 264.52 | 205.481 |
| 1298 | 0.04 | 317.34 | 45.387 | 264.526 | 205.468 |
| 1299 | 0.05 | 317.586 | 45.264 | 264.531 | 205.455 |
| 1300 | 0.05 | 317.832 | 45.018 | 264.537 | 205.442 |
| 1301 | 0.05 | 318.078 | 45.018 | 264.542 | 205.429 |
| 1302 | 0.04 | 318.324 | 44.772 | 264.548 | 205.416 |
| 1303 | 0.05 | 318.693 | 44.526 | 264.556 | 205.397 |
| 1304 | 0.05 | 318.816 | 44.403 | 264.559 | 205.39 |
| 1305 | 0.04 | 319.185 | 44.157 | 264.567 | 205.371 |
| 1306 | 0.05 | 319.431 | 43.911 | 264.572 | 205.358 |
| 1307 | 0.04 | 319.554 | 43.788 | 264.575 | 205.352 |
| 1308 | 0.05 | 319.923 | 43.419 | 264.583 | 205.332 |
| 1309 | 0.05 | 320.169 | 43.296 | 264.589 | 205.319 |
| 1310 | 0.04 | 320.415 | 43.173 | 264.594 | 205.306 |
| 1311 | 0.05 | 320.661 | 42.927 | 264.599 | 205.294 |
| 1312 | 0.05 | 320.907 | 42.804 | 264.605 | 205.281 |
| 1313 | 0.05 | 321.276 | 42.435 | 264.613 | 205.261 |
| 1314 | 0.04 | 321.399 | 42.312 | 264.616 | 205.255 |
| 1315 | 0.05 | 321.645 | 42.066 | 264.621 | 205.242 |
| 1316 | 0.04 | 322.014 | 41.574 | 264.629 | 205.223 |
| 1317 | 0.05 | 322.137 | 41.451 | 264.632 | 205.217 |
| 1318 | 0.05 | 322.383 | 41.205 | 264.637 | 205.204 |
| 1319 | 0.04 | 322.629 | 41.082 | 264.643 | 205.191 |
| 1320 | 0.05 | 322.998 | 40.713 | 264.651 | 205.172 |
| 1321 | 0.05 | 323.121 | 40.59 | 264.654 | 205.165 |
| 1322 | 0.04 | 323.49 | 40.221 | 264.662 | 205.146 |
| 1323 | 0.05 | 323.736 | 39.975 | 264.667 | 205.134 |
| 1324 | 0.05 | 323.859 | 39.852 | 264.67 | 205.127 |
| 1325 | 0.04 | 324.228 | 39.483 | 264.678 | 205.108 |
| 1326 | 0.05 | 324.474 | 39.237 | 264.683 | 205.095 |
| 1327 | 0.05 | 324.597 | 39.114 | 264.686 | 205.089 |
| 1328 | 0.04 | 324.72 | 38.991 | 264.689 | 205.083 |
| 1329 | 0.05 | 324.966 | 38.745 | 264.694 | 205.07 |
| 1330 | 0.05 | 325.212 | 38.622 | 264.699 | 205.057 |
| 1331 | 0.04 | 325.458 | 38.376 | 264.705 | 205.045 |
| 1332 | 0.05 | 325.827 | 37.884 | 264.713 | 205.025 |
| 1333 | 0.04 | 326.196 | 37.638 | 264.721 | 205.006 |
| 1334 | 0.05 | 326.565 | 37.269 | 264.729 | 204.988 |
| 1335 | 0.05 | 326.811 | 37.023 | 264.734 | 204.975 |
| 1336 | 0.05 | 326.934 | 36.777 | 264.737 | 204.969 |
| 1337 | 0.04 | 327.18 | 36.531 | 264.742 | 204.956 |
| 1338 | 0.05 | 327.426 | 36.285 | 264.748 | 204.943 |
| 1339 | 0.05 | 327.672 | 35.793 | 264.753 | 204.931 |
| 1340 | 0.04 | 327.918 | 35.547 | 264.758 | 204.918 |
| 1341 | 0.05 | 328.164 | 35.301 | 264.764 | 204.905 |
| 1342 | 0.04 | 328.41 | 35.178 | 264.769 | 204.893 |
| 1343 | 0.05 | 328.656 | 34.809 | 264.774 | 204.88 |
| 1344 | 0.05 | 328.902 | 34.686 | 264.78 | 204.868 |
| 1345 | 0.05 | 329.271 | 34.44 | 264.788 | 204.849 |
| 1346 | 0.04 | 329.394 | 34.194 | 264.79 | 204.843 |
| 1347 | 0.05 | 329.64 | 33.948 | 264.796 | 204.83 |
| 1348 | 0.05 | 329.886 | 33.702 | 264.801 | 204.818 |
| 1349 | 0.04 | 330.132 | 33.456 | 264.806 | 204.805 |
| 1350 | 0.05 | 330.501 | 32.964 | 264.814 | 204.786 |
| 1351 | 0.04 | 330.624 | 32.841 | 264.817 | 204.78 |
| 1352 | 0.05 | 330.87 | 32.595 | 264.822 | 204.767 |
| 1353 | 0.05 | 331.116 | 32.349 | 264.827 | 204.755 |
| 1354 | 0.04 | 331.485 | 31.98 | 264.835 | 204.736 |
| 1355 | 0.05 | 331.608 | 31.857 | 264.838 | 204.73 |
| 1356 | 0.05 | 331.854 | 31.488 | 264.843 | 204.717 |
| 1357 | 0.05 | 332.223 | 31.242 | 264.851 | 204.699 |
| 1358 | 0.04 | 332.469 | 30.996 | 264.856 | 204.686 |
| 1359 | 0.05 | 332.715 | 30.75 | 264.862 | 204.674 |
| 1360 | 0.04 | 332.961 | 30.504 | 264.867 | 204.661 |
| 1361 | 0.05 | 333.207 | 30.258 | 264.872 | 204.649 |
| 1362 | 0.05 | 333.453 | 30.135 | 264.878 | 204.637 |
| 1363 | 0.04 | 333.699 | 29.889 | 264.883 | 204.624 |
| 1364 | 0.05 | 333.945 | 29.643 | 264.888 | 204.612 |
| 1365 | 0.05 | 334.191 | 29.397 | 264.893 | 204.599 |
| 1366 | 0.04 | 334.437 | 29.151 | 264.899 | 204.587 |
| 1367 | 0.05 | 334.683 | 28.905 | 264.904 | 204.575 |
| 1368 | 0.05 | 335.052 | 28.659 | 264.912 | 204.556 |
| 1369 | 0.05 | 335.298 | 28.29 | 264.917 | 204.544 |
| 1370 | 0.04 | 335.421 | 28.167 | 264.92 | 204.537 |
| 1371 | 0.05 | 335.667 | 27.921 | 264.925 | 204.525 |
| 1372 | 0.04 | 335.667 | 27.798 | 264.925 | 204.525 |
| 1373 | 0.05 | 336.036 | 27.552 | 264.933 | 204.507 |
| 1374 | 0.05 | 336.159 | 27.429 | 264.935 | 204.5 |
| 1375 | 0.04 | 336.405 | 27.183 | 264.941 | 204.488 |
| 1376 | 0.05 | 336.651 | 26.937 | 264.946 | 204.476 |
| 1377 | 0.05 | 336.897 | 26.814 | 264.951 | 204.463 |
| 1378 | 0.04 | 337.266 | 26.568 | 264.959 | 204.445 |
| 1379 | 0.05 | 337.635 | 26.322 | 264.967 | 204.427 |
| 1380 | 0.05 | 337.881 | 26.076 | 264.972 | 204.414 |
| 1381 | 0.04 | 338.127 | 25.83 | 264.977 | 204.402 |
| 1382 | 0.05 | 338.496 | 25.461 | 264.985 | 204.384 |
| 1383 | 0.05 | 338.619 | 25.092 | 264.987 | 204.377 |
| 1384 | 0.04 | 338.742 | 24.969 | 264.99 | 204.371 |
| 1385 | 0.05 | 338.988 | 24.723 | 264.995 | 204.359 |
| 1386 | 0.05 | 339.111 | 24.6 | 264.998 | 204.353 |
| 1387 | 0.04 | 339.357 | 24.354 | 265.003 | 204.341 |
| 1388 | 0.05 | 339.726 | 23.985 | 265.011 | 204.322 |
| 1389 | 0.04 | 339.972 | 23.985 | 265.016 | 204.31 |
| 1390 | 0.05 | 340.218 | 23.739 | 265.021 | 204.298 |
| 1391 | 0.05 | 340.464 | 23.493 | 265.026 | 204.286 |
| 1392 | 0.05 | 340.833 | 23.247 | 265.034 | 204.267 |
| 1393 | 0.04 | 341.079 | 23.001 | 265.039 | 204.255 |
| 1394 | 0.05 | 341.325 | 22.755 | 265.045 | 204.243 |
| 1395 | 0.05 | 341.448 | 22.632 | 265.047 | 204.237 |
| 1396 | 0.04 | 341.817 | 22.386 | 265.055 | 204.219 |
| 1397 | 0.05 | 341.94 | 22.263 | 265.057 | 204.213 |
| 1398 | 0.04 | 342.186 | 22.017 | 265.063 | 204.2 |
| 1399 | 0.05 | 342.432 | 21.771 | 265.068 | 204.188 |
| 1400 | 0.05 | 342.678 | 21.648 | 265.073 | 204.176 |
| 1401 | 0.04 | 342.924 | 21.402 | 265.078 | 204.164 |
| 1402 | 0.05 | 343.17 | 21.402 | 265.083 | 204.152 |
| 1403 | 0.05 | 343.539 | 21.033 | 265.091 | 204.134 |
| 1404 | 0.05 | 343.785 | 20.787 | 265.096 | 204.122 |
| 1405 | 0.04 | 343.908 | 20.787 | 265.099 | 204.116 |
| 1406 | 0.05 | 344.154 | 20.664 | 265.104 | 204.103 |
| 1407 | 0.04 | 344.4 | 20.541 | 265.109 | 204.091 |
| 1408 | 0.05 | 344.769 | 20.295 | 265.117 | 204.073 |
| 1409 | 0.05 | 345.015 | 20.049 | 265.122 | 204.061 |
| 1410 | 0.04 | 345.261 | 19.803 | 265.127 | 204.049 |
| 1411 | 0.05 | 345.384 | 19.803 | 265.13 | 204.043 |
| 1412 | 0.05 | 345.753 | 19.434 | 265.137 | 204.025 |
| 1413 | 0.04 | 345.999 | 19.188 | 265.142 | 204.013 |
| 1414 | 0.05 | 346.245 | 18.819 | 265.148 | 204.001 |
| 1415 | 0.05 | 346.368 | 18.696 | 265.15 | 203.995 |
| 1416 | 0.04 | 346.614 | 18.45 | 265.155 | 203.983 |
| 1417 | 0.05 | 346.86 | 17.958 | 265.16 | 203.971 |
| 1418 | 0.05 | 347.106 | 17.712 | 265.166 | 203.959 |
| 1419 | 0.04 | 347.352 | 17.466 | 265.171 | 203.947 |
| 1420 | 0.05 | 347.475 | 17.466 | 265.173 | 203.941 |
| 1421 | 0.05 | 347.721 | 17.22 | 265.178 | 203.929 |
| 1422 | 0.04 | 348.09 | 16.851 | 265.186 | 203.911 |
| 1423 | 0.05 | 348.336 | 16.728 | 265.191 | 203.899 |
| 1424 | 0.04 | 348.705 | 16.482 | 265.199 | 203.881 |
| 1425 | 0.05 | 348.828 | 16.359 | 265.201 | 203.875 |
| 1426 | 0.05 | 349.197 | 16.113 | 265.209 | 203.857 |
| 1427 | 0.05 | 349.32 | 16.113 | 265.212 | 203.851 |
| 1428 | 0.04 | 349.566 | 15.744 | 265.217 | 203.839 |
| 1429 | 0.05 | 349.812 | 15.621 | 265.222 | 203.827 |
| 1430 | 0.05 | 350.058 | 15.621 | 265.227 | 203.815 |
| 1431 | 0.04 | 350.304 | 15.375 | 265.232 | 203.803 |
| 1432 | 0.05 | 350.673 | 15.006 | 265.24 | 203.785 |
| 1433 | 0.04 | 350.919 | 14.76 | 265.245 | 203.773 |
| 1434 | 0.05 | 351.042 | 14.76 | 265.247 | 203.767 |
| 1435 | 0.05 | 351.288 | 14.637 | 265.252 | 203.755 |
| 1436 | 0.05 | 351.411 | 14.391 | 265.255 | 203.749 |
| 1437 | 0.04 | 351.78 | 14.145 | 265.262 | 203.732 |
| 1438 | 0.05 | 351.903 | 14.022 | 265.265 | 203.726 |
| 1439 | 0.05 | 352.149 | 13.899 | 265.27 | 203.714 |
| 1440 | 0.04 | 352.395 | 13.899 | 265.275 | 203.702 |
| 1441 | 0.05 | 352.641 | 13.776 | 265.28 | 203.69 |
| 1442 | 0.04 | 353.01 | 13.653 | 265.288 | 203.672 |
| 1443 | 0.05 | 353.256 | 13.53 | 265.293 | 203.66 |
| 1444 | 0.05 | 353.625 | 13.284 | 265.301 | 203.643 |
| 1445 | 0.04 | 353.871 | 13.407 | 265.306 | 203.631 |
| 1446 | 0.05 | 354.24 | 13.038 | 265.313 | 203.613 |
| 1447 | 0.05 | 354.486 | 12.915 | 265.318 | 203.601 |
| 1448 | 0.05 | 354.609 | 12.915 | 265.321 | 203.595 |
| 1449 | 0.04 | 354.855 | 12.669 | 265.326 | 203.583 |
| 1450 | 0.05 | 354.978 | 12.669 | 265.328 | 203.577 |
| 1451 | 0.04 | 355.224 | 12.423 | 265.333 | 203.566 |
| 1452 | 0.05 | 355.47 | 12.3 | 265.338 | 203.554 |
| 1453 | 0.05 | 355.716 | 12.3 | 265.344 | 203.542 |
| 1454 | 0.04 | 355.962 | 12.177 | 265.349 | 203.53 |
| 1455 | 0.05 | 356.208 | 12.054 | 265.354 | 203.518 |
| 1456 | 0.05 | 356.454 | 11.808 | 265.359 | 203.507 |
| 1457 | 0.04 | 356.7 | 11.808 | 265.364 | 203.495 |
| 1458 | 0.05 | 356.946 | 11.562 | 265.369 | 203.483 |
| 1459 | 0.05 | 357.069 | 11.685 | 265.371 | 203.477 |
| 1460 | 0.04 | 357.438 | 11.316 | 265.379 | 203.46 |
| 1461 | 0.05 | 357.561 | 11.193 | 265.381 | 203.454 |
| 1462 | 0.04 | 358.053 | 10.824 | 265.391 | 203.43 |
| 1463 | 0.05 | 358.176 | 10.701 | 265.394 | 203.424 |
| 1464 | 0.05 | 358.545 | 10.578 | 265.401 | 203.407 |
| 1465 | 0.04 | 358.791 | 10.455 | 265.407 | 203.395 |
| 1466 | 0.05 | 358.914 | 10.455 | 265.409 | 203.389 |
| 1467 | 0.05 | 359.16 | 10.455 | 265.414 | 203.377 |
| 1468 | 0.05 | 359.406 | 10.332 | 265.419 | 203.366 |
| 1469 | 0.04 | 359.775 | 9.963 | 265.427 | 203.348 |
| 1470 | 0.05 | 359.898 | 9.963 | 265.429 | 203.342 |
| 1471 | 0.04 | 360.144 | 9.963 | 265.434 | 203.331 |
| 1472 | 0.05 | 360.39 | 9.717 | 265.439 | 203.319 |
| 1473 | 0.05 | 360.636 | 9.717 | 265.444 | 203.307 |
| 1474 | 0.04 | 360.882 | 9.471 | 265.449 | 203.295 |
| 1475 | 0.05 | 361.128 | 9.348 | 265.454 | 203.284 |
| 1476 | 0.04 | 361.374 | 9.348 | 265.459 | 203.272 |
| 1477 | 0.05 | 361.743 | 9.102 | 265.467 | 203.255 |
| 1478 | 0.05 | 361.989 | 8.979 | 265.472 | 203.243 |
| 1479 | 0.04 | 362.235 | 8.733 | 265.477 | 203.231 |
| 1480 | 0.05 | 362.481 | 8.487 | 265.482 | 203.22 |
| 1481 | 0.05 | 362.727 | 8.241 | 265.487 | 203.208 |
| 1482 | 0.04 | 362.85 | 8.241 | 265.489 | 203.202 |
| 1483 | 0.05 | 363.219 | 7.995 | 265.497 | 203.185 |
| 1484 | 0.05 | 363.342 | 7.995 | 265.499 | 203.179 |
| 1485 | 0.04 | 363.588 | 7.995 | 265.504 | 203.167 |
| 1486 | 0.05 | 363.834 | 7.749 | 265.509 | 203.156 |
| 1487 | 0.04 | 364.08 | 7.626 | 265.514 | 203.144 |
| 1488 | 0.05 | 364.326 | 7.503 | 265.519 | 203.132 |
| 1489 | 0.05 | 364.695 | 7.38 | 265.527 | 203.115 |
| 1490 | 0.04 | 364.818 | 7.38 | 265.529 | 203.109 |
| 1491 | 0.05 | 365.064 | 7.257 | 265.534 | 203.098 |
| 1492 | 0.05 | 365.31 | 7.134 | 265.539 | 203.086 |
| 1493 | 0.04 | 365.556 | 7.134 | 265.544 | 203.074 |
| 1494 | 0.05 | 365.925 | 6.888 | 265.552 | 203.057 |
| 1495 | 0.04 | 366.171 | 6.765 | 265.557 | 203.045 |
| 1496 | 0.05 | 366.54 | 6.642 | 265.564 | 203.028 |
| 1497 | 0.05 | 366.663 | 6.642 | 265.567 | 203.022 |
| 1498 | 0.04 | 366.909 | 6.519 | 265.572 | 203.011 |
| 1499 | 0.05 | 367.155 | 6.396 | 265.577 | 202.999 |
| 1500 | 0.05 | 367.278 | 6.396 | 265.579 | 202.993 |
| 1501 | 0.04 | 367.524 | 6.273 | 265.584 | 202.982 |
| 1502 | 0.05 | 367.77 | 6.15 | 265.589 | 202.97 |
| 1503 | 0.04 | 367.893 | 6.273 | 265.592 | 202.964 |
| 1504 | 0.05 | 368.139 | 6.15 | 265.597 | 202.953 |
| 1505 | 0.05 | 368.385 | 6.15 | 265.602 | 202.941 |
| 1506 | 0.04 | 368.631 | 6.027 | 265.607 | 202.93 |
| 1507 | 0.05 | 369.0 | 5.904 | 265.614 | 202.913 |
| 1508 | 0.05 | 369.246 | 5.904 | 265.619 | 202.901 |
| 1509 | 0.04 | 369.492 | 5.904 | 265.624 | 202.89 |
| 1510 | 0.05 | 369.615 | 5.781 | 265.627 | 202.884 |
| 1511 | 0.04 | 369.615 | 5.781 | 265.627 | 202.884 |
| 1512 | 0.05 | 369.738 | 5.535 | 265.629 | 202.878 |
| 1513 | 0.05 | 369.615 | 5.412 | 265.627 | 202.884 |
| 1514 | 0.04 | 369.492 | 5.289 | 265.624 | 202.89 |
| 1515 | 0.05 | 369.369 | 5.043 | 265.622 | 202.895 |
| 1516 | 0.04 | 369.246 | 5.043 | 265.619 | 202.901 |
| 1517 | 0.05 | 369.246 | 4.92 | 265.619 | 202.901 |
| 1518 | 0.04 | 369.246 | 4.92 | 265.619 | 202.901 |
| 1519 | 0.05 | 369.246 | 4.92 | 265.619 | 202.901 |
| 1520 | 0.05 | 369.246 | 4.92 | 265.619 | 202.901 |
| 1521 | 0.04 | 369.246 | 4.92 | 265.619 | 202.901 |
| 1522 | 0.05 | 369.246 | 4.674 | 265.619 | 202.901 |
| 1523 | 0.04 | 369.369 | 4.551 | 265.622 | 202.895 |
| 1524 | 0.05 | 369.369 | 4.428 | 265.622 | 202.895 |
| 1525 | 0.05 | 369.369 | 4.428 | 265.622 | 202.895 |
| 1526 | 0.04 | 369.246 | 4.305 | 265.619 | 202.901 |
| 1527 | 0.05 | 369.123 | 4.305 | 265.617 | 202.907 |
| 1528 | 0.05 | 369.246 | 4.059 | 265.619 | 202.901 |
| 1529 | 0.04 | 369.246 | 4.059 | 265.619 | 202.901 |
| 1530 | 0.05 | 369.246 | 3.936 | 265.619 | 202.901 |
| 1531 | 0.05 | 369.369 | 3.813 | 265.622 | 202.895 |
| 1532 | 0.04 | 369.369 | 3.69 | 265.622 | 202.895 |
| 1533 | 0.05 | 369.246 | 3.69 | 265.619 | 202.901 |
| 1534 | 0.04 | 369.369 | 3.567 | 265.622 | 202.895 |
| 1535 | 0.05 | 369.246 | 3.444 | 265.619 | 202.901 |
| 1536 | 0.05 | 369.123 | 3.444 | 265.617 | 202.907 |
| 1537 | 0.04 | 369.123 | 3.198 | 265.617 | 202.907 |
| 1538 | 0.05 | 369.0 | 3.321 | 265.614 | 202.913 |
| 1539 | 0.05 | 369.0 | 3.198 | 265.614 | 202.913 |
| 1540 | 0.04 | 369.123 | 3.075 | 265.617 | 202.907 |
| 1541 | 0.04 | 369.123 | 2.952 | 265.617 | 202.907 |
| 1542 | 0.05 | 369.246 | 2.706 | 265.619 | 202.901 |
| 1543 | 0.05 | 369.123 | 2.706 | 265.617 | 202.907 |
| 1544 | 0.04 | 369.123 | 2.706 | 265.617 | 202.907 |
| 1545 | 0.05 | 369.246 | 2.46 | 265.619 | 202.901 |
| 1546 | 0.04 | 369.369 | 2.214 | 265.622 | 202.895 |
| 1547 | 0.05 | 369.369 | 1.968 | 265.622 | 202.895 |
| 1548 | 0.05 | 369.246 | 1.845 | 265.619 | 202.901 |
| 1549 | 0.04 | 369.246 | 1.722 | 265.619 | 202.901 |
| 1550 | 0.05 | 369.246 | 1.476 | 265.619 | 202.901 |
| 1551 | 0.05 | 369.246 | 1.353 | 265.619 | 202.901 |
| 1552 | 0.04 | 369.123 | 1.353 | 265.617 | 202.907 |
| 1553 | 0.05 | 369.246 | 1.107 | 265.619 | 202.901 |
| 1554 | 0.05 | 369.246 | 1.107 | 265.619 | 202.901 |
| 1555 | 0.04 | 369.123 | 0.984 | 265.617 | 202.907 |
| 1556 | 0.05 | 369.0 | 0.984 | 265.614 | 202.913 |
| 1557 | 0.04 | 369.0 | 0.861 | 265.614 | 202.913 |
| 1558 | 0.05 | 369.0 | 0.738 | 265.614 | 202.913 |
| 1559 | 0.05 | 369.0 | 0.738 | 265.614 | 202.913 |
| 1560 | 0.04 | 369.0 | 0.615 | 265.614 | 202.913 |
| 1561 | 0.05 | 369.0 | 0.615 | 265.614 | 202.913 |
| 1562 | 0.05 | 369.0 | 0.615 | 265.614 | 202.913 |
| 1563 | 0.04 | 369.0 | 0.492 | 265.614 | 202.913 |
| 1564 | 0.05 | 369.123 | 0.369 | 265.617 | 202.907 |
| 1565 | 0.04 | 369.123 | 0.246 | 265.617 | 202.907 |
| 1566 | 0.05 | 369.123 | 0.123 | 265.617 | 202.907 |
| 1567 | 0.04 | 369.0 | 0.246 | 265.614 | 202.913 |
| 1568 | 0.05 | 369.123 | 0.123 | 265.617 | 202.907 |
| 1569 | 0.04 | 369.0 | 0.246 | 265.614 | 202.913 |
| 1570 | 0.05 | 369.0 | 0.123 | 265.614 | 202.913 |
| 1571 | 0.05 | 369.0 | 0.123 | 265.614 | 202.913 |
| 1572 | 0.04 | 369.0 | 0.0 | 265.614 | 202.913 |
| 1573 | 0.05 | 369.0 | 0.0 | 265.614 | 202.913 |
| 1574 | 0.05 | 369.0 | 0.0 | 265.614 | 202.913 |
| 1575 | 0.04 | 369.0 | 0.123 | 265.614 | 202.913 |
| 1576 | 0.05 | 369.0 | 0.0 | 265.614 | 202.913 |
| 1577 | 0.05 | 369.0 | 0.0 | 265.614 | 202.913 |
| 1578 | 0.04 | 369.0 | 0.0 | 265.614 | 202.913 |
| 1579 | 0.05 | 369.123 | -0.246 | 265.617 | 202.907 |
| 1580 | 0.04 | 369.246 | -0.369 | 265.619 | 202.901 |
| 1581 | 0.05 | 369.246 | -0.369 | 265.619 | 202.901 |
| 1582 | 0.05 | 369.246 | -0.492 | 265.619 | 202.901 |
| 1583 | 0.04 | 369.246 | -0.492 | 265.619 | 202.901 |
| 1584 | 0.05 | 369.246 | -0.615 | 265.619 | 202.901 |
| 1585 | 0.05 | 369.123 | -0.615 | 265.617 | 202.907 |
| 1586 | 0.04 | 369.123 | -0.738 | 265.617 | 202.907 |
| 1587 | 0.05 | 369.0 | -0.738 | 265.614 | 202.913 |
| 1588 | 0.04 | 368.877 | -0.615 | 265.612 | 202.918 |
| 1589 | 0.05 | 368.877 | -0.615 | 265.612 | 202.918 |
| 1590 | 0.05 | 368.877 | -0.615 | 265.612 | 202.918 |
| 1591 | 0.04 | 368.877 | -0.615 | 265.612 | 202.918 |
| 1592 | 0.05 | 369.0 | -0.738 | 265.614 | 202.913 |
| 1593 | 0.04 | 369.0 | -0.738 | 265.614 | 202.913 |
| 1594 | 0.05 | 369.123 | -0.861 | 265.617 | 202.907 |
| 1595 | 0.05 | 369.123 | -0.861 | 265.617 | 202.907 |
| 1596 | 0.04 | 369.123 | -0.861 | 265.617 | 202.907 |
| 1597 | 0.05 | 369.123 | -0.984 | 265.617 | 202.907 |
| 1598 | 0.05 | 369.123 | -0.984 | 265.617 | 202.907 |
| 1599 | 0.04 | 369.123 | -0.984 | 265.617 | 202.907 |
| 1600 | 0.05 | 369.0 | -0.984 | 265.614 | 202.913 |
| 1601 | 0.05 | 369.0 | -0.984 | 265.614 | 202.913 |
| 1602 | 0.04 | 369.0 | -1.107 | 265.614 | 202.913 |
| 1603 | 0.05 | 369.0 | -1.107 | 265.614 | 202.913 |
| 1604 | 0.04 | 369.0 | -1.107 | 265.614 | 202.913 |
| 1605 | 0.05 | 369.0 | -1.353 | 265.614 | 202.913 |
| 1606 | 0.05 | 369.0 | -1.599 | 265.614 | 202.913 |
| 1607 | 0.04 | 369.0 | -1.845 | 265.614 | 202.913 |
| 1608 | 0.05 | 369.0 | -1.968 | 265.614 | 202.913 |
| 1609 | 0.05 | 369.0 | -2.091 | 265.614 | 202.913 |
| 1610 | 0.04 | 369.123 | -2.091 | 265.617 | 202.907 |
| 1611 | 0.05 | 369.123 | -2.091 | 265.617 | 202.907 |
| 1612 | 0.04 | 369.123 | -2.091 | 265.617 | 202.907 |
| 1613 | 0.05 | 369.123 | -2.091 | 265.617 | 202.907 |
| 1614 | 0.05 | 369.123 | -2.091 | 265.617 | 202.907 |
| 1615 | 0.04 | 369.0 | -2.091 | 265.614 | 202.913 |
| 1616 | 0.05 | 369.0 | -2.091 | 265.614 | 202.913 |
| 1617 | 0.05 | 369.0 | -2.091 | 265.614 | 202.913 |
| 1618 | 0.04 | 369.0 | -2.091 | 265.614 | 202.913 |
| 1619 | 0.05 | 369.0 | -2.091 | 265.614 | 202.913 |
| 1620 | 0.04 | 369.0 | -1.968 | 265.614 | 202.913 |
| 1621 | 0.05 | 369.123 | -1.968 | 265.617 | 202.907 |
| 1622 | 0.05 | 369.123 | -1.968 | 265.617 | 202.907 |
| 1623 | 0.05 | 369.123 | -1.968 | 265.617 | 202.907 |
| 1624 | 0.04 | 369.123 | -2.091 | 265.617 | 202.907 |
| 1625 | 0.05 | 369.0 | -2.091 | 265.614 | 202.913 |
| 1626 | 0.05 | 369.0 | -2.214 | 265.614 | 202.913 |
| 1627 | 0.04 | 369.0 | -2.337 | 265.614 | 202.913 |
| 1628 | 0.05 | 369.0 | -2.337 | 265.614 | 202.913 |
| 1629 | 0.04 | 369.0 | -2.46 | 265.614 | 202.913 |
| 1630 | 0.05 | 369.0 | -2.46 | 265.614 | 202.913 |
| 1631 | 0.05 | 369.0 | -2.46 | 265.614 | 202.913 |
| 1632 | 0.04 | 369.0 | -2.46 | 265.614 | 202.913 |
| 1633 | 0.05 | 369.0 | -2.46 | 265.614 | 202.913 |
| 1634 | 0.05 | 369.0 | -2.46 | 265.614 | 202.913 |
| 1635 | 0.04 | 368.877 | -2.337 | 265.612 | 202.918 |
| 1636 | 0.05 | 368.877 | -2.337 | 265.612 | 202.918 |
| 1637 | 0.04 | 368.877 | -2.46 | 265.612 | 202.918 |
| 1638 | 0.05 | 368.754 | -2.214 | 265.609 | 202.924 |
| 1639 | 0.05 | 368.877 | -2.337 | 265.612 | 202.918 |
| 1640 | 0.04 | 368.877 | -2.337 | 265.612 | 202.918 |
| 1641 | 0.05 | 369.0 | -2.337 | 265.614 | 202.913 |
| 1642 | 0.05 | 369.0 | -2.214 | 265.614 | 202.913 |
| 1643 | 0.04 | 369.0 | -2.091 | 265.614 | 202.913 |
| 1644 | 0.05 | 369.123 | -2.214 | 265.617 | 202.907 |
| 1645 | 0.04 | 369.123 | -2.337 | 265.617 | 202.907 |
| 1646 | 0.05 | 369.123 | -2.337 | 265.617 | 202.907 |
| 1647 | 0.05 | 369.123 | -2.337 | 265.617 | 202.907 |
| 1648 | 0.04 | 369.123 | -2.46 | 265.617 | 202.907 |
| 1649 | 0.05 | 369.0 | -2.46 | 265.614 | 202.913 |
| 1650 | 0.05 | 369.0 | -2.46 | 265.614 | 202.913 |
| 1651 | 0.04 | 369.0 | -2.46 | 265.614 | 202.913 |
| 1652 | 0.05 | 369.0 | -2.583 | 265.614 | 202.913 |
| 1653 | 0.04 | 369.0 | -2.583 | 265.614 | 202.913 |
| 1654 | 0.05 | 368.877 | -2.583 | 265.612 | 202.918 |
| 1655 | 0.05 | 368.877 | -2.583 | 265.612 | 202.918 |
| 1656 | 0.04 | 368.877 | -2.706 | 265.612 | 202.918 |
| 1657 | 0.05 | 368.877 | -2.583 | 265.612 | 202.918 |
| 1658 | 0.05 | 368.877 | -2.583 | 265.612 | 202.918 |
| 1659 | 0.04 | 369.0 | -2.706 | 265.614 | 202.913 |
| 1660 | 0.05 | 369.123 | -2.829 | 265.617 | 202.907 |
| 1661 | 0.04 | 369.123 | -2.706 | 265.617 | 202.907 |
| 1662 | 0.05 | 369.123 | -2.706 | 265.617 | 202.907 |
| 1663 | 0.05 | 369.123 | -2.706 | 265.617 | 202.907 |
| 1664 | 0.04 | 369.123 | -2.583 | 265.617 | 202.907 |
| 1665 | 0.05 | 369.123 | -2.583 | 265.617 | 202.907 |
| 1666 | 0.05 | 369.246 | -2.952 | 265.619 | 202.901 |
| 1667 | 0.04 | 369.123 | -2.952 | 265.617 | 202.907 |
| 1668 | 0.05 | 369.123 | -2.952 | 265.617 | 202.907 |
| 1669 | 0.04 | 369.0 | -2.952 | 265.614 | 202.913 |
| 1670 | 0.05 | 368.877 | -2.952 | 265.612 | 202.918 |
| 1671 | 0.05 | 368.877 | -3.075 | 265.612 | 202.918 |
| 1672 | 0.04 | 368.877 | -3.198 | 265.612 | 202.918 |
| 1673 | 0.05 | 368.877 | -3.198 | 265.612 | 202.918 |
| 1674 | 0.05 | 368.754 | -3.075 | 265.609 | 202.924 |
| 1675 | 0.04 | 368.877 | -3.075 | 265.612 | 202.918 |
| 1676 | 0.05 | 368.877 | -3.075 | 265.612 | 202.918 |
| 1677 | 0.04 | 369.0 | -3.075 | 265.614 | 202.913 |
| 1678 | 0.05 | 369.123 | -3.198 | 265.617 | 202.907 |
| 1679 | 0.05 | 369.123 | -3.198 | 265.617 | 202.907 |
| 1680 | 0.05 | 369.123 | -3.198 | 265.617 | 202.907 |
| 1681 | 0.04 | 369.123 | -3.444 | 265.617 | 202.907 |
| 1682 | 0.05 | 369.123 | -3.567 | 265.617 | 202.907 |
| 1683 | 0.05 | 369.123 | -3.567 | 265.617 | 202.907 |
| 1684 | 0.04 | 369.0 | -3.444 | 265.614 | 202.913 |
| 1685 | 0.05 | 369.0 | -3.567 | 265.614 | 202.913 |
| 1686 | 0.04 | 369.0 | -3.567 | 265.614 | 202.913 |
| 1687 | 0.05 | 369.0 | -3.444 | 265.614 | 202.913 |
| 1688 | 0.05 | 369.0 | -3.567 | 265.614 | 202.913 |
| 1689 | 0.04 | 369.0 | -3.567 | 265.614 | 202.913 |
| 1690 | 0.05 | 369.0 | -3.69 | 265.614 | 202.913 |
| 1691 | 0.05 | 369.0 | -3.69 | 265.614 | 202.913 |
| 1692 | 0.04 | 368.877 | -3.567 | 265.612 | 202.918 |
| 1693 | 0.05 | 368.877 | -3.69 | 265.612 | 202.918 |
| 1694 | 0.04 | 368.877 | -3.69 | 265.612 | 202.918 |
| 1695 | 0.05 | 368.877 | -3.813 | 265.612 | 202.918 |
| 1696 | 0.05 | 369.0 | -3.936 | 265.614 | 202.913 |
| 1697 | 0.04 | 369.123 | -4.182 | 265.617 | 202.907 |
| 1698 | 0.05 | 369.123 | -4.182 | 265.617 | 202.907 |
| 1699 | 0.05 | 369.123 | -4.305 | 265.617 | 202.907 |
| 1700 | 0.04 | 369.123 | -4.305 | 265.617 | 202.907 |
| 1701 | 0.05 | 369.123 | -4.428 | 265.617 | 202.907 |
| 1702 | 0.04 | 369.0 | -4.428 | 265.614 | 202.913 |
| 1703 | 0.05 | 369.0 | -4.674 | 265.614 | 202.913 |
| 1704 | 0.05 | 368.877 | -4.674 | 265.612 | 202.918 |
| 1705 | 0.04 | 368.754 | -4.674 | 265.609 | 202.924 |
| 1706 | 0.05 | 368.754 | -4.797 | 265.609 | 202.924 |
| 1707 | 0.05 | 368.877 | -4.92 | 265.612 | 202.918 |
| 1708 | 0.04 | 368.877 | -4.92 | 265.612 | 202.918 |
| 1709 | 0.05 | 368.877 | -4.92 | 265.612 | 202.918 |
| 1710 | 0.04 | 369.0 | -5.043 | 265.614 | 202.913 |
| 1711 | 0.05 | 369.0 | -4.92 | 265.614 | 202.913 |
| 1712 | 0.05 | 369.123 | -4.92 | 265.617 | 202.907 |
| 1713 | 0.04 | 369.123 | -4.92 | 265.617 | 202.907 |
| 1714 | 0.05 | 369.123 | -4.92 | 265.617 | 202.907 |
| 1715 | 0.05 | 369.0 | -4.674 | 265.614 | 202.913 |
| 1716 | 0.04 | 368.877 | -4.551 | 265.612 | 202.918 |
| 1717 | 0.05 | 369.0 | -4.674 | 265.614 | 202.913 |
| 1718 | 0.04 | 369.0 | -4.551 | 265.614 | 202.913 |
| 1719 | 0.05 | 369.123 | -4.674 | 265.617 | 202.907 |
| 1720 | 0.05 | 369.123 | -4.551 | 265.617 | 202.907 |
| 1721 | 0.04 | 369.123 | -4.551 | 265.617 | 202.907 |
| 1722 | 0.05 | 369.123 | -4.551 | 265.617 | 202.907 |
| 1723 | 0.05 | 369.123 | -4.551 | 265.617 | 202.907 |
| 1724 | 0.04 | 369.0 | -4.428 | 265.614 | 202.913 |
| 1725 | 0.05 | 369.0 | -4.428 | 265.614 | 202.913 |
| 1726 | 0.04 | 369.0 | -4.428 | 265.614 | 202.913 |
| 1727 | 0.05 | 369.0 | -4.428 | 265.614 | 202.913 |
| 1728 | 0.05 | 368.877 | -4.305 | 265.612 | 202.918 |
| 1729 | 0.04 | 368.877 | -4.305 | 265.612 | 202.918 |
| 1730 | 0.05 | 368.877 | -4.305 | 265.612 | 202.918 |
| 1731 | 0.05 | 369.0 | -4.305 | 265.614 | 202.913 |
| 1732 | 0.04 | 369.123 | -4.428 | 265.617 | 202.907 |
| 1733 | 0.05 | 369.123 | -4.305 | 265.617 | 202.907 |
| 1734 | 0.04 | 369.123 | -4.305 | 265.617 | 202.907 |
| 1735 | 0.05 | 369.123 | -4.428 | 265.617 | 202.907 |
| 1736 | 0.05 | 369.123 | -4.551 | 265.617 | 202.907 |
| 1737 | 0.04 | 369.0 | -4.428 | 265.614 | 202.913 |
| 1738 | 0.05 | 369.0 | -4.551 | 265.614 | 202.913 |
| 1739 | 0.05 | 368.877 | -4.674 | 265.612 | 202.918 |
| 1740 | 0.04 | 368.877 | -4.674 | 265.612 | 202.918 |
| 1741 | 0.05 | 369.0 | -4.797 | 265.614 | 202.913 |
| 1742 | 0.05 | 368.877 | -4.797 | 265.612 | 202.918 |
| 1743 | 0.04 | 369.0 | -4.92 | 265.614 | 202.913 |
| 1744 | 0.05 | 369.0 | -4.797 | 265.614 | 202.913 |
| 1745 | 0.05 | 369.0 | -4.797 | 265.614 | 202.913 |
| 1746 | 0.04 | 368.877 | -4.551 | 265.612 | 202.918 |
| 1747 | 0.05 | 368.877 | -4.428 | 265.612 | 202.918 |
| 1748 | 0.05 | 368.877 | -4.428 | 265.612 | 202.918 |
| 1749 | 0.04 | 369.0 | -4.428 | 265.614 | 202.913 |
| 1750 | 0.05 | 369.0 | -4.428 | 265.614 | 202.913 |
| 1751 | 0.04 | 369.0 | -4.428 | 265.614 | 202.913 |
| 1752 | 0.05 | 369.0 | -4.182 | 265.614 | 202.913 |
| 1753 | 0.05 | 369.0 | -4.182 | 265.614 | 202.913 |
| 1754 | 0.04 | 369.0 | -4.182 | 265.614 | 202.913 |
| 1755 | 0.05 | 369.0 | -4.182 | 265.614 | 202.913 |
| 1756 | 0.05 | 368.877 | -3.936 | 265.612 | 202.918 |
| 1757 | 0.04 | 368.877 | -3.936 | 265.612 | 202.918 |
| 1758 | 0.05 | 369.0 | -4.182 | 265.614 | 202.913 |
| 1759 | 0.04 | 369.0 | -4.182 | 265.614 | 202.913 |
| 1760 | 0.05 | 369.0 | -4.182 | 265.614 | 202.913 |
| 1761 | 0.05 | 369.0 | -4.182 | 265.614 | 202.913 |
| 1762 | 0.04 | 369.0 | -4.059 | 265.614 | 202.913 |
| 1763 | 0.05 | 369.123 | -4.182 | 265.617 | 202.907 |
| 1764 | 0.05 | 369.123 | -4.059 | 265.617 | 202.907 |
| 1765 | 0.04 | 369.123 | -4.059 | 265.617 | 202.907 |
| 1766 | 0.05 | 369.0 | -3.936 | 265.614 | 202.913 |
| 1767 | 0.04 | 369.0 | -3.936 | 265.614 | 202.913 |
| 1768 | 0.05 | 369.0 | -3.936 | 265.614 | 202.913 |
| 1769 | 0.05 | 369.0 | -3.936 | 265.614 | 202.913 |
| 1770 | 0.04 | 369.0 | -3.936 | 265.614 | 202.913 |
| 1771 | 0.05 | 369.0 | -3.936 | 265.614 | 202.913 |
| 1772 | 0.05 | 369.0 | -4.059 | 265.614 | 202.913 |
| 1773 | 0.04 | 369.0 | -4.059 | 265.614 | 202.913 |
| 1774 | 0.05 | 369.123 | -4.182 | 265.617 | 202.907 |
| 1775 | 0.04 | 369.123 | -4.305 | 265.617 | 202.907 |
| 1776 | 0.05 | 369.123 | -4.305 | 265.617 | 202.907 |
| 1777 | 0.05 | 369.0 | -4.305 | 265.614 | 202.913 |
| 1778 | 0.04 | 369.0 | -4.428 | 265.614 | 202.913 |
| 1779 | 0.05 | 369.0 | -4.551 | 265.614 | 202.913 |
| 1780 | 0.05 | 368.877 | -4.551 | 265.612 | 202.918 |
| 1781 | 0.04 | 368.877 | -4.551 | 265.612 | 202.918 |
| 1782 | 0.05 | 368.877 | -4.674 | 265.612 | 202.918 |
| 1783 | 0.04 | 368.754 | -4.551 | 265.609 | 202.924 |
| 1784 | 0.05 | 368.877 | -4.551 | 265.612 | 202.918 |
| 1785 | 0.05 | 368.877 | -4.428 | 265.612 | 202.918 |
| 1786 | 0.04 | 369.0 | -4.428 | 265.614 | 202.913 |
| 1787 | 0.05 | 369.123 | -4.428 | 265.617 | 202.907 |
| 1788 | 0.05 | 369.123 | -4.428 | 265.617 | 202.907 |
| 1789 | 0.04 | 369.246 | -4.551 | 265.619 | 202.901 |
| 1790 | 0.05 | 369.246 | -4.674 | 265.619 | 202.901 |
| 1791 | 0.04 | 369.246 | -4.674 | 265.619 | 202.901 |
| 1792 | 0.05 | 369.123 | -4.551 | 265.617 | 202.907 |
| 1793 | 0.05 | 369.123 | -4.797 | 265.617 | 202.907 |
| 1794 | 0.05 | 369.0 | -4.797 | 265.614 | 202.913 |
| 1795 | 0.04 | 369.0 | -4.797 | 265.614 | 202.913 |
| 1796 | 0.05 | 369.0 | -4.92 | 265.614 | 202.913 |
| 1797 | 0.05 | 368.877 | -4.92 | 265.612 | 202.918 |
| 1798 | 0.04 | 368.877 | -4.92 | 265.612 | 202.918 |
| 1799 | 0.05 | 368.877 | -4.797 | 265.612 | 202.918 |
| 1800 | 0.04 | 368.877 | -4.797 | 265.612 | 202.918 |
| 1801 | 0.05 | 368.877 | -4.797 | 265.612 | 202.918 |
| 1802 | 0.05 | 368.877 | -4.797 | 265.612 | 202.918 |
| 1803 | 0.04 | 368.877 | -4.674 | 265.612 | 202.918 |
| 1804 | 0.05 | 368.877 | -4.674 | 265.612 | 202.918 |
| 1805 | 0.05 | 368.877 | -4.674 | 265.612 | 202.918 |
| 1806 | 0.04 | 368.877 | -4.551 | 265.612 | 202.918 |
| 1807 | 0.05 | 369.0 | -4.551 | 265.614 | 202.913 |
| 1808 | 0.05 | 369.123 | -4.551 | 265.617 | 202.907 |
| 1809 | 0.04 | 369.123 | -4.551 | 265.617 | 202.907 |
| 1810 | 0.05 | 369.123 | -4.551 | 265.617 | 202.907 |
| 1811 | 0.04 | 369.123 | -4.551 | 265.617 | 202.907 |
| 1812 | 0.05 | 369.123 | -4.674 | 265.617 | 202.907 |
| 1813 | 0.05 | 369.123 | -4.797 | 265.617 | 202.907 |
| 1814 | 0.04 | 369.123 | -4.797 | 265.617 | 202.907 |
| 1815 | 0.05 | 369.123 | -4.92 | 265.617 | 202.907 |
| 1816 | 0.04 | 369.0 | -4.797 | 265.614 | 202.913 |
| 1817 | 0.05 | 369.0 | -4.92 | 265.614 | 202.913 |
| 1818 | 0.05 | 369.0 | -4.92 | 265.614 | 202.913 |
| 1819 | 0.04 | 369.0 | -5.043 | 265.614 | 202.913 |
| 1820 | 0.05 | 368.877 | -4.92 | 265.612 | 202.918 |
| 1821 | 0.05 | 368.877 | -4.92 | 265.612 | 202.918 |
| 1822 | 0.04 | 368.877 | -4.92 | 265.612 | 202.918 |
| 1823 | 0.05 | 368.877 | -4.92 | 265.612 | 202.918 |
| 1824 | 0.04 | 368.877 | -4.92 | 265.612 | 202.918 |
| 1825 | 0.05 | 368.877 | -5.043 | 265.612 | 202.918 |
| 1826 | 0.05 | 368.877 | -4.92 | 265.612 | 202.918 |
| 1827 | 0.04 | 368.877 | -4.92 | 265.612 | 202.918 |
| 1828 | 0.05 | 369.0 | -4.92 | 265.614 | 202.913 |
| 1829 | 0.05 | 369.0 | -4.674 | 265.614 | 202.913 |
| 1830 | 0.04 | 369.123 | -4.674 | 265.617 | 202.907 |
| 1831 | 0.05 | 369.0 | -4.797 | 265.614 | 202.913 |
| 1832 | 0.05 | 368.508 | -7.134 | 265.604 | 202.936 |
| 1833 | 0.04 | 364.941 | -7.134 | 265.532 | 203.103 |
| 1834 | 0.05 | 361.743 | -7.503 | 265.467 | 203.255 |
| 1835 | 0.04 | 358.422 | -10.209 | 265.399 | 203.413 |
| 1836 | 0.05 | 355.224 | -10.332 | 265.333 | 203.566 |
| 1837 | 0.05 | 351.78 | -13.038 | 265.262 | 203.732 |
| 1838 | 0.04 | 348.459 | -15.99 | 265.194 | 203.893 |
| 1839 | 0.05 | 344.892 | -21.771 | 265.119 | 204.067 |
| 1840 | 0.04 | 341.694 | -24.354 | 265.052 | 204.225 |
| 1841 | 0.05 | 335.667 | -25.584 | 264.925 | 204.525 |
| 1842 | 0.05 | 332.346 | -28.782 | 264.854 | 204.693 |
| 1843 | 0.04 | 328.656 | -34.563 | 264.774 | 204.88 |
| 1844 | 0.05 | 322.506 | -34.686 | 264.64 | 205.197 |
| 1845 | 0.05 | 318.939 | -40.344 | 264.561 | 205.384 |
| 1846 | 0.04 | 311.682 | -39.237 | 264.398 | 205.769 |
| 1847 | 0.05 | 308.361 | -43.296 | 264.323 | 205.948 |
| 1848 | 0.05 | 301.35 | -43.665 | 264.16 | 206.333 |
| 1849 | 0.04 | 297.045 | -49.323 | 264.059 | 206.574 |
| 1850 | 0.05 | 291.141 | -47.478 | 263.917 | 206.909 |
| 1851 | 0.04 | 287.451 | -52.152 | 263.826 | 207.122 |
| 1852 | 0.05 | 281.793 | -53.013 | 263.685 | 207.454 |
| 1853 | 0.05 | 278.472 | -55.842 | 263.601 | 207.652 |
| 1854 | 0.04 | 272.568 | -58.671 | 263.449 | 208.01 |
| 1855 | 0.05 | 266.295 | -56.211 | 263.283 | 208.399 |
| 1856 | 0.04 | 262.236 | -58.917 | 263.174 | 208.656 |
| 1857 | 0.05 | 258.669 | -61.623 | 263.076 | 208.885 |
| 1858 | 0.05 | 251.904 | -60.762 | 262.886 | 209.327 |
| 1859 | 0.04 | 247.476 | -63.099 | 262.759 | 209.623 |
| 1860 | 0.05 | 244.401 | -63.345 | 262.669 | 209.832 |
| 1861 | 0.04 | 240.219 | -65.805 | 262.545 | 210.119 |
| 1862 | 0.05 | 236.406 | -65.436 | 262.429 | 210.386 |
| 1863 | 0.04 | 230.625 | -65.436 | 262.251 | 210.798 |
| 1864 | 0.05 | 227.427 | -65.928 | 262.15 | 211.03 |
| 1865 | 0.05 | 223.614 | -68.88 | 262.027 | 211.31 |
| 1866 | 0.04 | 217.587 | -65.928 | 261.83 | 211.763 |
| 1867 | 0.05 | 213.897 | -66.174 | 261.706 | 212.045 |
| 1868 | 0.05 | 209.961 | -65.436 | 261.571 | 212.351 |
| 1869 | 0.04 | 206.64 | -65.805 | 261.456 | 212.614 |
| 1870 | 0.05 | 203.442 | -66.42 | 261.343 | 212.869 |
| 1871 | 0.05 | 199.875 | -66.789 | 261.215 | 213.159 |
| 1872 | 0.04 | 196.677 | -66.789 | 261.098 | 213.422 |
| 1873 | 0.05 | 193.233 | -66.543 | 260.971 | 213.709 |
| 1874 | 0.04 | 190.035 | -66.42 | 260.85 | 213.979 |
| 1875 | 0.05 | 186.468 | -66.297 | 260.714 | 214.285 |
| 1876 | 0.05 | 183.147 | -66.42 | 260.585 | 214.574 |
| 1877 | 0.04 | 179.826 | -66.42 | 260.454 | 214.867 |
| 1878 | 0.05 | 176.505 | -63.345 | 260.32 | 215.164 |
| 1879 | 0.04 | 172.815 | -62.976 | 260.17 | 215.499 |
| 1880 | 0.05 | 169.371 | -62.73 | 260.027 | 215.816 |
| 1881 | 0.05 | 166.173 | -60.147 | 259.892 | 216.115 |
| 1882 | 0.04 | 162.852 | -60.024 | 259.749 | 216.429 |
| 1883 | 0.05 | 159.777 | -60.024 | 259.616 | 216.724 |
| 1884 | 0.05 | 159.162 | -60.024 | 259.589 | 216.783 |
| 1885 | 0.04 | 156.087 | -60.147 | 259.452 | 217.082 |
| 1886 | 0.05 | 153.012 | -57.564 | 259.314 | 217.386 |
| 1887 | 0.05 | 149.814 | -57.441 | 259.168 | 217.705 |
| 1888 | 0.04 | 149.076 | -57.195 | 259.134 | 217.78 |
| 1889 | 0.05 | 145.632 | -54.612 | 258.974 | 218.129 |
| 1890 | 0.04 | 144.894 | -56.826 | 258.94 | 218.205 |
| 1891 | 0.05 | 141.696 | -54.366 | 258.788 | 218.535 |
| 1892 | 0.04 | 138.498 | -54.12 | 258.634 | 218.87 |
| 1893 | 0.05 | 135.3 | -51.291 | 258.478 | 219.209 |
| 1894 | 0.05 | 134.931 | -53.997 | 258.46 | 219.249 |
| 1895 | 0.04 | 134.07 | -53.382 | 258.417 | 219.341 |
| 1896 | 0.05 | 130.749 | -53.136 | 258.251 | 219.7 |
| 1897 | 0.04 | 127.305 | -49.815 | 258.077 | 220.077 |
| 1898 | 0.05 | 126.936 | -49.938 | 258.058 | 220.118 |
| 1899 | 0.05 | 123.861 | -47.601 | 257.899 | 220.459 |
| 1900 | 0.04 | 123.369 | -47.847 | 257.874 | 220.514 |
| 1901 | 0.05 | 120.54 | -48.339 | 257.725 | 220.833 |
| 1902 | 0.04 | 119.802 | -47.724 | 257.686 | 220.917 |
| 1903 | 0.05 | 116.727 | -45.141 | 257.522 | 221.269 |
| 1904 | 0.04 | 116.358 | -45.387 | 257.502 | 221.312 |
| 1905 | 0.05 | 112.791 | -45.018 | 257.309 | 221.726 |
| 1906 | 0.05 | 112.422 | -44.526 | 257.289 | 221.769 |
| 1907 | 0.04 | 111.315 | -43.665 | 257.228 | 221.899 |
| 1908 | 0.05 | 108.486 | -41.451 | 257.071 | 222.234 |
| 1909 | 0.04 | 107.871 | -41.697 | 257.037 | 222.307 |
| 1910 | 0.05 | 107.133 | -41.451 | 256.995 | 222.395 |
| 1911 | 0.05 | 104.304 | -41.451 | 256.836 | 222.736 |
| 1912 | 0.04 | 103.689 | -40.959 | 256.801 | 222.81 |
| 1913 | 0.05 | 100.491 | -37.761 | 256.617 | 223.201 |
| 1914 | 0.04 | 100.245 | -37.884 | 256.603 | 223.231 |
| 1915 | 0.05 | 99.507 | -37.515 | 256.56 | 223.322 |
| 1916 | 0.04 | 98.892 | -37.515 | 256.524 | 223.398 |
| 1917 | 0.05 | 96.063 | -35.055 | 256.358 | 223.75 |
| 1918 | 0.05 | 95.694 | -35.178 | 256.336 | 223.796 |
| 1919 | 0.04 | 94.833 | -35.055 | 256.285 | 223.904 |
| 1920 | 0.05 | 92.25 | -32.964 | 256.131 | 224.231 |
| 1921 | 0.05 | 91.881 | -32.964 | 256.109 | 224.278 |
| 1922 | 0.04 | 91.266 | -32.841 | 256.072 | 224.356 |
| 1923 | 0.04 | 90.528 | -32.595 | 256.027 | 224.45 |
| 1924 | 0.05 | 89.667 | -32.226 | 255.975 | 224.561 |
| 1925 | 0.05 | 88.929 | -32.103 | 255.93 | 224.656 |
| 1926 | 0.04 | 86.1 | -29.766 | 255.756 | 225.022 |
| 1927 | 0.05 | 85.608 | -29.643 | 255.726 | 225.086 |
| 1928 | 0.05 | 85.239 | -31.98 | 255.703 | 225.134 |
| 1929 | 0.04 | 84.378 | -30.627 | 255.649 | 225.247 |
| 1930 | 0.05 | 83.517 | -29.766 | 255.596 | 225.36 |
| 1931 | 0.04 | 80.811 | -27.429 | 255.426 | 225.717 |
| 1932 | 0.05 | 80.688 | -27.429 | 255.418 | 225.734 |
| 1933 | 0.04 | 80.073 | -27.06 | 255.379 | 225.816 |
| 1934 | 0.05 | 79.581 | -26.937 | 255.348 | 225.881 |
| 1935 | 0.05 | 78.843 | -26.322 | 255.301 | 225.98 |
| 1936 | 0.04 | 78.105 | -25.953 | 255.253 | 226.079 |
| 1937 | 0.05 | 77.49 | -25.584 | 255.214 | 226.162 |
| 1938 | 0.04 | 76.752 | -25.215 | 255.167 | 226.261 |
| 1939 | 0.05 | 76.137 | -24.723 | 255.127 | 226.344 |
| 1940 | 0.05 | 75.276 | -24.354 | 255.071 | 226.461 |
| 1941 | 0.04 | 74.538 | -23.862 | 255.023 | 226.561 |
| 1942 | 0.05 | 73.923 | -23.37 | 254.983 | 226.645 |
| 1943 | 0.04 | 73.308 | -23.247 | 254.943 | 226.729 |
| 1944 | 0.05 | 72.939 | -23.247 | 254.919 | 226.78 |
| 1945 | 0.04 | 71.955 | -22.632 | 254.854 | 226.915 |
| 1946 | 0.05 | 71.34 | -22.017 | 254.814 | 227.0 |
| 1947 | 0.05 | 70.479 | -21.279 | 254.757 | 227.119 |
| 1948 | 0.04 | 69.864 | -20.91 | 254.716 | 227.204 |
| 1949 | 0.05 | 69.495 | -20.91 | 254.692 | 227.255 |
| 1950 | 0.05 | 68.757 | -20.418 | 254.643 | 227.358 |
| 1951 | 0.04 | 68.265 | -20.049 | 254.61 | 227.426 |
| 1952 | 0.04 | 67.773 | -19.803 | 254.577 | 227.495 |
| 1953 | 0.05 | 67.035 | -19.065 | 254.527 | 227.598 |
| 1954 | 0.05 | 66.42 | -18.819 | 254.486 | 227.685 |
| 1955 | 0.04 | 65.928 | -18.45 | 254.453 | 227.754 |
| 1956 | 0.05 | 65.559 | -17.958 | 254.428 | 227.806 |
| 1957 | 0.05 | 64.944 | -17.589 | 254.386 | 227.893 |
| 1958 | 0.04 | 64.575 | -17.22 | 254.361 | 227.945 |
| 1959 | 0.05 | 64.083 | -16.851 | 254.327 | 228.015 |
| 1960 | 0.04 | 63.591 | -16.728 | 254.294 | 228.085 |
| 1961 | 0.05 | 63.099 | -16.359 | 254.26 | 228.155 |
| 1962 | 0.04 | 60.27 | -13.653 | 254.066 | 228.56 |
| 1963 | 0.05 | 60.639 | -14.145 | 254.091 | 228.506 |
| 1964 | 0.05 | 60.885 | -14.391 | 254.108 | 228.471 |
| 1965 | 0.04 | 60.639 | -14.145 | 254.091 | 228.506 |
| 1966 | 0.05 | 60.639 | -14.268 | 254.091 | 228.506 |
| 1967 | 0.04 | 60.393 | -14.268 | 254.074 | 228.542 |
| 1968 | 0.05 | 60.024 | -13.899 | 254.049 | 228.595 |
| 1969 | 0.05 | 59.901 | -13.776 | 254.04 | 228.613 |
| 1970 | 0.04 | 59.655 | -13.653 | 254.023 | 228.648 |
| 1971 | 0.05 | 59.163 | -13.284 | 253.989 | 228.719 |
| 1972 | 0.04 | 58.917 | -13.161 | 253.972 | 228.755 |
| 1973 | 0.05 | 58.425 | -13.038 | 253.937 | 228.826 |
| 1974 | 0.04 | 58.179 | -12.915 | 253.92 | 228.862 |
| 1975 | 0.05 | 57.933 | -12.546 | 253.903 | 228.897 |
| 1976 | 0.05 | 57.687 | -12.423 | 253.886 | 228.933 |
| 1977 | 0.04 | 57.318 | -12.177 | 253.86 | 228.987 |
| 1978 | 0.05 | 57.072 | -11.931 | 253.843 | 229.023 |
| 1979 | 0.05 | 56.949 | -11.931 | 253.834 | 229.041 |
| 1980 | 0.04 | 56.58 | -11.562 | 253.808 | 229.094 |
| 1981 | 0.04 | 56.211 | -11.316 | 253.782 | 229.148 |
| 1982 | 0.05 | 55.842 | -11.07 | 253.756 | 229.202 |
| 1983 | 0.05 | 55.473 | -10.578 | 253.73 | 229.256 |
| 1984 | 0.04 | 55.35 | -10.455 | 253.721 | 229.274 |
| 1985 | 0.05 | 55.104 | -10.578 | 253.704 | 229.311 |
| 1986 | 0.04 | 54.858 | -10.332 | 253.687 | 229.347 |
| 1987 | 0.05 | 54.735 | -10.209 | 253.678 | 229.365 |
| 1988 | 0.04 | 54.366 | -9.84 | 253.652 | 229.419 |
| 1989 | 0.05 | 54.12 | -9.717 | 253.634 | 229.455 |
| 1990 | 0.05 | 53.628 | -9.225 | 253.599 | 229.528 |
| 1991 | 0.04 | 53.505 | -9.225 | 253.59 | 229.546 |
| 1992 | 0.05 | 53.505 | -9.348 | 253.59 | 229.546 |
| 1993 | 0.04 | 53.013 | -8.733 | 253.555 | 229.619 |
| 1994 | 0.05 | 53.013 | -8.733 | 253.555 | 229.619 |
| 1995 | 0.04 | 52.767 | -8.364 | 253.538 | 229.655 |
| 1996 | 0.05 | 52.521 | -8.364 | 253.52 | 229.692 |
| 1997 | 0.05 | 51.906 | -7.749 | 253.476 | 229.783 |
| 1998 | 0.04 | 51.783 | -7.626 | 253.467 | 229.801 |
| 1999 | 0.05 | 51.66 | -7.626 | 253.458 | 229.82 |
| 2000 | 0.04 | 51.537 | -7.38 | 253.449 | 229.838 |
| 2001 | 0.05 | 51.414 | -7.257 | 253.441 | 229.856 |
| 2002 | 0.04 | 51.291 | -7.134 | 253.432 | 229.875 |
| 2003 | 0.05 | 51.168 | -6.888 | 253.423 | 229.893 |
| 2004 | 0.05 | 51.168 | -7.011 | 253.423 | 229.893 |
| 2005 | 0.04 | 50.922 | -6.765 | 253.405 | 229.93 |
| 2006 | 0.05 | 50.799 | -6.519 | 253.396 | 229.948 |
| 2007 | 0.04 | 50.553 | -6.273 | 253.379 | 229.985 |
| 2008 | 0.05 | 50.43 | -6.396 | 253.37 | 230.003 |
| 2009 | 0.04 | 49.938 | -6.027 | 253.334 | 230.077 |
| 2010 | 0.05 | 49.938 | -6.273 | 253.334 | 230.077 |
| 2011 | 0.05 | 49.692 | -6.027 | 253.316 | 230.114 |
| 2012 | 0.04 | 49.692 | -6.027 | 253.316 | 230.114 |
| 2013 | 0.05 | 49.446 | -5.781 | 253.298 | 230.15 |
| 2014 | 0.04 | 49.323 | -5.412 | 253.289 | 230.169 |
| 2015 | 0.05 | 49.2 | -5.289 | 253.281 | 230.187 |
| 2016 | 0.04 | 48.831 | -5.166 | 253.254 | 230.243 |
| 2017 | 0.05 | 48.831 | -5.412 | 253.254 | 230.243 |
| 2018 | 0.05 | 48.831 | -5.412 | 253.254 | 230.243 |
| 2019 | 0.04 | 48.708 | -5.289 | 253.245 | 230.261 |
| 2020 | 0.05 | 48.462 | -4.92 | 253.227 | 230.298 |
| 2021 | 0.04 | 48.339 | -4.797 | 253.218 | 230.317 |
| 2022 | 0.05 | 48.339 | -4.674 | 253.218 | 230.317 |
| 2023 | 0.04 | 48.339 | -4.797 | 253.218 | 230.317 |
| 2024 | 0.05 | 48.216 | -4.674 | 253.209 | 230.335 |
| 2025 | 0.05 | 48.339 | -4.797 | 253.218 | 230.317 |
| 2026 | 0.04 | 48.093 | -4.674 | 253.2 | 230.354 |
| 2027 | 0.05 | 47.97 | -4.428 | 253.191 | 230.372 |
| 2028 | 0.04 | 47.724 | -4.059 | 253.173 | 230.41 |
| 2029 | 0.05 | 47.601 | -3.936 | 253.164 | 230.428 |
| 2030 | 0.04 | 47.601 | -3.69 | 253.164 | 230.428 |
| 2031 | 0.05 | 47.724 | -4.305 | 253.173 | 230.41 |
| 2032 | 0.05 | 47.478 | -4.059 | 253.155 | 230.447 |
| 2033 | 0.04 | 47.601 | -4.059 | 253.164 | 230.428 |
| 2034 | 0.05 | 47.355 | -3.813 | 253.146 | 230.465 |
| 2035 | 0.04 | 47.232 | -3.69 | 253.137 | 230.484 |
| 2036 | 0.05 | 47.232 | -3.813 | 253.137 | 230.484 |
| 2037 | 0.04 | 47.109 | -3.69 | 253.128 | 230.503 |
| 2038 | 0.05 | 47.109 | -3.69 | 253.128 | 230.503 |
| 2039 | 0.05 | 46.986 | -3.567 | 253.119 | 230.521 |
| 2040 | 0.04 | 46.74 | -3.444 | 253.101 | 230.559 |
| 2041 | 0.05 | 46.74 | -3.444 | 253.101 | 230.559 |
| 2042 | 0.04 | 46.617 | -3.321 | 253.092 | 230.577 |
| 2043 | 0.05 | 46.494 | -3.198 | 253.083 | 230.596 |
| 2044 | 0.04 | 46.371 | -3.198 | 253.074 | 230.614 |
| 2045 | 0.05 | 46.248 | -3.321 | 253.065 | 230.633 |
| 2046 | 0.05 | 46.248 | -3.075 | 253.065 | 230.633 |
| 2047 | 0.04 | 46.248 | -3.321 | 253.065 | 230.633 |
| 2048 | 0.05 | 46.125 | -2.952 | 253.056 | 230.652 |
| 2049 | 0.04 | 46.125 | -2.952 | 253.056 | 230.652 |
| 2050 | 0.05 | 46.248 | -3.321 | 253.065 | 230.633 |
| 2051 | 0.04 | 46.002 | -2.706 | 253.047 | 230.671 |
| 2052 | 0.05 | 46.002 | -2.706 | 253.047 | 230.671 |
| 2053 | 0.05 | 46.002 | -2.706 | 253.047 | 230.671 |
| 2054 | 0.04 | 45.879 | -2.706 | 253.038 | 230.689 |
| 2055 | 0.05 | 45.879 | -2.706 | 253.038 | 230.689 |
| 2056 | 0.04 | 45.879 | -2.706 | 253.038 | 230.689 |
| 2057 | 0.05 | 45.633 | -2.46 | 253.019 | 230.727 |
| 2058 | 0.04 | 45.633 | -2.337 | 253.019 | 230.727 |
| 2059 | 0.05 | 45.633 | -2.337 | 253.019 | 230.727 |
| 2060 | 0.05 | 45.633 | -2.337 | 253.019 | 230.727 |
| 2061 | 0.04 | 45.51 | -2.337 | 253.01 | 230.745 |
| 2062 | 0.05 | 45.387 | -2.46 | 253.001 | 230.764 |
| 2063 | 0.04 | 45.51 | -2.583 | 253.01 | 230.745 |
| 2064 | 0.05 | 45.51 | -2.214 | 253.01 | 230.745 |
| 2065 | 0.04 | 45.387 | -2.214 | 253.001 | 230.764 |
| 2066 | 0.05 | 45.387 | -2.214 | 253.001 | 230.764 |
| 2067 | 0.05 | 45.51 | -2.337 | 253.01 | 230.745 |
| 2068 | 0.04 | 45.387 | -2.214 | 253.001 | 230.764 |
| 2069 | 0.05 | 45.387 | -2.214 | 253.001 | 230.764 |
| 2070 | 0.04 | 45.264 | -2.46 | 252.992 | 230.783 |
| 2071 | 0.05 | 45.141 | -2.214 | 252.983 | 230.802 |
| 2072 | 0.04 | 45.141 | -1.968 | 252.983 | 230.802 |
| 2073 | 0.05 | 45.018 | -1.722 | 252.974 | 230.82 |
| 2074 | 0.05 | 45.141 | -1.845 | 252.983 | 230.802 |
| 2075 | 0.04 | 44.895 | -1.722 | 252.965 | 230.839 |
| 2076 | 0.05 | 44.895 | -1.968 | 252.965 | 230.839 |
| 2077 | 0.04 | 44.895 | -1.968 | 252.965 | 230.839 |
| 2078 | 0.05 | 44.895 | -1.722 | 252.965 | 230.839 |
| 2079 | 0.04 | 44.895 | -1.599 | 252.965 | 230.839 |
| 2080 | 0.05 | 44.649 | -1.476 | 252.947 | 230.877 |
| 2081 | 0.05 | 44.895 | -1.968 | 252.965 | 230.839 |
| 2082 | 0.04 | 44.649 | -1.845 | 252.947 | 230.877 |
| 2083 | 0.05 | 44.526 | -1.722 | 252.938 | 230.896 |
| 2084 | 0.04 | 44.526 | -1.722 | 252.938 | 230.896 |
| 2085 | 0.05 | 44.526 | -1.353 | 252.938 | 230.896 |
| 2086 | 0.04 | 44.403 | -1.107 | 252.929 | 230.914 |
| 2087 | 0.05 | 44.526 | -1.23 | 252.938 | 230.896 |
| 2088 | 0.05 | 44.649 | -1.353 | 252.947 | 230.877 |
| 2089 | 0.04 | 44.526 | -1.23 | 252.938 | 230.896 |
| 2090 | 0.05 | 44.403 | -1.107 | 252.929 | 230.914 |
| 2091 | 0.04 | 44.649 | -1.476 | 252.947 | 230.877 |
| 2092 | 0.05 | 44.403 | -1.23 | 252.929 | 230.914 |
| 2093 | 0.04 | 44.403 | -1.23 | 252.929 | 230.914 |
| 2094 | 0.05 | 44.28 | -0.984 | 252.919 | 230.933 |
| 2095 | 0.05 | 44.403 | -1.107 | 252.929 | 230.914 |
| 2096 | 0.04 | 44.28 | -0.984 | 252.919 | 230.933 |
| 2097 | 0.05 | 44.403 | -1.23 | 252.929 | 230.914 |
| 2098 | 0.04 | 44.403 | -1.107 | 252.929 | 230.914 |
| 2099 | 0.05 | 44.526 | -1.23 | 252.938 | 230.896 |
| 2100 | 0.04 | 44.28 | -1.353 | 252.919 | 230.933 |
| 2101 | 0.05 | 44.28 | -1.476 | 252.919 | 230.933 |
| 2102 | 0.05 | 44.403 | -1.599 | 252.929 | 230.914 |
| 2103 | 0.04 | 44.157 | -1.476 | 252.91 | 230.952 |
| 2104 | 0.04 | 44.034 | -1.353 | 252.901 | 230.971 |
| 2105 | 0.05 | 44.034 | -1.353 | 252.901 | 230.971 |
| 2106 | 0.05 | 44.034 | -1.23 | 252.901 | 230.971 |
| 2107 | 0.04 | 43.911 | -1.107 | 252.892 | 230.99 |
| 2108 | 0.05 | 43.911 | -1.107 | 252.892 | 230.99 |
| 2109 | 0.05 | 43.911 | -1.107 | 252.892 | 230.99 |
| 2110 | 0.04 | 43.911 | -0.984 | 252.892 | 230.99 |
| 2111 | 0.04 | 44.034 | -1.107 | 252.901 | 230.971 |
| 2112 | 0.05 | 44.034 | -1.353 | 252.901 | 230.971 |
| 2113 | 0.05 | 44.034 | -1.23 | 252.901 | 230.971 |
| 2114 | 0.04 | 43.788 | -0.984 | 252.883 | 231.008 |
| 2115 | 0.05 | 43.911 | -0.984 | 252.892 | 230.99 |
| 2116 | 0.04 | 43.788 | -0.615 | 252.883 | 231.008 |
| 2117 | 0.05 | 43.788 | -0.984 | 252.883 | 231.008 |
| 2118 | 0.04 | 43.788 | -0.984 | 252.883 | 231.008 |
| 2119 | 0.05 | 43.911 | -1.23 | 252.892 | 230.99 |
| 2120 | 0.05 | 43.911 | -0.984 | 252.892 | 230.99 |
| 2121 | 0.04 | 43.911 | -1.23 | 252.892 | 230.99 |
| 2122 | 0.05 | 43.911 | -1.23 | 252.892 | 230.99 |
| 2123 | 0.04 | 43.788 | -1.23 | 252.883 | 231.008 |
| 2124 | 0.05 | 43.788 | -1.23 | 252.883 | 231.008 |
| 2125 | 0.04 | 43.911 | -1.353 | 252.892 | 230.99 |
| 2126 | 0.05 | 43.788 | -1.353 | 252.883 | 231.008 |
| 2127 | 0.05 | 43.788 | -1.353 | 252.883 | 231.008 |
| 2128 | 0.04 | 43.542 | -1.107 | 252.865 | 231.046 |
| 2129 | 0.04 | 43.542 | -1.23 | 252.865 | 231.046 |
| 2130 | 0.05 | 43.542 | -1.23 | 252.865 | 231.046 |
| 2131 | 0.05 | 43.788 | -1.353 | 252.883 | 231.008 |
| 2132 | 0.04 | 43.788 | -1.23 | 252.883 | 231.008 |
| 2133 | 0.05 | 43.911 | -1.353 | 252.892 | 230.99 |
| 2134 | 0.05 | 43.911 | -1.353 | 252.892 | 230.99 |
| 2135 | 0.04 | 43.911 | -1.353 | 252.892 | 230.99 |
| 2136 | 0.04 | 43.911 | -1.23 | 252.892 | 230.99 |
| 2137 | 0.05 | 43.788 | -1.23 | 252.883 | 231.008 |
| 2138 | 0.05 | 43.788 | -1.23 | 252.883 | 231.008 |
| 2139 | 0.04 | 43.542 | -0.984 | 252.865 | 231.046 |
| 2140 | 0.05 | 43.542 | -1.107 | 252.865 | 231.046 |
| 2141 | 0.05 | 43.542 | -0.984 | 252.865 | 231.046 |
| 2142 | 0.04 | 43.542 | -0.861 | 252.865 | 231.046 |
| 2143 | 0.04 | 43.419 | -0.738 | 252.855 | 231.065 |
| 2144 | 0.05 | 43.788 | -1.23 | 252.883 | 231.008 |
| 2145 | 0.05 | 43.542 | -0.861 | 252.865 | 231.046 |
| 2146 | 0.04 | 43.419 | -0.861 | 252.855 | 231.065 |
| 2147 | 0.05 | 43.419 | -0.738 | 252.855 | 231.065 |
| 2148 | 0.04 | 43.419 | -0.738 | 252.855 | 231.065 |
| 2149 | 0.05 | 43.542 | -0.984 | 252.865 | 231.046 |
| 2150 | 0.04 | 43.542 | -0.861 | 252.865 | 231.046 |
| 2151 | 0.05 | 43.419 | -0.738 | 252.855 | 231.065 |
| 2152 | 0.05 | 43.419 | -0.984 | 252.855 | 231.065 |
| 2153 | 0.04 | 43.419 | -0.861 | 252.855 | 231.065 |
| 2154 | 0.05 | 43.296 | -0.861 | 252.846 | 231.084 |
| 2155 | 0.04 | 43.173 | -0.615 | 252.837 | 231.103 |
| 2156 | 0.05 | 43.296 | -0.615 | 252.846 | 231.084 |
| 2157 | 0.04 | 43.296 | -0.492 | 252.846 | 231.084 |
We do not need the measured temperatures and pressures at such a high measurement rate (every 40 to 50 ms). Only every 20th measurement point is used to re-construct the temperature and pressure program. The curvature factor $α$ is set to a value of -3.0, based on separate measurements of the temperature profile along the column.
# use only every 20th measurement
time = cumsum(prog_settings.Deltat)[1:20:end]
time_steps = Array{Float64}(undef, length(time))
for i=2:length(time)
time_steps[i] = time[i]-time[i-1]
end
time_steps[1] = 0.0
temp_steps = prog_settings.T[1:20:end]
ΔT_steps = prog_settings.DeltaT[1:20:end]
pin_steps = prog_settings.pinj[1:20:end].*1000.0 .+ 101300.0
pout_steps = prog_settings.pdet[1:20:end].*1000.0
α_steps = -3.0.*ones(length(ΔT_steps))
x₀_steps = zeros(length(ΔT_steps))
L₀_steps = col_tg.L.*ones(length(ΔT_steps))
prog_med_grad = GasChromatographySimulator.Program(time_steps, temp_steps, pin_steps, pout_steps, ΔT_steps, x₀_steps, L₀_steps, α_steps, "outlet", col_tg.L);GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23)The same solutes sub are used as in the previous example.
The parameters are combined:
par_tg = GasChromatographySimulator.Parameters(col_tg, prog_med_grad, sub, opt_tg);GasChromatographySimulator.Parameters(GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance[GasChromatographySimulator.Substance("C9", "111-84-2", 371.19, 30.17, 89.34, 0.001, "Leppert2020b, alkane, alkanes", 0.0001253206335721764, 0.0, 0.0), GasChromatographySimulator.Substance("C10", "124-18-5", 391.24, 32.24, 112.49, 0.001, "Leppert2020b, alkane, Grob, alkanes", 0.00011884991852543487, 0.0, 0.0), GasChromatographySimulator.Substance("C11", "1120-21-4", 410.21999999999997, 33.71, 116.04, 0.001, "Leppert2020b, alkane, Grob, alkanes", 0.00011323854999018596, 0.0, 0.0), GasChromatographySimulator.Substance("C12", "112-40-3", 427.92999999999995, 34.92, 121.44, 0.001, "Leppert2020b, alkane, alkanes", 0.00010831148421185742, 0.0, 0.0), GasChromatographySimulator.Substance("C13", "629-50-5", 444.46999999999997, 35.93, 125.62, 0.001, "Leppert2020b, alkane, alkanes", 0.00010393999972322901, 0.0, 0.0), GasChromatographySimulator.Substance("C14", "629-59-4", 459.98, 36.76, 126.76, 0.001, "Leppert2020b, alkane, alkanes", 0.00010002700149772162, 0.0, 0.0), GasChromatographySimulator.Substance("C15", "629-62-9", 474.4, 37.39, 129.62, 0.001, "Leppert2020b, alkane, alkanes", 9.64976601701651e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C16", "544-76-3", 488.25, 38.46, 142.18, 0.001, "Leppert2020b, alkane, alkanes", 9.329323536538124e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C17", "629-78-7", 501.05999999999995, 38.95, 145.36, 0.001, "Leppert2020b, alkane, alkanes", 9.036687565381776e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C18", "593-45-3", 513.25, 39.58, 153.29, 0.001, "Leppert2020b, alkane, alkanes", 8.768068754143736e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C19", "629-92-5", 524.95, 40.21, 159.47, 0.001, "Leppert2020b, alkane, alkanes", 8.520364327614916e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C20", "112-95-8", 535.96, 40.67, 164.99, 0.001, "Leppert2020b, alkane, alkanes", 8.291005739811999e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C21", "629-94-7", 546.54, 41.43, 179.47, 0.001, "Leppert2020b, alkane, alkanes", 8.077845767414391e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C22", "629-97-0", 556.7, 41.89, 183.35, 0.001, "Leppert2020b, alkane, alkanes", 7.879073502414208e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C23", "638-67-5", 566.26, 42.25, 188.99, 0.001, "Leppert2020b, alkane, alkanes", 7.693149436827684e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C24", "646-31-1", 575.2, 42.21, 188.53, 0.001, "Leppert2020b, alkane, alkanes", 7.518755251713027e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C25", "629-99-2", 583.8199999999999, 42.26, 189.51, 0.001, "Leppert2020b, alkane, alkanes", 7.354754525382887e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C27", "593-49-7", 599.77, 41.9, 184.17, 0.001, "Leppert2020b, alkane, alkanes", 7.054117055654164e-5, 0.0, 0.0), GasChromatographySimulator.Substance("C30", "638-68-6", 621.54, 41.57, 183.28, 0.001, "Leppert2020b, alkane, alkanes", 6.660172475097402e-5, 0.0, 0.0)], GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12))The temperature program and the pressure/flow program can be plotted:
p_flow_tg = GasChromatographySimulator.plot_flow(par_tg)
p_press_tg = GasChromatographySimulator.plot_pressure(par_tg)
p_temp_tg = GasChromatographySimulator.plot_temperature(par_tg)
l = @layout([a{0.65w} [b; c]])
p_TpF_tg = plot(p_temp_tg, p_press_tg, p_flow_tg, layout=l)
The temperature at the outlet side of the column is programmed linearly starting with 50°C (hold for 10 s), heating to 370°C in 60 s (heating ramp of 5.33°C/s). During this heating ramp the temperature at the inlet side of the column is heated faster, resulting in an increasing temperature difference, until around 40 s where the temperature at the inlet increases slower than on the outlet resulting in an decreasing temperature difference.
Finally the simulation is run by:
peaklist_tg, sol_tg = GasChromatographySimulator.simulate(par_tg);(19×11 DataFrame
Row │ No Name tR τR TR σR uR kR ⋯
│ Int64? String Float64 Float64 Float64 Float64 Float64 Fl ⋯
─────┼──────────────────────────────────────────────────────────────────────────
1 │ missing C9 14.9798 0.0491783 75.4821 0.0184119 0.374391 2. ⋯
2 │ missing C10 18.8744 0.0379799 96.402 0.0145498 0.383092 2.
3 │ missing C11 21.8124 0.0344182 111.891 0.0120802 0.350982 2.
4 │ missing C12 24.2789 0.0330431 125.302 0.0104472 0.316169 2.
5 │ missing C13 26.4775 0.0330637 136.985 0.00928018 0.280676 2. ⋯
6 │ missing C14 28.5219 0.0336091 147.958 0.00843203 0.250885 3.
7 │ missing C15 30.4589 0.0344016 158.152 0.0077467 0.225185 3.
8 │ missing C16 32.3036 0.0354677 168.0 0.00727069 0.204995 4.
⋮ │ ⋮ ⋮ ⋮ ⋮ ⋮ ⋮ ⋮ ⋱
13 │ missing C21 40.6257 0.0402077 212.24 0.00586089 0.145766 6. ⋯
14 │ missing C22 42.158 0.0410542 220.536 0.00575999 0.140302 6.
15 │ missing C23 43.641 0.042099 228.468 0.0056984 0.135357 6.
16 │ missing C24 45.1073 0.0431165 236.072 0.00561989 0.130342 6.
17 │ missing C25 46.5317 0.0434677 243.914 0.00557044 0.128151 7. ⋯
18 │ missing C27 49.2868 0.0452502 258.434 0.00556992 0.123092 7.
19 │ missing C30 53.2182 0.0471876 279.412 0.0057103 0.121013 7.
4 columns and 4 rows omitted, Any[SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [0.0011414029062964811, 1.5843089579704459e-6], [0.012554464723419463, 1.7424685525639372e-5], [0.12658838709763454, 0.0001755576771313912], [0.4369492523607249, 0.0006046916221156483], [1.638965678015873, 0.0022487712622227683], [1.8657583831594866, 0.0025518053439595365], [2.036562946319888, 0.002771674382362206], [2.824523617594785, 0.003761314097572811], [3.528885361566798, 0.004641326705741647] … [11.98134900220787, 0.005980663306201596], [12.331817535435817, 0.005195985095525645], [12.639709553240149, 0.004623636176100578], [12.997605920113777, 0.004070544833649744], [13.217659370265674, 0.0037830538632081735], [13.737973376345035, 0.0032269388779528124], [14.13321713537249, 0.0029129499039951046], [14.375201492033428, 0.0027512978538295273], [14.775098675223596, 0.002526115968902413], [14.97979805390466, 0.002418502897403725]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.038394930971790815, 0.14521885656950034, 0.16558248269492115, 0.18098485832019642, 0.2529373447723908, 0.31840672245462043 … 1.2311820460855023, 1.297332091145594, 1.3611870013961307, 1.4426497242715477, 1.4968034137420294, 1.6377998028288299, 1.7574351644043384, 1.8360285717539984, 1.9747533011672778, 2.05], [[[0.0, 0.0]], [[11.414116999926641, 0.015843336273385154], [11.414087687480391, 0.015843254040879162], [11.414073031288808, 0.015843212924947166], [11.414029062839315, 0.01584308957842648], [11.414029062839315, 0.01584308957842648], [11.414003938095519, 0.01584301909556095], [11.413963110518015, 0.01584290456223969], [11.413941126505128, 0.01584284289113615]], [[11.413941126505128, 0.01584284289113615], [11.413648010820452, 0.01584202065545282], [11.413501456130673, 0.01584160956970086], [11.413061804578954, 0.015840376439926036], [11.413061804578915, 0.01584037643992592], [11.41281058356927, 0.01583967188037429], [11.41240236252937, 0.015838527104526285], [11.412182541457886, 0.015837910705957015]], [[11.412182541457886, 0.015837910705957015], [11.409251861823781, 0.015829696088184252], [11.407786664520758, 0.01582559147135501], [11.40339166924671, 0.01581328842106147], [11.403391669246659, 0.015813288421061174], [11.400880609337857, 0.01580626528907692], [11.396800769070188, 0.015794864038711123], [11.394604238629517, 0.015788730669939032]], [[11.394604238629517, 0.015788730669939032], [11.386612162031291, 0.01576644343473667], [11.382617227861992, 0.015755320033051516], [11.370636738081814, 0.015722030370970252], [11.370636738081618, 0.015722030370969194], [11.363793706884582, 0.015703062228049867], [11.35267843877125, 0.015672323901402704], [11.346695661798488, 0.015655816044287688]], [[11.346695661798488, 0.015655816044287688], [11.315503946039462, 0.015570174136959918], [11.299925429671893, 0.015527666027652794], [11.252874323875645, 0.015391104484020335], [11.252874357235527, 0.015391106357818079], [11.225501367045336, 0.01531386464638955], [11.180579888849238, 0.015186742345710113], [11.156161806850593, 0.015117457957285824]], [[11.156161806850593, 0.015117457957285824], [11.149929484866606, 0.015099753542971064], [11.146809412342243, 0.01509088740969767], [11.13743318625053, 0.015064230672047534], [11.137433186262093, 0.015064230672247426], [11.13206460358395, 0.015048959450281178], [11.12240548945817, 0.014401162778293211], [11.114212053530828, 0.014370047830365718]], [[11.114212053530828, 0.014370047830365718], [11.105957385945324, 0.014338210122125283], [11.101835600569725, 0.01432234859656554], [11.089480502768149, 0.0142748649620654], [11.08948051432388, 0.014274865244469845], [11.082430014950864, 0.01424782796994251], [11.070987831064212, 0.014204042120026896], [11.064834243678913, 0.014180541357360976]], [[11.064834243678913, 0.014180541357360976], [11.026596352800976, 0.014035057745675423], [11.00759715617313, 0.013963533171839746], [10.950820077502243, 0.013751081317262904], [10.95082121627804, 0.013751108791272226], [10.918581568880075, 0.01363170023233125], [10.866511032481505, 0.013440791681726762], [10.842420280092597, 0.013732583014077825]], [[10.842420280092597, 0.013732583014077825], [10.814572312879022, 0.013635300932690683], [10.800642495452474, 0.013586861294175318], [10.758733729898326, 0.01344141333941859], [10.758733947706299, 0.01344141819569458], [10.734725844250512, 0.013358420726204663], [10.695617890707217, 0.013223738800688702], [10.674510132472935, 0.013151307311169346]] … [[5.87545304487335, -0.014834373641902363], [5.8234975641647315, -0.01444208185257841], [5.798212841297384, -0.014256857560176767], [5.723273802075992, -0.013710674429695563], [5.723315363499166, -0.013712326679310011], [5.681454273897489, -0.013412158773845993], [5.614995239256505, -0.012946943504795992], [5.577998818542741, -0.013790378947914541]], [[5.577998818542741, -0.013790378947914541], [5.47841605775233, -0.01306220234876397], [5.431250559476495, -0.012738521302221226], [5.292876392940958, -0.011795282034812156], [5.293199856093001, -0.011807914270871715], [5.217355795405273, -0.011302121233172929], [5.099755566785871, -0.010564457372550306], [5.038830830744499, -0.010193858487971545]], [[5.038830830744499, -0.010193858487971545], [4.962323101098696, -0.009737466995041114], [4.925776017506253, -0.009530698166190218], [4.818265404457263, -0.008926627776436224], [4.8184384860302085, -0.008932157128832632], [4.759198342720957, -0.008606530914962454], [4.666663202000618, -0.008121741929243122], [4.618476528065406, -0.007876069567194499]], [[4.618476528065406, -0.007876069567194499], [4.538486019376601, -0.007475609435370045], [4.500506595053372, -0.007296576005385632], [4.389098581313759, -0.006775184738713878], [4.389324787333763, -0.006781287096660503], [4.328218237310949, -0.006501710248419185], [4.233972661470435, -0.006018703790556232], [4.185233212315083, -0.005809774533891963]], [[4.185233212315083, -0.005809774533891963], [4.143000286508245, -0.005630065251368088], [4.1225294588905985, -0.005545815920533735], [4.062068135493565, -0.005298387539915156], [4.0621069742408435, -0.005299269119832813], [4.028489512922753, -0.005164095654791889], [3.975365745740615, -0.004956147997327373], [3.9474653678354956, -0.0048489424478278835]], [[3.9474653678354956, -0.0048489424478278835], [3.853385455229098, -0.0044932835495084126], [3.8097243355560524, -0.0043410586707884145], [3.683375364386062, -0.0039029493505743926], [3.6838415650859857, -0.003912425851863825], [3.6158847359086455, -0.0036809977240272124], [3.5128534081251517, -0.0033583438405026013], [3.460419361116681, -0.003199398753544782]], [[3.460419361116681, -0.003199398753544782], [3.403385828016782, -0.002864005657235724], [3.3771177276124877, -0.00279743731771411], [3.300461119183089, -0.0025908203286789675], [3.300701084008473, -0.0026199206455141053], [3.2587813416709173, -0.0024842322982511177], [3.1941665058947133, -0.002332116894396849], [3.1608140831352745, -0.0022482967363587633]], [[3.1608140831352745, -0.0022482967363587633], [3.1323379775373796, -0.0021800998230272705], [3.118528735859561, -0.0021478700155654067], [3.0778849245760633, -0.002053202140974807], [3.077903649268296, -0.0020534389325094797], [3.0553743055858535, -0.0020015675118269273], [3.0198651533655467, -0.0019212295282673153], [3.00127453673992, -0.0018796453024674154]], [[3.00127453673992, -0.0018796453024674154], [2.958714209210189, -0.0017849830840580728], [2.9385134905642367, -0.0017417099241586332], [2.879983262560648, -0.0016159124622173344], [2.880052533426943, -0.0016167206809993852], [2.848357697053723, -0.0015490439836555966], [2.7996649159311975, -0.0014473483313412242], [2.7732105210943403, -0.001568751838054937]], [[2.7732105210943403, -0.001568751838054937], [2.754669696695659, -0.0015200498795853367], [2.745698865342336, -0.001496742671480041], [2.7195113432548705, -0.0014280659293314994], [2.7195187843200226, -0.0014281638305528737], [2.7051315342435496, -0.001390233882046417], [2.682655573568091, -0.001330794593326702], [2.6710023989264378, -0.0012997506144880556]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C9", "111-84-2", 371.19, 30.17, 89.34, 0.001, "Leppert2020b, alkane, alkanes", 0.0001253206335721764, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [0.0011414029062964811, 1.5843089579704459e-6], [0.012554464723419463, 1.7424685525639372e-5], [0.12658838709763454, 0.0001755576771313912], [0.4369492523607249, 0.0006046916221156483], [1.638965678015873, 0.0022487712622227683], [1.8657583831594866, 0.0025518053439595365], [2.036562946319888, 0.002771674382362206], [2.824523617594785, 0.003761314097572811], [3.528885361566798, 0.004641326705741647] … [11.98134900220787, 0.005980663306201596], [12.331817535435817, 0.005195985095525645], [12.639709553240149, 0.004623636176100578], [12.997605920113777, 0.004070544833649744], [13.217659370265674, 0.0037830538632081735], [13.737973376345035, 0.0032269388779528124], [14.13321713537249, 0.0029129499039951046], [14.375201492033428, 0.0027512978538295273], [14.775098675223596, 0.002526115968902413], [14.97979805390466, 0.002418502897403725]], [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.038394930971790815, 0.14521885656950034, 0.16558248269492115, 0.18098485832019642, 0.2529373447723908, 0.31840672245462043 … 1.2311820460855023, 1.297332091145594, 1.3611870013961307, 1.4426497242715477, 1.4968034137420294, 1.6377998028288299, 1.7574351644043384, 1.8360285717539984, 1.9747533011672778, 2.05], [[[0.0, 0.0]], [[11.414116999926641, 0.015843336273385154], [11.414087687480391, 0.015843254040879162], [11.414073031288808, 0.015843212924947166], [11.414029062839315, 0.01584308957842648], [11.414029062839315, 0.01584308957842648], [11.414003938095519, 0.01584301909556095], [11.413963110518015, 0.01584290456223969], [11.413941126505128, 0.01584284289113615]], [[11.413941126505128, 0.01584284289113615], [11.413648010820452, 0.01584202065545282], [11.413501456130673, 0.01584160956970086], [11.413061804578954, 0.015840376439926036], [11.413061804578915, 0.01584037643992592], [11.41281058356927, 0.01583967188037429], [11.41240236252937, 0.015838527104526285], [11.412182541457886, 0.015837910705957015]], [[11.412182541457886, 0.015837910705957015], [11.409251861823781, 0.015829696088184252], [11.407786664520758, 0.01582559147135501], [11.40339166924671, 0.01581328842106147], [11.403391669246659, 0.015813288421061174], [11.400880609337857, 0.01580626528907692], [11.396800769070188, 0.015794864038711123], [11.394604238629517, 0.015788730669939032]], [[11.394604238629517, 0.015788730669939032], [11.386612162031291, 0.01576644343473667], [11.382617227861992, 0.015755320033051516], [11.370636738081814, 0.015722030370970252], [11.370636738081618, 0.015722030370969194], [11.363793706884582, 0.015703062228049867], [11.35267843877125, 0.015672323901402704], [11.346695661798488, 0.015655816044287688]], [[11.346695661798488, 0.015655816044287688], [11.315503946039462, 0.015570174136959918], [11.299925429671893, 0.015527666027652794], [11.252874323875645, 0.015391104484020335], [11.252874357235527, 0.015391106357818079], [11.225501367045336, 0.01531386464638955], [11.180579888849238, 0.015186742345710113], [11.156161806850593, 0.015117457957285824]], [[11.156161806850593, 0.015117457957285824], [11.149929484866606, 0.015099753542971064], [11.146809412342243, 0.01509088740969767], [11.13743318625053, 0.015064230672047534], [11.137433186262093, 0.015064230672247426], [11.13206460358395, 0.015048959450281178], [11.12240548945817, 0.014401162778293211], [11.114212053530828, 0.014370047830365718]], [[11.114212053530828, 0.014370047830365718], [11.105957385945324, 0.014338210122125283], [11.101835600569725, 0.01432234859656554], [11.089480502768149, 0.0142748649620654], [11.08948051432388, 0.014274865244469845], [11.082430014950864, 0.01424782796994251], [11.070987831064212, 0.014204042120026896], [11.064834243678913, 0.014180541357360976]], [[11.064834243678913, 0.014180541357360976], [11.026596352800976, 0.014035057745675423], [11.00759715617313, 0.013963533171839746], [10.950820077502243, 0.013751081317262904], [10.95082121627804, 0.013751108791272226], [10.918581568880075, 0.01363170023233125], [10.866511032481505, 0.013440791681726762], [10.842420280092597, 0.013732583014077825]], [[10.842420280092597, 0.013732583014077825], [10.814572312879022, 0.013635300932690683], [10.800642495452474, 0.013586861294175318], [10.758733729898326, 0.01344141333941859], [10.758733947706299, 0.01344141819569458], [10.734725844250512, 0.013358420726204663], [10.695617890707217, 0.013223738800688702], [10.674510132472935, 0.013151307311169346]] … [[5.87545304487335, -0.014834373641902363], [5.8234975641647315, -0.01444208185257841], [5.798212841297384, -0.014256857560176767], [5.723273802075992, -0.013710674429695563], [5.723315363499166, -0.013712326679310011], [5.681454273897489, -0.013412158773845993], [5.614995239256505, -0.012946943504795992], [5.577998818542741, -0.013790378947914541]], [[5.577998818542741, -0.013790378947914541], [5.47841605775233, -0.01306220234876397], [5.431250559476495, -0.012738521302221226], [5.292876392940958, -0.011795282034812156], [5.293199856093001, -0.011807914270871715], [5.217355795405273, -0.011302121233172929], [5.099755566785871, -0.010564457372550306], [5.038830830744499, -0.010193858487971545]], [[5.038830830744499, -0.010193858487971545], [4.962323101098696, -0.009737466995041114], [4.925776017506253, -0.009530698166190218], [4.818265404457263, -0.008926627776436224], [4.8184384860302085, -0.008932157128832632], [4.759198342720957, -0.008606530914962454], [4.666663202000618, -0.008121741929243122], [4.618476528065406, -0.007876069567194499]], [[4.618476528065406, -0.007876069567194499], [4.538486019376601, -0.007475609435370045], [4.500506595053372, -0.007296576005385632], [4.389098581313759, -0.006775184738713878], [4.389324787333763, -0.006781287096660503], [4.328218237310949, -0.006501710248419185], [4.233972661470435, -0.006018703790556232], [4.185233212315083, -0.005809774533891963]], [[4.185233212315083, -0.005809774533891963], [4.143000286508245, -0.005630065251368088], [4.1225294588905985, -0.005545815920533735], [4.062068135493565, -0.005298387539915156], [4.0621069742408435, -0.005299269119832813], [4.028489512922753, -0.005164095654791889], [3.975365745740615, -0.004956147997327373], [3.9474653678354956, -0.0048489424478278835]], [[3.9474653678354956, -0.0048489424478278835], [3.853385455229098, -0.0044932835495084126], [3.8097243355560524, -0.0043410586707884145], [3.683375364386062, -0.0039029493505743926], [3.6838415650859857, -0.003912425851863825], [3.6158847359086455, -0.0036809977240272124], [3.5128534081251517, -0.0033583438405026013], [3.460419361116681, -0.003199398753544782]], [[3.460419361116681, -0.003199398753544782], [3.403385828016782, -0.002864005657235724], [3.3771177276124877, -0.00279743731771411], [3.300461119183089, -0.0025908203286789675], [3.300701084008473, -0.0026199206455141053], [3.2587813416709173, -0.0024842322982511177], [3.1941665058947133, -0.002332116894396849], [3.1608140831352745, -0.0022482967363587633]], [[3.1608140831352745, -0.0022482967363587633], [3.1323379775373796, -0.0021800998230272705], [3.118528735859561, -0.0021478700155654067], [3.0778849245760633, -0.002053202140974807], [3.077903649268296, -0.0020534389325094797], [3.0553743055858535, -0.0020015675118269273], [3.0198651533655467, -0.0019212295282673153], [3.00127453673992, -0.0018796453024674154]], [[3.00127453673992, -0.0018796453024674154], [2.958714209210189, -0.0017849830840580728], [2.9385134905642367, -0.0017417099241586332], [2.879983262560648, -0.0016159124622173344], [2.880052533426943, -0.0016167206809993852], [2.848357697053723, -0.0015490439836555966], [2.7996649159311975, -0.0014473483313412242], [2.7732105210943403, -0.001568751838054937]], [[2.7732105210943403, -0.001568751838054937], [2.754669696695659, -0.0015200498795853367], [2.745698865342336, -0.001496742671480041], [2.7195113432548705, -0.0014280659293314994], [2.7195187843200226, -0.0014281638305528737], [2.7051315342435496, -0.001390233882046417], [2.682655573568091, -0.001330794593326702], [2.6710023989264378, -0.0012997506144880556]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([14.97979805390466, 0.002418502897403725], [14.775098675223596, 0.002526115968902413], [2.7732105210943403, -0.001568751838054937], [2.754669696695659, -0.0015200498795853367], [2.745698865342336, -0.001496742671480041], [2.7195113432548705, -0.0014280659293314994], [2.7195187843200226, -0.0014281638305528737], [2.7051315342435496, -0.001390233882046417], [2.682655573568091, -0.001330794593326702], [2.6710023989264378, -0.0012997506144880556], [-5.594436246398514e-8, 2.689494537750565e-10], [14.95461969080152, 0.0024308786436156448], [-3.7344046867652393e-6, 7.627357016813413e-5], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 906
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 47
Number of rejected steps: 82, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [0.0026366604415425376, 9.457170159379952e-6], [0.02900098864241806, 0.00010401233736395179], [0.29241710130190535, 0.0010479194294981229], [0.9630065782011575, 0.003444212394114037], [1.7692324513549893, 0.006311588783959943], [2.121512935162766, 0.007495713503763243], [2.272772612485628, 0.007995472253026032], [2.7496906514907185, 0.009546499309392354], [3.41916228700016, 0.011751447298639583] … [15.552269250439913, 0.0028603080527294295], [15.663285125308171, 0.0027531468332253816], [15.953883720981374, 0.002552455923847833], [16.30778497359497, 0.002341596151920802], [16.585788705195267, 0.002197989960626454], [17.021836983697323, 0.0019753488392398708], [17.440377518440094, 0.0018033278254834828], [17.97970872499711, 0.0016318776348238865], [18.31423768437906, 0.001547475666740271], [18.874388900432912, 0.0014424756324225546]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.03662805864278827, 0.06745609133849462, 0.08099732776395344, 0.0868405259952601, 0.10538019227563444, 0.13164822599169038 … 1.0025138853143918, 1.027671704152825, 1.0967690529225245, 1.1872006746194326, 1.2631774962668494, 1.3917344282466622, 1.5260612033219525, 1.713652745129247, 1.8368444468461147, 2.05], [[[0.0, 0.0]], [[26.366811392652256, 0.09457320557689174], [26.366742399137095, 0.09457270422970168], [26.36670790265682, 0.09457245356099743], [26.36660441431995, 0.09457170157432243], [26.366604414319962, 0.09457170157432247], [26.36654527887177, 0.09457127188076701], [26.366449184923574, 0.09457057364908845], [26.366397442620418, 0.09457019768861724]], [[26.366397442620418, 0.09457019768861724], [26.36570758480324, 0.0945651855788763], [26.365362683608605, 0.09456268001287889], [26.364328090378738, 0.09455516525789831], [26.364328090378773, 0.0945551652578986], [26.36373696866589, 0.09455087242326767], [26.362776511294687, 0.09454389860021327], [26.36225935634155, 0.09454014417394073]], [[26.36225935634155, 0.09454014417394073], [26.355367422663242, 0.09449015116254715], [26.3519237592021, 0.0944652000427022], [26.341602045599622, 0.09439052799846394], [26.341602045599426, 0.09439052799846295], [26.33571008656777, 0.0943479799534214], [26.32614540144267, 0.0942790295937709], [26.32100014479522, 0.09424199975740086]], [[26.32100014479522, 0.09424199975740086], [26.303513079503798, 0.0941164705914449], [26.294784740880253, 0.09405400319735752], [26.268660751062253, 0.09386779138976672], [26.268660751063695, 0.09386779138978692], [26.253773965390906, 0.09376218811112452], [26.229647336506282, 0.0935918339222326], [26.216585654040042, 0.09348362784133635]], [[26.216585654040042, 0.09348362784133635], [26.195336464180006, 0.09332829917892388], [26.18467249309301, 0.09325016668311491], [26.152521699788142, 0.09301387655555661], [26.152521699833517, 0.09301387655714881], [26.13404237916762, 0.09287757743309208], [26.103846016076048, 0.09265410556713158], [26.087500100052036, 0.09253275259990691]], [[26.087500100052036, 0.09253275259990691], [26.077898625474194, 0.09246134639260034], [26.0632034984965, 0.08759203755521922], [26.017207246606645, 0.08708448960651222], [26.017115078230795, 0.0869201865216451], [25.990995674259825, 0.08677369091094422], [25.948492247850083, 0.08624772216384315], [25.925696185377088, 0.0859849087799995]], [[25.925696185377088, 0.0859849087799995], [25.912591181125862, 0.08583209204823343], [25.90604750376845, 0.08575592417965901], [25.886431495042622, 0.08552775064719784], [25.886431516280265, 0.08552775212552988], [25.875236903386966, 0.08539772866806519], [25.857068369560594, 0.08518700450913873], [25.847296870492976, 0.0850738243122863]], [[25.847296870492976, 0.0850738243122863], [25.806025477069838, 0.08459653913013218], [25.785478017430506, 0.0843602694200229], [25.723982951605002, 0.08365467026371394], [25.723983628152343, 0.08365471646271289], [25.688987589032543, 0.0832550152441933], [25.63234345187409, 0.08261101663944358], [25.60195656035998, 0.08226700369227173]], [[25.60195656035998, 0.08226700369227173], [25.563306891426787, 0.08504914224100535], [25.544032360965335, 0.08483907236174214], [25.4861648553081, 0.08422484566425517], [25.486165450452273, 0.08419367349376733], [25.453099798019363, 0.08387230468380151], [25.399371778941173, 0.08329099164715764], [25.37044231034823, 0.08298759000642343]] … [[4.877508839983574, -0.005815773021157504], [4.804626424623067, -0.005548131284444913], [4.769924773785091, -0.005427360296647784], [4.668061535399422, -0.005074768823379176], [4.66824352903185, -0.005078296134970906], [4.61228942248108, -0.004888463268854683], [4.525196799328383, -0.004607033062836807], [4.4799774314655085, -0.00446467170647457]], [[4.4799774314655085, -0.00446467170647457], [4.457089330064313, -0.004393538128355097], [4.44583581698791, -0.004359177687259137], [4.412350710842293, -0.00425725069788977], [4.412357336471007, -0.004257358817739745], [4.393505531756952, -0.004200572242930509], [4.363319950293135, -0.004110809301429645], [4.349345251136791, -0.003211801870146934]], [[4.349345251136791, -0.003211801870146934], [4.299091417777055, -0.0031002701969950657], [4.274898969608512, -0.0030486371628405313], [4.2036283036226285, -0.002897144455200664], [4.203699979775096, -0.002897977971830559], [4.164269052011253, -0.002815576612210202], [4.102324701014879, -0.0026901982121524523], [4.0699444159031986, -0.0026259272579080397]], [[4.0699444159031986, -0.0026259272579080397], [4.014694821353495, -0.00251755768068314], [3.9882947570587333, -0.002468096456693763], [3.910835378984351, -0.0023234955617694826], [3.910943459763506, -0.0023246092279641637], [3.868363473977355, -0.0022464822687166793], [3.8019642773802644, -0.0021292823458826573], [3.7674653547856822, -0.0020696742888939535]], [[3.7674653547856822, -0.0020696742888939535], [3.729667243345617, -0.0020051143413831168], [3.711408858450626, -0.001974942746514464], [3.657616312891968, -0.0018862995733201103], [3.6576568291995635, -0.0018866624917410562], [3.6278571061166818, -0.0018382597949387779], [3.5809523285711795, -0.0017639694148409322], [3.5553293395099113, -0.0020247275743150526]], [[3.5553293395099113, -0.0020247275743150526], [3.4963960974853174, -0.0019138591465706443], [3.4686558527470477, -0.0018645515559888616], [3.3880831802104154, -0.0017214841163011012], [3.388261217015197, -0.0017232515261911183], [3.344619745788771, -0.0016468453821991032], [3.2777229269028845, -0.0015353701916832815], [3.2434704291967185, -0.0014794612556747883]], [[3.2434704291967185, -0.0014794612556747883], [3.1974465556089995, -0.0014051768454107986], [3.17572473342643, -0.0013716793887688112], [3.1128015482777376, -0.001274297672556505], [3.112909848491104, -0.0012752111370293302], [3.078908377320026, -0.0012229836216809619], [3.0268643208787336, -0.0011456167468522997], [3.0003068288231147, -0.0011065440104332546]], [[3.0003068288231147, -0.0011065440104332546], [2.9533769787728574, -0.0010188184388849933], [2.931806104123601, -0.000990187394587638], [2.870551993172619, -0.0009051475696554665], [2.870730015245504, -0.0009104212382015682], [2.8385625155206653, -0.0008611661439220419], [2.7910888142020984, -0.0007967263704355936], [2.767737465324532, -0.0007632334005675266]], [[2.767737465324532, -0.0007632334005675266], [2.748485985172061, -0.0007353850463916847], [2.739426660252386, -0.0007222877570115697], [2.7137530594109815, -0.0006836973540784944], [2.7137719029759895, -0.0006838328929463491], [2.7002681575814584, -0.000662625981235828], [2.680199484808607, -0.0006297533091683529], [2.6703398016512887, -0.000612659435176727]], [[2.6703398016512887, -0.000612659435176727], [2.650025423070442, -0.0005741702705794524], [2.641588088756536, -0.0005439681932483792], [2.621748248730117, -0.0004911533957767321], [2.62180074970419, -0.00048507530395686365], [2.614471018715088, -0.00046120882866134165], [2.6093931357062012, -0.00041262731052240157], [2.6103419578833686, -0.00038730745174996506]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C10", "124-18-5", 391.24, 32.24, 112.49, 0.001, "Leppert2020b, alkane, Grob, alkanes", 0.00011884991852543487, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [0.0026366604415425376, 9.457170159379952e-6], [0.02900098864241806, 0.00010401233736395179], [0.29241710130190535, 0.0010479194294981229], [0.9630065782011575, 0.003444212394114037], [1.7692324513549893, 0.006311588783959943], [2.121512935162766, 0.007495713503763243], [2.272772612485628, 0.007995472253026032], [2.7496906514907185, 0.009546499309392354], [3.41916228700016, 0.011751447298639583] … [15.552269250439913, 0.0028603080527294295], [15.663285125308171, 0.0027531468332253816], [15.953883720981374, 0.002552455923847833], [16.30778497359497, 0.002341596151920802], [16.585788705195267, 0.002197989960626454], [17.021836983697323, 0.0019753488392398708], [17.440377518440094, 0.0018033278254834828], [17.97970872499711, 0.0016318776348238865], [18.31423768437906, 0.001547475666740271], [18.874388900432912, 0.0014424756324225546]], [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.03662805864278827, 0.06745609133849462, 0.08099732776395344, 0.0868405259952601, 0.10538019227563444, 0.13164822599169038 … 1.0025138853143918, 1.027671704152825, 1.0967690529225245, 1.1872006746194326, 1.2631774962668494, 1.3917344282466622, 1.5260612033219525, 1.713652745129247, 1.8368444468461147, 2.05], [[[0.0, 0.0]], [[26.366811392652256, 0.09457320557689174], [26.366742399137095, 0.09457270422970168], [26.36670790265682, 0.09457245356099743], [26.36660441431995, 0.09457170157432243], [26.366604414319962, 0.09457170157432247], [26.36654527887177, 0.09457127188076701], [26.366449184923574, 0.09457057364908845], [26.366397442620418, 0.09457019768861724]], [[26.366397442620418, 0.09457019768861724], [26.36570758480324, 0.0945651855788763], [26.365362683608605, 0.09456268001287889], [26.364328090378738, 0.09455516525789831], [26.364328090378773, 0.0945551652578986], [26.36373696866589, 0.09455087242326767], [26.362776511294687, 0.09454389860021327], [26.36225935634155, 0.09454014417394073]], [[26.36225935634155, 0.09454014417394073], [26.355367422663242, 0.09449015116254715], [26.3519237592021, 0.0944652000427022], [26.341602045599622, 0.09439052799846394], [26.341602045599426, 0.09439052799846295], [26.33571008656777, 0.0943479799534214], [26.32614540144267, 0.0942790295937709], [26.32100014479522, 0.09424199975740086]], [[26.32100014479522, 0.09424199975740086], [26.303513079503798, 0.0941164705914449], [26.294784740880253, 0.09405400319735752], [26.268660751062253, 0.09386779138976672], [26.268660751063695, 0.09386779138978692], [26.253773965390906, 0.09376218811112452], [26.229647336506282, 0.0935918339222326], [26.216585654040042, 0.09348362784133635]], [[26.216585654040042, 0.09348362784133635], [26.195336464180006, 0.09332829917892388], [26.18467249309301, 0.09325016668311491], [26.152521699788142, 0.09301387655555661], [26.152521699833517, 0.09301387655714881], [26.13404237916762, 0.09287757743309208], [26.103846016076048, 0.09265410556713158], [26.087500100052036, 0.09253275259990691]], [[26.087500100052036, 0.09253275259990691], [26.077898625474194, 0.09246134639260034], [26.0632034984965, 0.08759203755521922], [26.017207246606645, 0.08708448960651222], [26.017115078230795, 0.0869201865216451], [25.990995674259825, 0.08677369091094422], [25.948492247850083, 0.08624772216384315], [25.925696185377088, 0.0859849087799995]], [[25.925696185377088, 0.0859849087799995], [25.912591181125862, 0.08583209204823343], [25.90604750376845, 0.08575592417965901], [25.886431495042622, 0.08552775064719784], [25.886431516280265, 0.08552775212552988], [25.875236903386966, 0.08539772866806519], [25.857068369560594, 0.08518700450913873], [25.847296870492976, 0.0850738243122863]], [[25.847296870492976, 0.0850738243122863], [25.806025477069838, 0.08459653913013218], [25.785478017430506, 0.0843602694200229], [25.723982951605002, 0.08365467026371394], [25.723983628152343, 0.08365471646271289], [25.688987589032543, 0.0832550152441933], [25.63234345187409, 0.08261101663944358], [25.60195656035998, 0.08226700369227173]], [[25.60195656035998, 0.08226700369227173], [25.563306891426787, 0.08504914224100535], [25.544032360965335, 0.08483907236174214], [25.4861648553081, 0.08422484566425517], [25.486165450452273, 0.08419367349376733], [25.453099798019363, 0.08387230468380151], [25.399371778941173, 0.08329099164715764], [25.37044231034823, 0.08298759000642343]] … [[4.877508839983574, -0.005815773021157504], [4.804626424623067, -0.005548131284444913], [4.769924773785091, -0.005427360296647784], [4.668061535399422, -0.005074768823379176], [4.66824352903185, -0.005078296134970906], [4.61228942248108, -0.004888463268854683], [4.525196799328383, -0.004607033062836807], [4.4799774314655085, -0.00446467170647457]], [[4.4799774314655085, -0.00446467170647457], [4.457089330064313, -0.004393538128355097], [4.44583581698791, -0.004359177687259137], [4.412350710842293, -0.00425725069788977], [4.412357336471007, -0.004257358817739745], [4.393505531756952, -0.004200572242930509], [4.363319950293135, -0.004110809301429645], [4.349345251136791, -0.003211801870146934]], [[4.349345251136791, -0.003211801870146934], [4.299091417777055, -0.0031002701969950657], [4.274898969608512, -0.0030486371628405313], [4.2036283036226285, -0.002897144455200664], [4.203699979775096, -0.002897977971830559], [4.164269052011253, -0.002815576612210202], [4.102324701014879, -0.0026901982121524523], [4.0699444159031986, -0.0026259272579080397]], [[4.0699444159031986, -0.0026259272579080397], [4.014694821353495, -0.00251755768068314], [3.9882947570587333, -0.002468096456693763], [3.910835378984351, -0.0023234955617694826], [3.910943459763506, -0.0023246092279641637], [3.868363473977355, -0.0022464822687166793], [3.8019642773802644, -0.0021292823458826573], [3.7674653547856822, -0.0020696742888939535]], [[3.7674653547856822, -0.0020696742888939535], [3.729667243345617, -0.0020051143413831168], [3.711408858450626, -0.001974942746514464], [3.657616312891968, -0.0018862995733201103], [3.6576568291995635, -0.0018866624917410562], [3.6278571061166818, -0.0018382597949387779], [3.5809523285711795, -0.0017639694148409322], [3.5553293395099113, -0.0020247275743150526]], [[3.5553293395099113, -0.0020247275743150526], [3.4963960974853174, -0.0019138591465706443], [3.4686558527470477, -0.0018645515559888616], [3.3880831802104154, -0.0017214841163011012], [3.388261217015197, -0.0017232515261911183], [3.344619745788771, -0.0016468453821991032], [3.2777229269028845, -0.0015353701916832815], [3.2434704291967185, -0.0014794612556747883]], [[3.2434704291967185, -0.0014794612556747883], [3.1974465556089995, -0.0014051768454107986], [3.17572473342643, -0.0013716793887688112], [3.1128015482777376, -0.001274297672556505], [3.112909848491104, -0.0012752111370293302], [3.078908377320026, -0.0012229836216809619], [3.0268643208787336, -0.0011456167468522997], [3.0003068288231147, -0.0011065440104332546]], [[3.0003068288231147, -0.0011065440104332546], [2.9533769787728574, -0.0010188184388849933], [2.931806104123601, -0.000990187394587638], [2.870551993172619, -0.0009051475696554665], [2.870730015245504, -0.0009104212382015682], [2.8385625155206653, -0.0008611661439220419], [2.7910888142020984, -0.0007967263704355936], [2.767737465324532, -0.0007632334005675266]], [[2.767737465324532, -0.0007632334005675266], [2.748485985172061, -0.0007353850463916847], [2.739426660252386, -0.0007222877570115697], [2.7137530594109815, -0.0006836973540784944], [2.7137719029759895, -0.0006838328929463491], [2.7002681575814584, -0.000662625981235828], [2.680199484808607, -0.0006297533091683529], [2.6703398016512887, -0.000612659435176727]], [[2.6703398016512887, -0.000612659435176727], [2.650025423070442, -0.0005741702705794524], [2.641588088756536, -0.0005439681932483792], [2.621748248730117, -0.0004911533957767321], [2.62180074970419, -0.00048507530395686365], [2.614471018715088, -0.00046120882866134165], [2.6093931357062012, -0.00041262731052240157], [2.6103419578833686, -0.00038730745174996506]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([18.874388900432912, 0.0014424756324225546], [18.31423768437906, 0.001547475666740271], [2.6703398016512887, -0.000612659435176727], [2.650025423070442, -0.0005741702705794524], [2.641588088756536, -0.0005439681932483792], [2.621748248730117, -0.0004911533957767321], [2.62180074970419, -0.00048507530395686365], [2.614471018715088, -0.00046120882866134165], [2.6093931357062012, -0.00041262731052240157], [2.6103419578833686, -0.00038730745174996506], [-2.3912204875196548e-5, 4.891206861235316e-7], [18.804844015438622, 0.0014529540593144995], [-0.0012668456793834915, 0.19200210330150333], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 1109
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 58
Number of rejected steps: 100, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [0.006348893329642043, 5.872978072520741e-5], [0.06983223690683585, 0.0006459217970974732], [0.7041103281064192, 0.006507413417506696], [1.7053213081927197, 0.01574061897074509], [1.8553341843030793, 0.01709830812908075], [1.9278819469930404, 0.017725548190358913], [2.6481059105390004, 0.023824591123602745], [3.2309995410002466, 0.028819184108940365], [3.4815258953952237, 0.030948738620205904] … [17.173860429093317, 0.0027231031352661726], [17.509531989879356, 0.0024634272607238876], [17.95974296229126, 0.002186769875430652], [18.42694851773218, 0.00195425704448308], [18.96341848338536, 0.0017381855509740471], [19.461343255443865, 0.0015792797202053104], [19.79459028663691, 0.001491809641868187], [20.507896421825013, 0.0013415146646040062], [20.891507071722895, 0.001278645211246807], [21.812350632419925, 0.0011846143623127328]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.026917234884383898, 0.029290666569648124, 0.030439891123116486, 0.041932136657800115, 0.05133004180773856, 0.05538733307995336 … 0.6840395714447339, 0.7479887910471898, 0.8426874540448738, 0.9521545692171544, 1.092436465161799, 1.2367298047109034, 1.340618849322622, 1.5805534603293563, 1.7173275736630527, 2.05], [[[0.0, 0.0]], [[63.48944180024922, 0.5873074385569376], [63.48927229106918, 0.5873042278045792], [63.48918753845973, 0.5873026225080273], [63.48893328852011, 0.5872978069348898], [63.48893328852011, 0.5872978069348898], [63.48878800816129, 0.5872950553924321], [63.488551935830486, 0.5872905844672642], [63.48842482419216, 0.587288177215932]], [[63.48842482419216, 0.587288177215932], [63.48673028508997, 0.5872560918750083], [63.485883213491476, 0.5872400571636769], [63.48334278752433, 0.587191984673022], [63.483342787524315, 0.5871919846730221], [63.481891647376045, 0.587164536027649], [63.4795343694474, 0.587119965087184], [63.47826536894198, 0.5870959800736784]], [[63.47826536894198, 0.5870959800736784], [63.46137233639779, 0.5867772897527773], [63.452944373271976, 0.5866187167697764], [63.42773480960781, 0.5861460777285465], [63.42773480960715, 0.5861460777286419], [63.413379257820324, 0.5858780729857433], [63.390129500052986, 0.5854457949796621], [63.377650343363115, 0.5852146854719095]], [[63.377650343363115, 0.5852146854719095], [63.35142402572902, 0.5847310856975612], [63.338352644647934, 0.584489817637093], [63.29894685122337, 0.5837514378792094], [63.29894685320276, 0.5837514380452568], [63.276273380726614, 0.5833241489858421], [63.23918689912689, 0.5826214876146603], [63.21909260542246, 0.5822388552846595]], [[63.21909260542246, 0.5822388552846595], [63.21506173774451, 0.5821619398064395], [63.213045014804365, 0.5821234376823585], [63.20698975063796, 0.5820077548882219], [63.2069897506378, 0.5820077548882149], [63.20352590936947, 0.5819415255908824], [63.19131927926953, 0.5478973584835939], [63.16959498821214, 0.5471976099878905]], [[63.16959498821214, 0.5471976099878905], [63.15557743893998, 0.5467289370694377], [63.14857332738498, 0.5464949593407482], [63.12756756514766, 0.5457934268206114], [63.127567572076764, 0.5457934281366337], [63.115571368768606, 0.5453930521715774], [63.09608833311166, 0.544743216907827], [63.085603131238, 0.5443937030789748]], [[63.085603131238, 0.5443937030789748], [62.9460432145691, 0.5397486472247469], [62.87672379012949, 0.537461459082506], [62.66940072283477, 0.5306378930213141], [62.669407579424174, 0.5306391936293713], [62.55162439288869, 0.5267870281452329], [62.361304739424234, 0.5206031366885272], [62.25936669889173, 0.5173103881873674]], [[62.25936669889173, 0.5173103881873674], [62.14856398365674, 0.5137425459572142], [62.114696285189545, 0.5364355591058916], [62.01933279427342, 0.5332606903764192], [62.0195189013322, 0.5340522046470657], [61.9649181195963, 0.5315627243991213], [61.876660443209914, 0.5289300785457739], [61.82913023409979, 0.5274268060808778]], [[61.82913023409979, 0.5274268060808778], [61.80179645478944, 0.5265726696607589], [61.788140616887155, 0.5261466097056194], [61.74717725132931, 0.5248691638217877], [61.74717729150236, 0.5248691711716709], [61.72378149314381, 0.52414043148448], [61.685781436789576, 0.5229581461709443], [61.665329138361116, 0.5223225052906917]] … [[6.145455266725363, -0.006416055054450134], [6.021568074641049, -0.006043218604394143], [5.9635957888426105, -0.005880734202048252], [5.7942222755988455, -0.005406877408547386], [5.7948237791314865, -0.005416160376735331], [5.702680714445527, -0.005162038954263749], [5.561393583039394, -0.00479980256327835], [5.488744037860455, -0.004618839484797305]], [[5.488744037860455, -0.004618839484797305], [5.403706979836145, -0.004410967008682546], [5.3633121454045325, -0.004317375076796666], [5.244745392614732, -0.0040435028617306756], [5.244987294730596, -0.004046534898911033], [5.179913618270844, -0.0038987567860833514], [5.07879446357725, -0.0036800568844974715], [5.026900609720442, -0.0034289024959743776]], [[5.026900609720442, -0.0034289024959743776], [4.928512131499164, -0.0032347432881887944], [4.882433728795886, -0.0031497827645752857], [4.747987522256772, -0.002902151951398552], [4.748429282830453, -0.0029066351434530327], [4.675363719885019, -0.0027739075535948053], [4.563340777947608, -0.002583741470342962], [4.505783452205904, -0.0024886389798376143]], [[4.505783452205904, -0.0024886389798376143], [4.419965777014325, -0.002349396323543433], [4.379756469246203, -0.002288305943220244], [4.26256795629897, -0.0021103510044220477], [4.262932007767052, -0.002113398890779615], [4.199309992915683, -0.002018068164882986], [4.10180886639685, -0.0018810491796433593], [4.051719569294567, -0.0018348690999934166]], [[4.051719569294567, -0.0018348690999934166], [3.968726863869879, -0.0017209164265214922], [3.930144741987815, -0.0016715621063729373], [3.8182914457926205, -0.0015281909825632111], [3.818703428884973, -0.001531119552158324], [3.758429064026091, -0.001454570228717595], [3.6669134646933372, -0.0013462380909364797], [3.620290845544281, -0.0012923395181710785]], [[3.620290845544281, -0.0012923395181710785], [3.5587678959694586, -0.0012222758259300868], [3.5299513480964038, -0.0011912742127369543], [3.4464283421164312, -0.0011010614480659233], [3.4466494601551614, -0.0011023614408761896], [3.4015809349501667, -0.0010540518675669426], [3.3332910627762433, -0.0009621218569854268], [3.298644944223112, -0.0009287616083250812]], [[3.298644944223112, -0.0009287616083250812], [3.26647563250925, -0.0008974049039541487], [3.2510697800017927, -0.0008828251023171127], [3.2060693097433064, -0.0008400059157231123], [3.206111785738852, -0.0008402165730487705], [3.1814738350487, -0.0008168699546529114], [3.1431782291545116, -0.0007811828179150466], [3.1233804915009786, -0.000762831380281172]], [[3.1233804915009786, -0.000762831380281172], [3.065346807751922, -0.0007086989683268261], [3.039138274914497, -0.0006854141650782166], [2.9659858492239115, -0.0006177938831001298], [2.9663086893068216, -0.0006193219194597654], [2.9289825409513144, -0.0005831206849544769], [2.8754922296336827, -0.0005417402343062854], [2.8503012285951383, -0.000514656561895836]], [[2.8503012285951383, -0.000514656561895836], [2.832783268021773, -0.0004951309607756877], [2.824707255094121, -0.00048595535082447835], [2.8024433522877867, -0.00045876491133752754], [2.8024649496778142, -0.0004588822512637551], [2.791237288207412, -0.0004438444428301032], [2.775416776248337, -0.00042042897475111493], [2.76814032199114, -0.0004081641166429645]], [[2.76814032199114, -0.0004081641166429645], [2.7505573489893007, -0.0003689217972432184], [2.7457923407693547, -0.00035119123029214423], [2.7480311651553455, -0.00028161376927827335], [2.748005457553623, -0.000284489183263937], [2.7623142567742045, -0.00024612463164491445], [2.8093167455744785, -0.0001833767972094875], [2.849145586004307, -0.00014596592404881605]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C11", "1120-21-4", 410.21999999999997, 33.71, 116.04, 0.001, "Leppert2020b, alkane, Grob, alkanes", 0.00011323854999018596, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [0.006348893329642043, 5.872978072520741e-5], [0.06983223690683585, 0.0006459217970974732], [0.7041103281064192, 0.006507413417506696], [1.7053213081927197, 0.01574061897074509], [1.8553341843030793, 0.01709830812908075], [1.9278819469930404, 0.017725548190358913], [2.6481059105390004, 0.023824591123602745], [3.2309995410002466, 0.028819184108940365], [3.4815258953952237, 0.030948738620205904] … [17.173860429093317, 0.0027231031352661726], [17.509531989879356, 0.0024634272607238876], [17.95974296229126, 0.002186769875430652], [18.42694851773218, 0.00195425704448308], [18.96341848338536, 0.0017381855509740471], [19.461343255443865, 0.0015792797202053104], [19.79459028663691, 0.001491809641868187], [20.507896421825013, 0.0013415146646040062], [20.891507071722895, 0.001278645211246807], [21.812350632419925, 0.0011846143623127328]], [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.026917234884383898, 0.029290666569648124, 0.030439891123116486, 0.041932136657800115, 0.05133004180773856, 0.05538733307995336 … 0.6840395714447339, 0.7479887910471898, 0.8426874540448738, 0.9521545692171544, 1.092436465161799, 1.2367298047109034, 1.340618849322622, 1.5805534603293563, 1.7173275736630527, 2.05], [[[0.0, 0.0]], [[63.48944180024922, 0.5873074385569376], [63.48927229106918, 0.5873042278045792], [63.48918753845973, 0.5873026225080273], [63.48893328852011, 0.5872978069348898], [63.48893328852011, 0.5872978069348898], [63.48878800816129, 0.5872950553924321], [63.488551935830486, 0.5872905844672642], [63.48842482419216, 0.587288177215932]], [[63.48842482419216, 0.587288177215932], [63.48673028508997, 0.5872560918750083], [63.485883213491476, 0.5872400571636769], [63.48334278752433, 0.587191984673022], [63.483342787524315, 0.5871919846730221], [63.481891647376045, 0.587164536027649], [63.4795343694474, 0.587119965087184], [63.47826536894198, 0.5870959800736784]], [[63.47826536894198, 0.5870959800736784], [63.46137233639779, 0.5867772897527773], [63.452944373271976, 0.5866187167697764], [63.42773480960781, 0.5861460777285465], [63.42773480960715, 0.5861460777286419], [63.413379257820324, 0.5858780729857433], [63.390129500052986, 0.5854457949796621], [63.377650343363115, 0.5852146854719095]], [[63.377650343363115, 0.5852146854719095], [63.35142402572902, 0.5847310856975612], [63.338352644647934, 0.584489817637093], [63.29894685122337, 0.5837514378792094], [63.29894685320276, 0.5837514380452568], [63.276273380726614, 0.5833241489858421], [63.23918689912689, 0.5826214876146603], [63.21909260542246, 0.5822388552846595]], [[63.21909260542246, 0.5822388552846595], [63.21506173774451, 0.5821619398064395], [63.213045014804365, 0.5821234376823585], [63.20698975063796, 0.5820077548882219], [63.2069897506378, 0.5820077548882149], [63.20352590936947, 0.5819415255908824], [63.19131927926953, 0.5478973584835939], [63.16959498821214, 0.5471976099878905]], [[63.16959498821214, 0.5471976099878905], [63.15557743893998, 0.5467289370694377], [63.14857332738498, 0.5464949593407482], [63.12756756514766, 0.5457934268206114], [63.127567572076764, 0.5457934281366337], [63.115571368768606, 0.5453930521715774], [63.09608833311166, 0.544743216907827], [63.085603131238, 0.5443937030789748]], [[63.085603131238, 0.5443937030789748], [62.9460432145691, 0.5397486472247469], [62.87672379012949, 0.537461459082506], [62.66940072283477, 0.5306378930213141], [62.669407579424174, 0.5306391936293713], [62.55162439288869, 0.5267870281452329], [62.361304739424234, 0.5206031366885272], [62.25936669889173, 0.5173103881873674]], [[62.25936669889173, 0.5173103881873674], [62.14856398365674, 0.5137425459572142], [62.114696285189545, 0.5364355591058916], [62.01933279427342, 0.5332606903764192], [62.0195189013322, 0.5340522046470657], [61.9649181195963, 0.5315627243991213], [61.876660443209914, 0.5289300785457739], [61.82913023409979, 0.5274268060808778]], [[61.82913023409979, 0.5274268060808778], [61.80179645478944, 0.5265726696607589], [61.788140616887155, 0.5261466097056194], [61.74717725132931, 0.5248691638217877], [61.74717729150236, 0.5248691711716709], [61.72378149314381, 0.52414043148448], [61.685781436789576, 0.5229581461709443], [61.665329138361116, 0.5223225052906917]] … [[6.145455266725363, -0.006416055054450134], [6.021568074641049, -0.006043218604394143], [5.9635957888426105, -0.005880734202048252], [5.7942222755988455, -0.005406877408547386], [5.7948237791314865, -0.005416160376735331], [5.702680714445527, -0.005162038954263749], [5.561393583039394, -0.00479980256327835], [5.488744037860455, -0.004618839484797305]], [[5.488744037860455, -0.004618839484797305], [5.403706979836145, -0.004410967008682546], [5.3633121454045325, -0.004317375076796666], [5.244745392614732, -0.0040435028617306756], [5.244987294730596, -0.004046534898911033], [5.179913618270844, -0.0038987567860833514], [5.07879446357725, -0.0036800568844974715], [5.026900609720442, -0.0034289024959743776]], [[5.026900609720442, -0.0034289024959743776], [4.928512131499164, -0.0032347432881887944], [4.882433728795886, -0.0031497827645752857], [4.747987522256772, -0.002902151951398552], [4.748429282830453, -0.0029066351434530327], [4.675363719885019, -0.0027739075535948053], [4.563340777947608, -0.002583741470342962], [4.505783452205904, -0.0024886389798376143]], [[4.505783452205904, -0.0024886389798376143], [4.419965777014325, -0.002349396323543433], [4.379756469246203, -0.002288305943220244], [4.26256795629897, -0.0021103510044220477], [4.262932007767052, -0.002113398890779615], [4.199309992915683, -0.002018068164882986], [4.10180886639685, -0.0018810491796433593], [4.051719569294567, -0.0018348690999934166]], [[4.051719569294567, -0.0018348690999934166], [3.968726863869879, -0.0017209164265214922], [3.930144741987815, -0.0016715621063729373], [3.8182914457926205, -0.0015281909825632111], [3.818703428884973, -0.001531119552158324], [3.758429064026091, -0.001454570228717595], [3.6669134646933372, -0.0013462380909364797], [3.620290845544281, -0.0012923395181710785]], [[3.620290845544281, -0.0012923395181710785], [3.5587678959694586, -0.0012222758259300868], [3.5299513480964038, -0.0011912742127369543], [3.4464283421164312, -0.0011010614480659233], [3.4466494601551614, -0.0011023614408761896], [3.4015809349501667, -0.0010540518675669426], [3.3332910627762433, -0.0009621218569854268], [3.298644944223112, -0.0009287616083250812]], [[3.298644944223112, -0.0009287616083250812], [3.26647563250925, -0.0008974049039541487], [3.2510697800017927, -0.0008828251023171127], [3.2060693097433064, -0.0008400059157231123], [3.206111785738852, -0.0008402165730487705], [3.1814738350487, -0.0008168699546529114], [3.1431782291545116, -0.0007811828179150466], [3.1233804915009786, -0.000762831380281172]], [[3.1233804915009786, -0.000762831380281172], [3.065346807751922, -0.0007086989683268261], [3.039138274914497, -0.0006854141650782166], [2.9659858492239115, -0.0006177938831001298], [2.9663086893068216, -0.0006193219194597654], [2.9289825409513144, -0.0005831206849544769], [2.8754922296336827, -0.0005417402343062854], [2.8503012285951383, -0.000514656561895836]], [[2.8503012285951383, -0.000514656561895836], [2.832783268021773, -0.0004951309607756877], [2.824707255094121, -0.00048595535082447835], [2.8024433522877867, -0.00045876491133752754], [2.8024649496778142, -0.0004588822512637551], [2.791237288207412, -0.0004438444428301032], [2.775416776248337, -0.00042042897475111493], [2.76814032199114, -0.0004081641166429645]], [[2.76814032199114, -0.0004081641166429645], [2.7505573489893007, -0.0003689217972432184], [2.7457923407693547, -0.00035119123029214423], [2.7480311651553455, -0.00028161376927827335], [2.748005457553623, -0.000284489183263937], [2.7623142567742045, -0.00024612463164491445], [2.8093167455744785, -0.0001833767972094875], [2.849145586004307, -0.00014596592404881605]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([21.812350632419925, 0.0011846143623127328], [20.891507071722895, 0.001278645211246807], [2.76814032199114, -0.0004081641166429645], [2.7505573489893007, -0.0003689217972432184], [2.7457923407693547, -0.00035119123029214423], [2.7480311651553455, -0.00028161376927827335], [2.748005457553623, -0.000284489183263937], [2.7623142567742045, -0.00024612463164491445], [2.8093167455744785, -0.0001833767972094875], [2.849145586004307, -0.00014596592404881605], [-6.345049108725009e-5, -2.500928746924742e-6], [21.694762989227282, 0.0011907159762151486], [-0.0029087915999913964, -1.0975507440038494], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 1347
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 72
Number of rejected steps: 120, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [0.01569993083506815, 0.00037666443130964525], [0.17268499391737602, 0.004142590340037777], [1.7411442328872564, 0.04173506947574346], [1.860238024446021, 0.044532575219960104], [1.938565432785628, 0.046280915027591255], [2.715645842873403, 0.06321439734000459], [3.192828785183078, 0.07379062508521325], [3.3981606403226965, 0.07831696878617582], [3.6837521777663955, 0.0845683553890742] … [20.40110207314076, 0.0017903571835574943], [20.607717759681197, 0.001717973199175161], [21.26597598195904, 0.0015236844671557461], [21.76982266374047, 0.0014009607425264582], [22.322382929878636, 0.0012947591789759614], [22.64498778768119, 0.001245008354165762], [23.21881659371365, 0.0011711011689184679], [23.495984245874606, 0.001141214183466923], [24.022624924663216, 0.001098813180094519], [24.27886947614243, 0.0010918448558252711]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.011860010665908883, 0.012360485672584985, 0.017365235739346004, 0.02046876668180208, 0.021808721538097774, 0.023676926880178164 … 0.8485953367630765, 0.8982089942871706, 1.0704891126639897, 1.2168328784848463, 1.3905266008127297, 1.4971578284997333, 1.6929422125237665, 1.788563669718482, 1.9670627167593664, 2.05], [[[0.0, 0.0]], [[157.00060580177689, 3.7667098645865913], [157.000173262894, 3.7666880085846017], [156.99995700727538, 3.7666770819644126], [156.9993082955186, 3.766644307594834], [156.99930829551855, 3.7666443075948326], [156.99893764023687, 3.766625583088838], [156.99833538302903, 3.7665951615137137], [156.99801112023533, 3.766578783612664]], [[156.99801112023533, 3.766578783612664], [156.993689590836, 3.7663606083706895], [156.9915302080248, 3.766251658781082], [156.98505756833652, 3.765925358909971], [156.98505756833657, 3.7659253589099935], [156.98136263067698, 3.7657392721413703], [156.97536411635957, 3.7654374553940104], [156.9721367792005, 3.7652752178304745]], [[156.9721367792005, 3.7652752178304745], [156.92929966520612, 3.763131563019135], [156.90801604248526, 3.762073374323621], [156.84493373323954, 3.7592561255723154], [156.84493373677944, 3.7592561352612437], [156.810177850467, 3.7576157588851613], [156.75309653833855, 3.754893794932372], [156.72205036738364, 3.753399165230665]], [[156.72205036738364, 3.753399165230665], [156.71889204044416, 3.7532465665253643], [156.7173120591962, 3.7531701901440813], [156.7125688463052, 3.7529407534129753], [156.7125688463048, 3.7529407534129544], [156.70985623707438, 3.7528094394768123], [156.66321716281965, 3.5073330979226007], [156.61995573560878, 3.5036049339014093]], [[156.61995573560878, 3.5036049339014093], [156.58198052596035, 3.500183330667264], [156.56300703818818, 3.498475502823036], [156.5061034971862, 3.49335495550111], [156.50610352434694, 3.49335496911024], [156.473607584083, 3.4904329172872255], [156.4208333734957, 3.485690782679452], [156.39243270114187, 3.4831404858075077]], [[156.39243270114187, 3.4831404858075077], [156.01440650945167, 3.4492490850752433], [155.82679103293518, 3.432596220457767], [155.26562055820466, 3.3829144762471373], [155.26564718770473, 3.3829279023653536], [154.94694481277068, 3.3549084856992337], [154.43215847947764, 3.3099834751449695], [154.1565168918233, 3.286085551283123]], [[154.1565168918233, 3.286085551283123], [153.99018799569944, 3.44358394680035], [153.93027384919557, 3.438196264353106], [153.75053436359815, 3.4227550156989817], [153.75072875677796, 3.4213542338017615], [153.64799462403604, 3.413841538317528], [153.4816664825359, 3.39894827189444], [153.39217092576604, 3.3913447024323324]], [[153.39217092576604, 3.3913447024323324], [153.34069470474512, 3.3868796620074106], [153.31497864927945, 3.384652001406848], [153.2378487137505, 3.377973070418565], [153.23784877672207, 3.3779731010672944], [153.19380228735594, 3.374162704886026], [153.12227046999814, 3.3679804424474504], [153.08377567571114, 3.3646564302468276]], [[153.08377567571114, 3.3646564302468276], [153.012241111222, 3.3584829827460005], [152.97651618011128, 3.355405589998375], [152.8693773657304, 3.3461812434359484], [152.8693775327335, 3.346181325074231], [152.80820955969438, 3.3409220853416537], [152.7088948255638, 3.3323942658655143], [152.72948509481836, 4.241940196643559]] … [[4.635886222826346, -0.0019332721552346663], [4.565913658236836, -0.001850871097399395], [4.532724138905161, -0.0018136541131213925], [4.435510794019667, -0.0017045554115038364], [4.435708732981699, -0.0017057216783699723], [4.382488427020509, -0.001646709879760291], [4.298978485505203, -0.001602555231440148], [4.25576755458686, -0.0015546201991382773]], [[4.25576755458686, -0.0015546201991382773], [4.224281711605787, -0.00152091414893099], [4.208952254109071, -0.0015048858722735664], [4.163569597118591, -0.0014574668678072257], [4.163591483176852, -0.00145758427931506], [4.138261725888457, -0.0014313807947879148], [4.098072782449413, -0.0013904785306280815], [4.07689456413316, -0.001369156619929153]], [[4.07689456413316, -0.001369156619929153], [3.981815300929198, -0.0012740969220548278], [3.938264319170825, -0.0012338394289987391], [3.812858949971981, -0.001116734238083683], [3.8135274594844746, -0.0011201087032114755], [3.7466677097428214, -0.0010574050777176153], [3.646808115556543, -0.0009711953474044015], [3.5955898383523652, -0.0009717412177125688]], [[3.5955898383523652, -0.0009717412177125688], [3.539962029813213, -0.0009215900831456673], [3.513951634352837, -0.0008992645238794002], [3.438823837297867, -0.0008341131479404937], [3.4390179610920955, -0.0008349916032561591], [3.3986644161550514, -0.0007999631332129196], [3.3374478914293917, -0.0007487285863851451], [3.306415756254275, -0.0007229002160173896]], [[3.306415756254275, -0.0007229002160173896], [3.2596191626264894, -0.0006838255883084744], [3.237983773979347, -0.000666424240526337], [3.176454350673979, -0.0006155834068116218], [3.1766226950498524, -0.0006162777713544313], [3.144283267012475, -0.0005888774465520331], [3.0977134723976083, -0.0005229399265684319], [3.074647361053406, -0.0005060995006054999]], [[3.074647361053406, -0.0005060995006054999], [3.056761933593961, -0.000492127405937535], [3.0482867500529003, -0.00048551808288112297], [3.024027836121267, -0.0004659418561638888], [3.0240453378642878, -0.0004660070883602223], [3.011107207152735, -0.00045518420019797644], [2.991567833911065, -0.0004383145492141131], [2.981789412030121, -0.00042950653937418276]], [[2.981789412030121, -0.00042950653937418276], [2.959902539271532, -0.00040838929177710497], [2.950389324190769, -0.0003987008519697429], [2.926170905608606, -0.0003698294561463246], [2.9262300128379652, -0.00037011375941294847], [2.9156683137484642, -0.00035407533333344627], [2.9031555712482513, -0.0003518412855947889], [2.899053115280074, -0.0003379208906036476]], [[2.899053115280074, -0.0003379208906036476], [2.897491818462971, -0.0003293397266695405], [2.897059718171719, -0.0003251621030550217], [2.897143749438614, -0.00031251717895874106], [2.897144028689193, -0.00031253992142941305], [2.89816039808995, -0.0003053220487652617], [2.901374961540814, -0.00029363660717661357], [2.9039349634171487, -0.00028732397924723064]], [[2.9039349634171487, -0.00028732397924723064], [2.913002590584302, -0.0002712916976409368], [2.918938053534931, -0.00026346302423203025], [2.9433050805938423, -0.0002386323975415818], [2.9432695964257007, -0.00023878783756294073], [2.9618897516958462, -0.0002237709907589474], [3.0001649980634064, -0.00019809253357936513], [3.0265603889939023, -0.00012065787036056024]], [[3.0265603889939023, -0.00012065787036056024], [3.045234942356441, -0.00010926447052263721], [3.0550617103868825, -0.00010346986012112864], [3.087077105756394, -8.500693417291079e-5], [3.0870676368335994, -8.5030509424537e-5], [3.1070604865582516, -7.380832992349062e-5], [3.1423421106653735, -5.446696815807582e-5], [3.1628676763087236, -4.339501776273074e-5]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C12", "112-40-3", 427.92999999999995, 34.92, 121.44, 0.001, "Leppert2020b, alkane, alkanes", 0.00010831148421185742, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [0.01569993083506815, 0.00037666443130964525], [0.17268499391737602, 0.004142590340037777], [1.7411442328872564, 0.04173506947574346], [1.860238024446021, 0.044532575219960104], [1.938565432785628, 0.046280915027591255], [2.715645842873403, 0.06321439734000459], [3.192828785183078, 0.07379062508521325], [3.3981606403226965, 0.07831696878617582], [3.6837521777663955, 0.0845683553890742] … [20.40110207314076, 0.0017903571835574943], [20.607717759681197, 0.001717973199175161], [21.26597598195904, 0.0015236844671557461], [21.76982266374047, 0.0014009607425264582], [22.322382929878636, 0.0012947591789759614], [22.64498778768119, 0.001245008354165762], [23.21881659371365, 0.0011711011689184679], [23.495984245874606, 0.001141214183466923], [24.022624924663216, 0.001098813180094519], [24.27886947614243, 0.0010918448558252711]], [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.011099999999999997, 0.011860010665908883, 0.012360485672584985, 0.017365235739346004, 0.02046876668180208, 0.021808721538097774, 0.023676926880178164 … 0.8485953367630765, 0.8982089942871706, 1.0704891126639897, 1.2168328784848463, 1.3905266008127297, 1.4971578284997333, 1.6929422125237665, 1.788563669718482, 1.9670627167593664, 2.05], [[[0.0, 0.0]], [[157.00060580177689, 3.7667098645865913], [157.000173262894, 3.7666880085846017], [156.99995700727538, 3.7666770819644126], [156.9993082955186, 3.766644307594834], [156.99930829551855, 3.7666443075948326], [156.99893764023687, 3.766625583088838], [156.99833538302903, 3.7665951615137137], [156.99801112023533, 3.766578783612664]], [[156.99801112023533, 3.766578783612664], [156.993689590836, 3.7663606083706895], [156.9915302080248, 3.766251658781082], [156.98505756833652, 3.765925358909971], [156.98505756833657, 3.7659253589099935], [156.98136263067698, 3.7657392721413703], [156.97536411635957, 3.7654374553940104], [156.9721367792005, 3.7652752178304745]], [[156.9721367792005, 3.7652752178304745], [156.92929966520612, 3.763131563019135], [156.90801604248526, 3.762073374323621], [156.84493373323954, 3.7592561255723154], [156.84493373677944, 3.7592561352612437], [156.810177850467, 3.7576157588851613], [156.75309653833855, 3.754893794932372], [156.72205036738364, 3.753399165230665]], [[156.72205036738364, 3.753399165230665], [156.71889204044416, 3.7532465665253643], [156.7173120591962, 3.7531701901440813], [156.7125688463052, 3.7529407534129753], [156.7125688463048, 3.7529407534129544], [156.70985623707438, 3.7528094394768123], [156.66321716281965, 3.5073330979226007], [156.61995573560878, 3.5036049339014093]], [[156.61995573560878, 3.5036049339014093], [156.58198052596035, 3.500183330667264], [156.56300703818818, 3.498475502823036], [156.5061034971862, 3.49335495550111], [156.50610352434694, 3.49335496911024], [156.473607584083, 3.4904329172872255], [156.4208333734957, 3.485690782679452], [156.39243270114187, 3.4831404858075077]], [[156.39243270114187, 3.4831404858075077], [156.01440650945167, 3.4492490850752433], [155.82679103293518, 3.432596220457767], [155.26562055820466, 3.3829144762471373], [155.26564718770473, 3.3829279023653536], [154.94694481277068, 3.3549084856992337], [154.43215847947764, 3.3099834751449695], [154.1565168918233, 3.286085551283123]], [[154.1565168918233, 3.286085551283123], [153.99018799569944, 3.44358394680035], [153.93027384919557, 3.438196264353106], [153.75053436359815, 3.4227550156989817], [153.75072875677796, 3.4213542338017615], [153.64799462403604, 3.413841538317528], [153.4816664825359, 3.39894827189444], [153.39217092576604, 3.3913447024323324]], [[153.39217092576604, 3.3913447024323324], [153.34069470474512, 3.3868796620074106], [153.31497864927945, 3.384652001406848], [153.2378487137505, 3.377973070418565], [153.23784877672207, 3.3779731010672944], [153.19380228735594, 3.374162704886026], [153.12227046999814, 3.3679804424474504], [153.08377567571114, 3.3646564302468276]], [[153.08377567571114, 3.3646564302468276], [153.012241111222, 3.3584829827460005], [152.97651618011128, 3.355405589998375], [152.8693773657304, 3.3461812434359484], [152.8693775327335, 3.346181325074231], [152.80820955969438, 3.3409220853416537], [152.7088948255638, 3.3323942658655143], [152.72948509481836, 4.241940196643559]] … [[4.635886222826346, -0.0019332721552346663], [4.565913658236836, -0.001850871097399395], [4.532724138905161, -0.0018136541131213925], [4.435510794019667, -0.0017045554115038364], [4.435708732981699, -0.0017057216783699723], [4.382488427020509, -0.001646709879760291], [4.298978485505203, -0.001602555231440148], [4.25576755458686, -0.0015546201991382773]], [[4.25576755458686, -0.0015546201991382773], [4.224281711605787, -0.00152091414893099], [4.208952254109071, -0.0015048858722735664], [4.163569597118591, -0.0014574668678072257], [4.163591483176852, -0.00145758427931506], [4.138261725888457, -0.0014313807947879148], [4.098072782449413, -0.0013904785306280815], [4.07689456413316, -0.001369156619929153]], [[4.07689456413316, -0.001369156619929153], [3.981815300929198, -0.0012740969220548278], [3.938264319170825, -0.0012338394289987391], [3.812858949971981, -0.001116734238083683], [3.8135274594844746, -0.0011201087032114755], [3.7466677097428214, -0.0010574050777176153], [3.646808115556543, -0.0009711953474044015], [3.5955898383523652, -0.0009717412177125688]], [[3.5955898383523652, -0.0009717412177125688], [3.539962029813213, -0.0009215900831456673], [3.513951634352837, -0.0008992645238794002], [3.438823837297867, -0.0008341131479404937], [3.4390179610920955, -0.0008349916032561591], [3.3986644161550514, -0.0007999631332129196], [3.3374478914293917, -0.0007487285863851451], [3.306415756254275, -0.0007229002160173896]], [[3.306415756254275, -0.0007229002160173896], [3.2596191626264894, -0.0006838255883084744], [3.237983773979347, -0.000666424240526337], [3.176454350673979, -0.0006155834068116218], [3.1766226950498524, -0.0006162777713544313], [3.144283267012475, -0.0005888774465520331], [3.0977134723976083, -0.0005229399265684319], [3.074647361053406, -0.0005060995006054999]], [[3.074647361053406, -0.0005060995006054999], [3.056761933593961, -0.000492127405937535], [3.0482867500529003, -0.00048551808288112297], [3.024027836121267, -0.0004659418561638888], [3.0240453378642878, -0.0004660070883602223], [3.011107207152735, -0.00045518420019797644], [2.991567833911065, -0.0004383145492141131], [2.981789412030121, -0.00042950653937418276]], [[2.981789412030121, -0.00042950653937418276], [2.959902539271532, -0.00040838929177710497], [2.950389324190769, -0.0003987008519697429], [2.926170905608606, -0.0003698294561463246], [2.9262300128379652, -0.00037011375941294847], [2.9156683137484642, -0.00035407533333344627], [2.9031555712482513, -0.0003518412855947889], [2.899053115280074, -0.0003379208906036476]], [[2.899053115280074, -0.0003379208906036476], [2.897491818462971, -0.0003293397266695405], [2.897059718171719, -0.0003251621030550217], [2.897143749438614, -0.00031251717895874106], [2.897144028689193, -0.00031253992142941305], [2.89816039808995, -0.0003053220487652617], [2.901374961540814, -0.00029363660717661357], [2.9039349634171487, -0.00028732397924723064]], [[2.9039349634171487, -0.00028732397924723064], [2.913002590584302, -0.0002712916976409368], [2.918938053534931, -0.00026346302423203025], [2.9433050805938423, -0.0002386323975415818], [2.9432695964257007, -0.00023878783756294073], [2.9618897516958462, -0.0002237709907589474], [3.0001649980634064, -0.00019809253357936513], [3.0265603889939023, -0.00012065787036056024]], [[3.0265603889939023, -0.00012065787036056024], [3.045234942356441, -0.00010926447052263721], [3.0550617103868825, -0.00010346986012112864], [3.087077105756394, -8.500693417291079e-5], [3.0870676368335994, -8.5030509424537e-5], [3.1070604865582516, -7.380832992349062e-5], [3.1423421106653735, -5.446696815807582e-5], [3.1628676763087236, -4.339501776273074e-5]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([24.27886947614243, 0.0010918448558252711], [24.022624924663216, 0.001098813180094519], [3.0265603889939023, -0.00012065787036056024], [3.045234942356441, -0.00010926447052263721], [3.0550617103868825, -0.00010346986012112864], [3.087077105756394, -8.500693417291079e-5], [3.0870676368335994, -8.5030509424537e-5], [3.1070604865582516, -7.380832992349062e-5], [3.1423421106653735, -5.446696815807582e-5], [3.1628676763087236, -4.339501776273074e-5], [-4.339163574898963e-7, -3.5292521349335413e-10], [24.24618814523923, 0.001092353951950485], [-1.787144522816589e-5, -0.00016815465847106042], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 1221
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 76
Number of rejected steps: 98, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [0.038891456789778414, 0.002399844134945049], [0.4277687222812381, 0.026393143514134465], [1.616375292779453, 0.09970608980125871], [1.8405008729610415, 0.11352726914093304], [2.6976333586741914, 0.1613933771836906], [3.1055820276931225, 0.18457908683987917], [3.2822942928258474, 0.1945814631898655], [3.647047760437313, 0.21505926386640115], [3.74256838288009, 0.22185142590680273] … [22.199912923424083, 0.0017114213328808282], [22.69659238541263, 0.0015730932993308713], [23.184717672912562, 0.0014578362682539136], [23.47676367926781, 0.0013964072929844571], [24.20464226980741, 0.0012694869904958386], [24.556564918804973, 0.0012208257143388882], [25.036910993158152, 0.0011666011143016972], [25.2880055830152, 0.0011439609279188185], [25.930485536901372, 0.0011013270523611877], [26.477506050347564, 0.0010932051689807433]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.004157538297715653, 0.004734232969858132, 0.006958793296757852, 0.008029082296512037, 0.008494068830950764, 0.00945643391124702, 0.009708771886486394 … 0.7931789018460901, 0.9107148704626421, 1.0370551415050624, 1.117677918298858, 1.3336552502423293, 1.4444571412773317, 1.5998258681794366, 1.6817296969249869, 1.8874989855536148, 2.05], [[[0.0, 0.0]], [[388.917975584052, 23.998912996954473], [388.9168393120881, 23.998755685670552], [388.91627127041147, 23.998677053968642], [388.91456752138345, 23.998441254065217], [388.91456752138345, 23.998441254065217], [388.9135942040034, 23.998306575502347], [388.91201295646533, 23.998087822479818], [388.91116171711707, 23.997970083487367]], [[388.91116171711707, 23.997970083487367], [388.89982533275986, 23.99640364177763], [388.8941665687922, 23.995622814039834], [388.87722786742495, 23.9932898471003], [388.8772278674312, 23.993289847101874], [388.86757394883426, 23.991963142983806], [388.8519256295638, 23.98981720432491], [388.84351893252847, 23.988666706088324]], [[388.84351893252847, 23.988666706088324], [388.8093923338362, 23.98401330043031], [388.7924171589536, 23.98170894829312], [388.74409614811935, 23.97812703252805], [388.7440961864378, 23.97812715062931], [388.71891161822407, 23.975325605249267], [388.6776257315274, 23.970685392531873], [388.655210804053, 23.96814194885194]], [[388.655210804053, 23.96814194885194], [388.6495531696631, 23.967497306904292], [388.6467213135855, 23.96717424189635], [388.6382136134878, 23.96620208122867], [388.6382136134878, 23.96620208122873], [388.633343895473, 23.96564456144911], [388.6254179239858, 23.964735490813094], [388.5430896972984, 22.26674042637956]], [[388.5430896972984, 22.26674042637956], [387.4522404368312, 22.010989158927394], [386.91151961628077, 21.885713367652563], [385.2945702255105, 21.512182140925688], [385.29468146073674, 21.512328095070874], [384.37711324811596, 21.302067189934327], [382.8962350237434, 20.965695461064968], [382.1038896140286, 20.787093129340548]], [[382.1038896140286, 20.787093129340548], [381.65470526393284, 21.88399036702738], [381.52607624673493, 21.853323179013284], [381.1400654002435, 21.765893630477727], [381.1408095655267, 21.756987150627594], [380.91988844723534, 21.715329071979067], [380.5628636434609, 21.630510644230977], [380.3706780041488, 21.587457262233826]], [[380.3706780041488, 21.587457262233826], [380.2594706011518, 21.561949078209352], [380.20391355461766, 21.549221032479203], [380.03728878658126, 21.51105977899614], [380.0372889043115, 21.511059929660025], [379.94213730644566, 21.48928698028863], [379.78761325935056, 21.453958246705014], [379.7044577309044, 21.434961704200646]], [[379.7044577309044, 21.434961704200646], [379.47510003991215, 21.3825981326143], [379.3606199055645, 21.356526776208586], [379.0173763714241, 21.27840907311301], [379.01737740745455, 21.27841039375185], [378.8215027586288, 21.233912378715164], [378.5036201721777, 21.161824793251416], [378.3326634631703, 21.12312033560772]], [[378.3326634631703, 21.12312033560772], [378.2729259075318, 21.10960485264846], [378.2562951468617, 27.381105339792583], [378.51288310863936, 27.480179222748045], [378.51323235298514, 27.359476837592602], [378.65975269159907, 27.52004346912993], [378.89860483154285, 27.567801895474126], [379.02741769276776, 27.607047791791544]] … [[5.100211348222399, -0.002182945342561192], [4.9685677052119, -0.0020274468440603594], [4.908501248701396, -0.001962322084220297], [4.734887046161733, -0.00177215125107064], [4.736019759366155, -0.0017787412809368319], [4.643114461134158, -0.001676301157110282], [4.504323170123725, -0.0015377628311122303], [4.436650842933365, -0.0013481415558011123]], [[4.436650842933365, -0.0013481415558011123], [4.360573505275806, -0.0012837761781350858], [4.324886384292594, -0.0012551556915036334], [4.220931403517909, -0.0011712436970170302], [4.221235182447411, -0.0011724976243328497], [4.164824726344663, -0.0011271740694352784], [4.078391229239356, -0.001060972962140277], [4.034064741251694, -0.0010275446660517199]], [[4.034064741251694, -0.0010275446660517199], [3.972671697803964, -0.0009815953414162263], [3.9438002341790663, -0.000960978333662458], [3.8598262094072195, -0.0009005052517708245], [3.8600339753942117, -0.0009012648356222694], [3.8145156809515735, -0.0008685553879303161], [3.7441625085313395, -0.0008474071834603753], [3.7079304517094345, -0.0008210308916948739]], [[3.7079304517094345, -0.0008210308916948739], [3.6779750462230187, -0.0007999986241734726], [3.663533613460191, -0.0007900999015785224], [3.6211069759707377, -0.0007608548462211542], [3.6211391919275147, -0.0007609653164977212], [3.5977227645004604, -0.0007448764249034718], [3.561011906333544, -0.0007199795686542495], [3.5418796685453744, -0.0007070666478273535]], [[3.5418796685453744, -0.0007070666478273535], [3.4763559054671234, -0.0006625817962693666], [3.4466503837944975, -0.0006434578857498782], [3.3627640327771644, -0.0005875500461406915], [3.3631880234674663, -0.0005889539456690203], [3.319682126127558, -0.000558824796949507], [3.2576549079596475, -0.0005009310879031476], [3.2278514316477676, -0.00047975777837681475]], [[3.2278514316477676, -0.00047975777837681475], [3.2088179719908783, -0.00046540892799719466], [3.1998658306850287, -0.00045863766210045033], [3.1744387121883464, -0.0004385403372939593], [3.1744614543616714, -0.00043861962087831253], [3.1610567541925065, -0.0004274901453289354], [3.1410885235984765, -0.00041014485681775746], [3.131243753361791, -0.0004010733377280343]], [[3.131243753361791, -0.0004010733377280343], [3.1144545094722633, -0.00038437994377016566], [3.1070643836464145, -0.00037656998603377914], [3.088004370761309, -0.0003531749782683869], [3.088036984822177, -0.0003533293748403235], [3.0794755891932346, -0.0003402364320899959], [3.069796205334167, -0.0003034563516498592], [3.066686800705337, -0.00029498248110183985]], [[3.066686800705337, -0.00029498248110183985], [3.065310994915144, -0.00028874531046524854], [3.0648859223426133, -0.0002856912604906678], [3.06464559055864, -0.000276426460959049], [3.0646458871053324, -0.0002764394896888128], [3.0652308823782994, -0.00027113329006910893], [3.0673382659575967, -0.00026251164541562003], [3.069082191094634, -0.00025784590891780423]], [[3.069082191094634, -0.00025784590891780423], [3.078234440063687, -0.00024179281963741263], [3.0846821134637135, -0.00023397015250728828], [3.1127698906426233, -0.00020871414178410012], [3.1127129768749113, -0.00020895106282660132], [3.1350964804937416, -0.00019334532837054618], [3.1823882082782022, -0.0001662401658051036], [3.2154190190414544, -0.00011578138645573104]], [[3.2154190190414544, -0.00011578138645573104], [3.255840694839657, -9.716659067763049e-5], [3.277943235001886, -8.751729499394047e-5], [3.354934268455643, -5.43265718953471e-5], [3.3548200897753255, -5.455450628884283e-5], [3.406340822025166, -3.258414536453692e-5], [3.5030815693424318, 8.21227374691192e-6], [3.562826122536911, 3.3675208737465835e-5]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C13", "629-50-5", 444.46999999999997, 35.93, 125.62, 0.001, "Leppert2020b, alkane, alkanes", 0.00010393999972322901, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [0.038891456789778414, 0.002399844134945049], [0.4277687222812381, 0.026393143514134465], [1.616375292779453, 0.09970608980125871], [1.8405008729610415, 0.11352726914093304], [2.6976333586741914, 0.1613933771836906], [3.1055820276931225, 0.18457908683987917], [3.2822942928258474, 0.1945814631898655], [3.647047760437313, 0.21505926386640115], [3.74256838288009, 0.22185142590680273] … [22.199912923424083, 0.0017114213328808282], [22.69659238541263, 0.0015730932993308713], [23.184717672912562, 0.0014578362682539136], [23.47676367926781, 0.0013964072929844571], [24.20464226980741, 0.0012694869904958386], [24.556564918804973, 0.0012208257143388882], [25.036910993158152, 0.0011666011143016972], [25.2880055830152, 0.0011439609279188185], [25.930485536901372, 0.0011013270523611877], [26.477506050347564, 0.0010932051689807433]], [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.004157538297715653, 0.004734232969858132, 0.006958793296757852, 0.008029082296512037, 0.008494068830950764, 0.00945643391124702, 0.009708771886486394 … 0.7931789018460901, 0.9107148704626421, 1.0370551415050624, 1.117677918298858, 1.3336552502423293, 1.4444571412773317, 1.5998258681794366, 1.6817296969249869, 1.8874989855536148, 2.05], [[[0.0, 0.0]], [[388.917975584052, 23.998912996954473], [388.9168393120881, 23.998755685670552], [388.91627127041147, 23.998677053968642], [388.91456752138345, 23.998441254065217], [388.91456752138345, 23.998441254065217], [388.9135942040034, 23.998306575502347], [388.91201295646533, 23.998087822479818], [388.91116171711707, 23.997970083487367]], [[388.91116171711707, 23.997970083487367], [388.89982533275986, 23.99640364177763], [388.8941665687922, 23.995622814039834], [388.87722786742495, 23.9932898471003], [388.8772278674312, 23.993289847101874], [388.86757394883426, 23.991963142983806], [388.8519256295638, 23.98981720432491], [388.84351893252847, 23.988666706088324]], [[388.84351893252847, 23.988666706088324], [388.8093923338362, 23.98401330043031], [388.7924171589536, 23.98170894829312], [388.74409614811935, 23.97812703252805], [388.7440961864378, 23.97812715062931], [388.71891161822407, 23.975325605249267], [388.6776257315274, 23.970685392531873], [388.655210804053, 23.96814194885194]], [[388.655210804053, 23.96814194885194], [388.6495531696631, 23.967497306904292], [388.6467213135855, 23.96717424189635], [388.6382136134878, 23.96620208122867], [388.6382136134878, 23.96620208122873], [388.633343895473, 23.96564456144911], [388.6254179239858, 23.964735490813094], [388.5430896972984, 22.26674042637956]], [[388.5430896972984, 22.26674042637956], [387.4522404368312, 22.010989158927394], [386.91151961628077, 21.885713367652563], [385.2945702255105, 21.512182140925688], [385.29468146073674, 21.512328095070874], [384.37711324811596, 21.302067189934327], [382.8962350237434, 20.965695461064968], [382.1038896140286, 20.787093129340548]], [[382.1038896140286, 20.787093129340548], [381.65470526393284, 21.88399036702738], [381.52607624673493, 21.853323179013284], [381.1400654002435, 21.765893630477727], [381.1408095655267, 21.756987150627594], [380.91988844723534, 21.715329071979067], [380.5628636434609, 21.630510644230977], [380.3706780041488, 21.587457262233826]], [[380.3706780041488, 21.587457262233826], [380.2594706011518, 21.561949078209352], [380.20391355461766, 21.549221032479203], [380.03728878658126, 21.51105977899614], [380.0372889043115, 21.511059929660025], [379.94213730644566, 21.48928698028863], [379.78761325935056, 21.453958246705014], [379.7044577309044, 21.434961704200646]], [[379.7044577309044, 21.434961704200646], [379.47510003991215, 21.3825981326143], [379.3606199055645, 21.356526776208586], [379.0173763714241, 21.27840907311301], [379.01737740745455, 21.27841039375185], [378.8215027586288, 21.233912378715164], [378.5036201721777, 21.161824793251416], [378.3326634631703, 21.12312033560772]], [[378.3326634631703, 21.12312033560772], [378.2729259075318, 21.10960485264846], [378.2562951468617, 27.381105339792583], [378.51288310863936, 27.480179222748045], [378.51323235298514, 27.359476837592602], [378.65975269159907, 27.52004346912993], [378.89860483154285, 27.567801895474126], [379.02741769276776, 27.607047791791544]] … [[5.100211348222399, -0.002182945342561192], [4.9685677052119, -0.0020274468440603594], [4.908501248701396, -0.001962322084220297], [4.734887046161733, -0.00177215125107064], [4.736019759366155, -0.0017787412809368319], [4.643114461134158, -0.001676301157110282], [4.504323170123725, -0.0015377628311122303], [4.436650842933365, -0.0013481415558011123]], [[4.436650842933365, -0.0013481415558011123], [4.360573505275806, -0.0012837761781350858], [4.324886384292594, -0.0012551556915036334], [4.220931403517909, -0.0011712436970170302], [4.221235182447411, -0.0011724976243328497], [4.164824726344663, -0.0011271740694352784], [4.078391229239356, -0.001060972962140277], [4.034064741251694, -0.0010275446660517199]], [[4.034064741251694, -0.0010275446660517199], [3.972671697803964, -0.0009815953414162263], [3.9438002341790663, -0.000960978333662458], [3.8598262094072195, -0.0009005052517708245], [3.8600339753942117, -0.0009012648356222694], [3.8145156809515735, -0.0008685553879303161], [3.7441625085313395, -0.0008474071834603753], [3.7079304517094345, -0.0008210308916948739]], [[3.7079304517094345, -0.0008210308916948739], [3.6779750462230187, -0.0007999986241734726], [3.663533613460191, -0.0007900999015785224], [3.6211069759707377, -0.0007608548462211542], [3.6211391919275147, -0.0007609653164977212], [3.5977227645004604, -0.0007448764249034718], [3.561011906333544, -0.0007199795686542495], [3.5418796685453744, -0.0007070666478273535]], [[3.5418796685453744, -0.0007070666478273535], [3.4763559054671234, -0.0006625817962693666], [3.4466503837944975, -0.0006434578857498782], [3.3627640327771644, -0.0005875500461406915], [3.3631880234674663, -0.0005889539456690203], [3.319682126127558, -0.000558824796949507], [3.2576549079596475, -0.0005009310879031476], [3.2278514316477676, -0.00047975777837681475]], [[3.2278514316477676, -0.00047975777837681475], [3.2088179719908783, -0.00046540892799719466], [3.1998658306850287, -0.00045863766210045033], [3.1744387121883464, -0.0004385403372939593], [3.1744614543616714, -0.00043861962087831253], [3.1610567541925065, -0.0004274901453289354], [3.1410885235984765, -0.00041014485681775746], [3.131243753361791, -0.0004010733377280343]], [[3.131243753361791, -0.0004010733377280343], [3.1144545094722633, -0.00038437994377016566], [3.1070643836464145, -0.00037656998603377914], [3.088004370761309, -0.0003531749782683869], [3.088036984822177, -0.0003533293748403235], [3.0794755891932346, -0.0003402364320899959], [3.069796205334167, -0.0003034563516498592], [3.066686800705337, -0.00029498248110183985]], [[3.066686800705337, -0.00029498248110183985], [3.065310994915144, -0.00028874531046524854], [3.0648859223426133, -0.0002856912604906678], [3.06464559055864, -0.000276426460959049], [3.0646458871053324, -0.0002764394896888128], [3.0652308823782994, -0.00027113329006910893], [3.0673382659575967, -0.00026251164541562003], [3.069082191094634, -0.00025784590891780423]], [[3.069082191094634, -0.00025784590891780423], [3.078234440063687, -0.00024179281963741263], [3.0846821134637135, -0.00023397015250728828], [3.1127698906426233, -0.00020871414178410012], [3.1127129768749113, -0.00020895106282660132], [3.1350964804937416, -0.00019334532837054618], [3.1823882082782022, -0.0001662401658051036], [3.2154190190414544, -0.00011578138645573104]], [[3.2154190190414544, -0.00011578138645573104], [3.255840694839657, -9.716659067763049e-5], [3.277943235001886, -8.751729499394047e-5], [3.354934268455643, -5.43265718953471e-5], [3.3548200897753255, -5.455450628884283e-5], [3.406340822025166, -3.258414536453692e-5], [3.5030815693424318, 8.21227374691192e-6], [3.562826122536911, 3.3675208737465835e-5]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([26.477506050347564, 0.0010932051689807433], [25.930485536901372, 0.0011013270523611877], [3.2154190190414544, -0.00011578138645573104], [3.255840694839657, -9.716659067763049e-5], [3.277943235001886, -8.751729499394047e-5], [3.354934268455643, -5.43265718953471e-5], [3.3548200897753255, -5.455450628884283e-5], [3.406340822025166, -3.258414536453692e-5], [3.5030815693424318, 8.21227374691192e-6], [3.562826122536911, 3.3675208737465835e-5], [-1.3534395443793587e-5, -1.0566588424685328e-8], [26.405766226798182, 0.0010927966704957204], [-0.0005111464905934876, -0.005028531095534141], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 1522
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 88
Number of rejected steps: 129, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [0.09434297519119461, 0.014588989674416568], [1.0376718697875846, 0.16043981547407274], [1.7199213169623373, 0.26592375930915524], [1.8417460799918317, 0.28475895161686443], [2.707474568228587, 0.4050513697259699], [3.0909940898832775, 0.4594062074790861], [3.256544665844097, 0.4827833977928465], [3.6019970503318053, 0.531166967893542], [3.6699769717852284, 0.5406251900529282] … [23.463174907706602, 0.00187293722381379], [24.18746199357984, 0.001648320703787888], [24.591275032800713, 0.00154533995769485], [25.029381816835084, 0.0014516118297601102], [25.240102569978042, 0.001414129577532424], [26.167608123229865, 0.0012792821992372327], [26.550904825788866, 0.001237881463672369], [27.871688603373187, 0.0011372881284770304], [28.50775043858502, 0.0011293188688633578], [28.521894074648795, 0.0011295724345032534]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.0018233340726970181, 0.0019525023159963552, 0.002878899434760219, 0.003293959001287773, 0.0034736406518607764, 0.003849572755042548, 0.003923708970773611 … 0.6769493359507268, 0.8313404994090359, 0.927118972985734, 1.0387118963113018, 1.0950426578422994, 1.3604286082788952, 1.4761772434080738, 1.8744544864886876, 2.0464450334068114, 2.05], [[[0.0, 0.0]], [[943.4390288453934, 145.89351749926567], [943.4359340763258, 145.89230901443466], [943.4343873073923, 145.89170516502142], [943.4297494549521, 145.88989517884193], [943.4297494549522, 145.889895178842], [943.4271009082738, 145.88886195522824], [943.4227995865657, 145.88718460202097], [943.4204848064758, 145.88628225036084]], [[943.4204848064758, 145.88628225036084], [943.3897090215066, 145.87430687111086], [943.3743826733015, 145.86835846481054], [943.3286490024876, 145.85066938270714], [943.3286490025014, 145.8506693827457], [943.3026808808053, 145.84066668273098], [943.2607392067844, 145.82457565785472], [943.2455429630039, 145.83929655349726]], [[943.2455429630039, 145.83929655349726], [943.2308225711032, 145.8363304599255], [943.2234335737802, 145.83482986221492], [943.2011516275082, 145.83025808751185], [943.2011516275115, 145.83025808751822], [943.1883416173066, 145.82759846752361], [943.1674051928413, 145.82320341127462], [943.1560701173158, 145.82079931946143]], [[943.1560701173158, 145.82079931946143], [943.1533649034241, 145.82022303971198], [943.1520113783268, 145.81993434029883], [943.1479471381315, 145.8190660110074], [943.1479471381354, 145.81906601100872], [943.1456222452666, 145.81856831872096], [943.1418404632454, 145.81775723568325], [942.9125209817716, 134.7262446872728]], [[942.9125209817716, 134.7262446872728], [940.0812198095857, 133.05991611184152], [938.6786245514103, 132.24494248333102], [934.4847762649239, 129.81559616857436], [934.485115403569, 129.81671129357204], [932.1061319488128, 128.45048463202718], [928.2681744704113, 126.26723483325902], [926.2153862744784, 125.10904288480833]], [[926.2153862744784, 125.10904288480833], [925.1974988882555, 132.3403414907649], [924.8916052698288, 132.15567756110437], [923.9737643211967, 131.63188858223785], [923.9753492340869, 131.5729338953209], [923.4502520118764, 131.32847841794947], [922.6013468251613, 130.81773753093069], [922.1444601388826, 130.55997500124894]], [[922.1444601388826, 130.55997500124894], [921.8810203741224, 130.40742177223572], [921.7494131965998, 130.3313015984668], [921.3547092190023, 130.10308036030264], [921.3547094996121, 130.10308126374437], [921.1293179649414, 129.97287104284763], [920.7632955911213, 129.76159486948129], [920.566328707859, 129.64799131273074]], [[920.566328707859, 129.64799131273074], [920.0171571155106, 129.3314405937779], [919.7430617731188, 129.17384293225837], [918.9212856534874, 128.70164911141651], [918.9212882039928, 128.70165729121803], [918.4523676654392, 128.43269988406786], [917.6914102302649, 127.99701021660655], [917.282192729013, 127.7630975849953]], [[917.282192729013, 127.7630975849953], [917.1746475657666, 127.70166340474985], [917.1208938639235, 127.67097218722773], [916.9596524848725, 127.57892167722576], [916.9596525041592, 127.57892173849491], [916.8675403566102, 127.52635499564191], [916.7178981530441, 127.44098622845289], [916.6373420850706, 127.39504511163692]] … [[5.342906841979792, -0.0020504141547966095], [5.291574670095688, -0.0019988974225691146], [5.266761416279772, -0.001974694359449488], [5.193432175925674, -0.0019030898395740433], [5.193496062676728, -0.001903394549912141], [5.152750857380226, -0.0018639729717213173], [5.088455196086974, -0.0018030353950884846], [5.054715414742764, -0.001771429476344699]], [[5.054715414742764, -0.001771429476344699], [4.918784017299048, -0.0016448623382150024], [4.857163822459431, -0.0015922064577941811], [4.679441128415958, -0.0014378524190844556], [4.680783517762741, -0.0014438651052925695], [4.5860161468129625, -0.001360226064708462], [4.445262434837665, -0.0012539424034641912], [4.374464357724085, -0.001196845819877883]], [[4.374464357724085, -0.001196845819877883], [4.318142054945464, -0.0011522870343586553], [4.291383087237391, -0.0011319311033056061], [4.213095989576059, -0.0010720325124278017], [4.213235332726907, -0.0010725619643802168], [4.170413380170507, -0.0010399693895815814], [4.104058855860126, -0.0009909477456477584], [4.069766929966142, -0.0009658893432524455]], [[4.069766929966142, -0.0009658893432524455], [4.018077435876065, -0.0009282447172444771], [3.9936229717463556, -0.000911099936345573], [3.9223851840654285, -0.0008606791827039369], [3.9225216197889496, -0.0008611554254381575], [3.8837831942540415, -0.00083374695582374], [3.8256917035533298, -0.0007126165029622694], [3.7964260925367808, -0.0006976170063078284]], [[3.7964260925367808, -0.0006976170063078284], [3.777207985868764, -0.000686422543466193], [3.7678414358390198, -0.0006810362464366355], [3.7401757299988927, -0.0006650257400020072], [3.740185226992609, -0.0006650515670432536], [3.7247724310914996, -0.0006561281024421348], [3.7003582275894016, -0.0006420433822568977], [3.6875207325162425, -0.000634638435949574]], [[3.6875207325162425, -0.000634638435949574], [3.610665337319284, -0.0005895686464495562], [3.576770276382762, -0.000570651660771712], [3.4830981802209786, -0.0005149623672224559], [3.483842985105542, -0.0005170133133542163], [3.4369333555861012, -0.00048661526379858153], [3.3761280178453816, -0.000404724378801889], [3.348540670793679, -0.00038795508066239066]], [[3.348540670793679, -0.00038795508066239066], [3.334197284528574, -0.00037741593818291816], [3.3276043754939417, -0.0003723998791097904], [3.309521785160066, -0.0003573667587480399], [3.309539243097765, -0.0003574239104835959], [3.3004886287394495, -0.0003489919309833206], [3.287856667006284, -0.0003356691430568945], [3.2821161677959276, -0.00032860713874752776]], [[3.2821161677959276, -0.00032860713874752776], [3.2653879170266196, -0.0002959562995092529], [3.2627148486578177, -0.000314114807167413], [3.2818932403523156, -0.00025152784622139263], [3.281471870958695, -0.0003000029487304844], [3.3150873648882806, -0.000220119744034584], [3.4113661622193936, -0.00017007013418377773], [3.4899715341617212, -0.00013344236866716526]], [[3.4899715341617212, -0.00013344236866716526], [3.5456792693545793, -0.00010936782243060254], [3.5760366670051513, -9.688732906977873e-5], [3.6822336222120633, -5.29616088966844e-5], [3.682001185309418, -5.3433011449900356e-5], [3.75335780355292, -2.3649535482377125e-5], [3.887790398655508, 3.242850322431479e-5], [3.9712653489487764, 6.816941053682944e-5]], [[3.9712653489487764, 6.816941053682944e-5], [3.9736850109743016, 6.921663149974701e-5], [3.9748983759581313, 6.974151576160065e-5], [3.978546331136762, 7.132163688405727e-5], [3.978546337519386, 7.132163785065213e-5], [3.980637958949081, 7.222831955555251e-5], [3.984047501834705, 7.370739505766465e-5], [3.9858872663423646, 7.450613717588784e-5]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C14", "629-59-4", 459.98, 36.76, 126.76, 0.001, "Leppert2020b, alkane, alkanes", 0.00010002700149772162, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [0.09434297519119461, 0.014588989674416568], [1.0376718697875846, 0.16043981547407274], [1.7199213169623373, 0.26592375930915524], [1.8417460799918317, 0.28475895161686443], [2.707474568228587, 0.4050513697259699], [3.0909940898832775, 0.4594062074790861], [3.256544665844097, 0.4827833977928465], [3.6019970503318053, 0.531166967893542], [3.6699769717852284, 0.5406251900529282] … [23.463174907706602, 0.00187293722381379], [24.18746199357984, 0.001648320703787888], [24.591275032800713, 0.00154533995769485], [25.029381816835084, 0.0014516118297601102], [25.240102569978042, 0.001414129577532424], [26.167608123229865, 0.0012792821992372327], [26.550904825788866, 0.001237881463672369], [27.871688603373187, 0.0011372881284770304], [28.50775043858502, 0.0011293188688633578], [28.521894074648795, 0.0011295724345032534]], [0.0, 9.999999999999999e-5, 0.0010999999999999998, 0.0018233340726970181, 0.0019525023159963552, 0.002878899434760219, 0.003293959001287773, 0.0034736406518607764, 0.003849572755042548, 0.003923708970773611 … 0.6769493359507268, 0.8313404994090359, 0.927118972985734, 1.0387118963113018, 1.0950426578422994, 1.3604286082788952, 1.4761772434080738, 1.8744544864886876, 2.0464450334068114, 2.05], [[[0.0, 0.0]], [[943.4390288453934, 145.89351749926567], [943.4359340763258, 145.89230901443466], [943.4343873073923, 145.89170516502142], [943.4297494549521, 145.88989517884193], [943.4297494549522, 145.889895178842], [943.4271009082738, 145.88886195522824], [943.4227995865657, 145.88718460202097], [943.4204848064758, 145.88628225036084]], [[943.4204848064758, 145.88628225036084], [943.3897090215066, 145.87430687111086], [943.3743826733015, 145.86835846481054], [943.3286490024876, 145.85066938270714], [943.3286490025014, 145.8506693827457], [943.3026808808053, 145.84066668273098], [943.2607392067844, 145.82457565785472], [943.2455429630039, 145.83929655349726]], [[943.2455429630039, 145.83929655349726], [943.2308225711032, 145.8363304599255], [943.2234335737802, 145.83482986221492], [943.2011516275082, 145.83025808751185], [943.2011516275115, 145.83025808751822], [943.1883416173066, 145.82759846752361], [943.1674051928413, 145.82320341127462], [943.1560701173158, 145.82079931946143]], [[943.1560701173158, 145.82079931946143], [943.1533649034241, 145.82022303971198], [943.1520113783268, 145.81993434029883], [943.1479471381315, 145.8190660110074], [943.1479471381354, 145.81906601100872], [943.1456222452666, 145.81856831872096], [943.1418404632454, 145.81775723568325], [942.9125209817716, 134.7262446872728]], [[942.9125209817716, 134.7262446872728], [940.0812198095857, 133.05991611184152], [938.6786245514103, 132.24494248333102], [934.4847762649239, 129.81559616857436], [934.485115403569, 129.81671129357204], [932.1061319488128, 128.45048463202718], [928.2681744704113, 126.26723483325902], [926.2153862744784, 125.10904288480833]], [[926.2153862744784, 125.10904288480833], [925.1974988882555, 132.3403414907649], [924.8916052698288, 132.15567756110437], [923.9737643211967, 131.63188858223785], [923.9753492340869, 131.5729338953209], [923.4502520118764, 131.32847841794947], [922.6013468251613, 130.81773753093069], [922.1444601388826, 130.55997500124894]], [[922.1444601388826, 130.55997500124894], [921.8810203741224, 130.40742177223572], [921.7494131965998, 130.3313015984668], [921.3547092190023, 130.10308036030264], [921.3547094996121, 130.10308126374437], [921.1293179649414, 129.97287104284763], [920.7632955911213, 129.76159486948129], [920.566328707859, 129.64799131273074]], [[920.566328707859, 129.64799131273074], [920.0171571155106, 129.3314405937779], [919.7430617731188, 129.17384293225837], [918.9212856534874, 128.70164911141651], [918.9212882039928, 128.70165729121803], [918.4523676654392, 128.43269988406786], [917.6914102302649, 127.99701021660655], [917.282192729013, 127.7630975849953]], [[917.282192729013, 127.7630975849953], [917.1746475657666, 127.70166340474985], [917.1208938639235, 127.67097218722773], [916.9596524848725, 127.57892167722576], [916.9596525041592, 127.57892173849491], [916.8675403566102, 127.52635499564191], [916.7178981530441, 127.44098622845289], [916.6373420850706, 127.39504511163692]] … [[5.342906841979792, -0.0020504141547966095], [5.291574670095688, -0.0019988974225691146], [5.266761416279772, -0.001974694359449488], [5.193432175925674, -0.0019030898395740433], [5.193496062676728, -0.001903394549912141], [5.152750857380226, -0.0018639729717213173], [5.088455196086974, -0.0018030353950884846], [5.054715414742764, -0.001771429476344699]], [[5.054715414742764, -0.001771429476344699], [4.918784017299048, -0.0016448623382150024], [4.857163822459431, -0.0015922064577941811], [4.679441128415958, -0.0014378524190844556], [4.680783517762741, -0.0014438651052925695], [4.5860161468129625, -0.001360226064708462], [4.445262434837665, -0.0012539424034641912], [4.374464357724085, -0.001196845819877883]], [[4.374464357724085, -0.001196845819877883], [4.318142054945464, -0.0011522870343586553], [4.291383087237391, -0.0011319311033056061], [4.213095989576059, -0.0010720325124278017], [4.213235332726907, -0.0010725619643802168], [4.170413380170507, -0.0010399693895815814], [4.104058855860126, -0.0009909477456477584], [4.069766929966142, -0.0009658893432524455]], [[4.069766929966142, -0.0009658893432524455], [4.018077435876065, -0.0009282447172444771], [3.9936229717463556, -0.000911099936345573], [3.9223851840654285, -0.0008606791827039369], [3.9225216197889496, -0.0008611554254381575], [3.8837831942540415, -0.00083374695582374], [3.8256917035533298, -0.0007126165029622694], [3.7964260925367808, -0.0006976170063078284]], [[3.7964260925367808, -0.0006976170063078284], [3.777207985868764, -0.000686422543466193], [3.7678414358390198, -0.0006810362464366355], [3.7401757299988927, -0.0006650257400020072], [3.740185226992609, -0.0006650515670432536], [3.7247724310914996, -0.0006561281024421348], [3.7003582275894016, -0.0006420433822568977], [3.6875207325162425, -0.000634638435949574]], [[3.6875207325162425, -0.000634638435949574], [3.610665337319284, -0.0005895686464495562], [3.576770276382762, -0.000570651660771712], [3.4830981802209786, -0.0005149623672224559], [3.483842985105542, -0.0005170133133542163], [3.4369333555861012, -0.00048661526379858153], [3.3761280178453816, -0.000404724378801889], [3.348540670793679, -0.00038795508066239066]], [[3.348540670793679, -0.00038795508066239066], [3.334197284528574, -0.00037741593818291816], [3.3276043754939417, -0.0003723998791097904], [3.309521785160066, -0.0003573667587480399], [3.309539243097765, -0.0003574239104835959], [3.3004886287394495, -0.0003489919309833206], [3.287856667006284, -0.0003356691430568945], [3.2821161677959276, -0.00032860713874752776]], [[3.2821161677959276, -0.00032860713874752776], [3.2653879170266196, -0.0002959562995092529], [3.2627148486578177, -0.000314114807167413], [3.2818932403523156, -0.00025152784622139263], [3.281471870958695, -0.0003000029487304844], [3.3150873648882806, -0.000220119744034584], [3.4113661622193936, -0.00017007013418377773], [3.4899715341617212, -0.00013344236866716526]], [[3.4899715341617212, -0.00013344236866716526], [3.5456792693545793, -0.00010936782243060254], [3.5760366670051513, -9.688732906977873e-5], [3.6822336222120633, -5.29616088966844e-5], [3.682001185309418, -5.3433011449900356e-5], [3.75335780355292, -2.3649535482377125e-5], [3.887790398655508, 3.242850322431479e-5], [3.9712653489487764, 6.816941053682944e-5]], [[3.9712653489487764, 6.816941053682944e-5], [3.9736850109743016, 6.921663149974701e-5], [3.9748983759581313, 6.974151576160065e-5], [3.978546331136762, 7.132163688405727e-5], [3.978546337519386, 7.132163785065213e-5], [3.980637958949081, 7.222831955555251e-5], [3.984047501834705, 7.370739505766465e-5], [3.9858872663423646, 7.450613717588784e-5]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([28.521894074648795, 0.0011295724345032534], [28.50775043858502, 0.0011293188688633578], [3.9712653489487764, 6.816941053682944e-5], [3.9736850109743016, 6.921663149974701e-5], [3.9748983759581313, 6.974151576160065e-5], [3.978546331136762, 7.132163688405727e-5], [3.978546337519386, 7.132163785065213e-5], [3.980637958949081, 7.222831955555251e-5], [3.984047501834705, 7.370739505766465e-5], [3.9858872663423646, 7.450613717588784e-5], [9.478254769146603e-10, 3.6277454547604167e-13], [28.520123271091016, 0.0011295395037219623], [3.323034031659114e-8, 1.7035088339724068e-7], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 1886
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 103
Number of rejected steps: 166, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [0.23117913783421878, 0.09024529694478223], [1.574385393980802, 0.6145511104617498], [1.8591495237703761, 0.7257156906101045], [2.666490396838602, 1.007016450676386], [3.028008573238913, 1.1358580209477638], [3.1840567611675645, 1.1912812242132544], [3.595311368178537, 1.335940282014251], [3.6733959534222693, 1.3631778171526574], [4.464267734062004, 1.747724235423735] … [26.28127654172596, 0.0015909599951822696], [27.042263092905692, 0.0014510063756854547], [27.353970093439035, 0.0013993351729262532], [27.859569662098668, 0.0013269735500192677], [28.116167270861883, 0.0012958194611387606], [28.761965728510514, 0.0012332049887487848], [29.044548973407675, 0.0012150906837845729], [29.633021726372238, 0.0011924793486001873], [30.315382977962724, 0.0011811033936106607], [30.458913685997214, 0.001183468231001496]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0006810660633434012, 0.0008042590189821388, 0.0011568689283661983, 0.0013166164425427505, 0.0013857721386077008, 0.0015685942278979637, 0.0016033995536494615, 0.0019514528111644392 … 0.9246028367495361, 1.1150729335933458, 1.1985313139709537, 1.339441772754554, 1.4129279225963933, 1.6004136017955548, 1.6818799401096727, 1.845401679910454, 2.017071833341764, 2.05], [[[0.0, 0.0]], [[2311.819981256566, 902.4867109186536], [2311.810429979134, 902.4754359938817], [2311.8056585919853, 902.4698055031519], [2311.791361376418, 902.452941704263], [2311.7913613764194, 902.4529417042656], [2311.783202964902, 902.4433239322756], [2311.769963269182, 902.4277240342913], [2311.762843290901, 902.4193389512373]], [[2311.762843290901, 902.4193389512373], [2311.70789628134, 902.3547268597873], [2311.680566300994, 902.322656118554], [2311.5991484606793, 902.227378046699], [2311.5991484607193, 902.2273780470779], [2311.5809193998075, 902.3437228098668], [2311.5553480470176, 902.3530706519853], [2311.5413466122686, 902.3577460499253]], [[2311.5413466122686, 902.3577460499253], [2311.537359377881, 902.3590261218868], [2311.5353608976498, 902.3596589052175], [2311.5293460338685, 902.3615282606224], [2311.5293460338908, 902.3615282606403], [2311.5258958813206, 902.3625769323487], [2311.5202690825718, 902.3642507268249], [2310.0390361837904, 827.5977428890629]], [[2310.0390361837904, 827.5977428890629], [2303.156933685158, 817.4069783197467], [2299.747330574733, 812.4221030412417], [2289.551519506664, 797.5609183900003], [2289.5523394432075, 797.5676975078991], [2283.7680673087457, 789.2085834418563], [2274.4354449075254, 775.8483349765094], [2269.4432563678233, 768.7597674982713]], [[2269.4432563678233, 768.7597674982713], [2266.436889794436, 764.5065423186128], [2265.1148735858606, 814.1697207156367], [2262.8740792967274, 810.5656697381089], [2262.8721119862034, 811.9788376435135], [2261.595105149653, 808.7092942510203], [2259.5207913702193, 805.9081163708502], [2258.4047109908884, 804.2448782105936]], [[2258.4047109908884, 804.2448782105936], [2257.761241667964, 803.3031875436633], [2257.439785894462, 802.8333150926892], [2256.4757137784586, 801.4245660168392], [2256.4757144745613, 801.4245716727816], [2255.925198121741, 800.620828767894], [2255.031203114817, 799.3167096480853], [2254.5501248154865, 798.6154907023539]], [[2254.5501248154865, 798.6154907023539], [2252.8554614015043, 796.147056749619], [2252.010066615894, 794.9195648733637], [2249.475922554413, 791.243026918613], [2249.4759353140985, 791.2431302134771], [2248.030490536886, 789.1508307351113], [2245.685762155162, 785.7644082263301], [2244.4253099109937, 783.9477660489157]], [[2244.4253099109937, 783.9477660489157], [2244.1055704047603, 783.4873117259496], [2243.945769939894, 783.257322630836], [2243.4664419966957, 782.5675686959624], [2243.466442083135, 782.5675693875489], [2243.192635476779, 782.1737330036732], [2242.747847406747, 781.534229458425], [2242.843153126898, 1050.1925385378465]], [[2242.843153126898, 1050.1925385378465], [2252.4981281429127, 1067.772000461889], [2257.3898231201674, 1076.8354770704416], [2272.1367840296853, 1104.2937316866926], [2272.1343615215774, 1104.2698766337946], [2280.6545712741386, 1120.3558744302914], [2294.639596725758, 1147.052013025425], [2302.2452703893878, 1161.74530427561]] … [[4.414164171883041, -0.0009590128423885744], [4.378779222057307, -0.0009378929209859336], [4.361678245622702, -0.0009278979276443884], [4.311272982887402, -0.0008982523822657668], [4.311310902808971, -0.0008983556735745221], [4.283377332656607, -0.0008819586091354053], [4.239403979949911, -0.0008564314794633427], [4.216393207716959, -0.000843126900844137]], [[4.216393207716959, -0.000843126900844137], [4.133700598913371, -0.0007950325285998091], [4.096013949478264, -0.0007742385799017531], [3.988349757905933, -0.0007130145428831929], [3.988935780324887, -0.0007145757969270199], [3.932202313105848, -0.0006813279605219795], [3.845538793629365, -0.000692118825905896], [3.8026372331723013, -0.0006624175941668802]], [[3.8026372331723013, -0.0006624175941668802], [3.778662575671955, -0.0006471441194599384], [3.767160380523565, -0.0006399103385387997], [3.7336164360277904, -0.0006184528139397713], [3.733641439581642, -0.0006185254391242385], [3.7153021759547236, -0.0006066496255578931], [3.6868386873845505, -0.0005881379631967711], [3.672161663959087, -0.0005784779104372299]], [[3.672161663959087, -0.0005784779104372299], [3.640548452986147, -0.0005571929208414267], [3.625916104605358, -0.0005474035831542583], [3.58465062560327, -0.0005183979156297336], [3.5847334418486274, -0.0005186496114373098], [3.56328584956603, -0.0005027058190335606], [3.5324965363763474, -0.0004574898521834869], [3.5177928878398568, -0.0004466317713524811]], [[3.5177928878398568, -0.0004466317713524811], [3.508234658627144, -0.00043882167025983314], [3.5037165165012794, -0.0004350489213925195], [3.4909208620039096, -0.0004237601439857062], [3.4909264462202914, -0.00042378000967699923], [3.4841883143169183, -0.00041743584169893913], [3.4741519340930136, -0.00040733972265777395], [3.4692129696888734, -0.0004019848082998977]], [[3.4692129696888734, -0.0004019848082998977], [3.4547663852118533, -0.0003838670363276919], [3.4491842971323914, -0.0003754608789668897], [3.438065229438547, -0.0003498545546710421], [3.438110419971533, -0.000350144416614222], [3.4359162636397276, -0.0003355213100212656], [3.439802641017492, -0.00025701604607260146], [3.447236556353862, -0.0002458407580498632]], [[3.447236556353862, -0.0002458407580498632], [3.452869903273757, -0.00023817269060708393], [3.4560324021899422, -0.0002343708351257083], [3.4671119865872786, -0.0002225963125738361], [3.4671078363035712, -0.00022261633414027038], [3.474512044426365, -0.00021570951484007912], [3.488267540011152, -0.00020422998367789543], [3.4965953287409386, -0.00019787619832196913]], [[3.4965953287409386, -0.00019787619832196913], [3.522389287108649, -0.00017994039500388178], [3.5369500209179265, -0.00017092643595853951], [3.589483439642876, -0.00014094937286487138], [3.5893937744282365, -0.00014118467723964775], [3.6255940051838014, -0.0001221131878481822], [3.6948772591584653, -8.813323260991029e-5], [3.7371145128146104, -0.00014745512753697675]], [[3.7371145128146104, -0.00014745512753697675], [3.80190556408859, -0.00012533792804747795], [3.8368342041969874, -0.000113869242097683], [3.9579566497558285, -7.283759452974973e-5], [3.957640629661442, -7.340965658296961e-5], [4.038201904293895, -4.519996047200846e-5], [4.188395819653298, 8.01595614232124e-6], [4.28086573388277, 4.212059516760019e-5]], [[4.28086573388277, 4.212059516760019e-5], [4.305986280613687, 5.1584550447118576e-5], [4.318705987314626, 5.6360650783217336e-5], [4.357940000635189, 7.131525230575568e-5], [4.357935173577069, 7.13038608951503e-5], [4.381004478477597, 8.019602351788842e-5], [4.419518262159603, 9.517497767799472e-5], [4.440801268320596, 0.0001035361010225716]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C15", "629-62-9", 474.4, 37.39, 129.62, 0.001, "Leppert2020b, alkane, alkanes", 9.64976601701651e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [0.23117913783421878, 0.09024529694478223], [1.574385393980802, 0.6145511104617498], [1.8591495237703761, 0.7257156906101045], [2.666490396838602, 1.007016450676386], [3.028008573238913, 1.1358580209477638], [3.1840567611675645, 1.1912812242132544], [3.595311368178537, 1.335940282014251], [3.6733959534222693, 1.3631778171526574], [4.464267734062004, 1.747724235423735] … [26.28127654172596, 0.0015909599951822696], [27.042263092905692, 0.0014510063756854547], [27.353970093439035, 0.0013993351729262532], [27.859569662098668, 0.0013269735500192677], [28.116167270861883, 0.0012958194611387606], [28.761965728510514, 0.0012332049887487848], [29.044548973407675, 0.0012150906837845729], [29.633021726372238, 0.0011924793486001873], [30.315382977962724, 0.0011811033936106607], [30.458913685997214, 0.001183468231001496]], [0.0, 9.999999999999999e-5, 0.0006810660633434012, 0.0008042590189821388, 0.0011568689283661983, 0.0013166164425427505, 0.0013857721386077008, 0.0015685942278979637, 0.0016033995536494615, 0.0019514528111644392 … 0.9246028367495361, 1.1150729335933458, 1.1985313139709537, 1.339441772754554, 1.4129279225963933, 1.6004136017955548, 1.6818799401096727, 1.845401679910454, 2.017071833341764, 2.05], [[[0.0, 0.0]], [[2311.819981256566, 902.4867109186536], [2311.810429979134, 902.4754359938817], [2311.8056585919853, 902.4698055031519], [2311.791361376418, 902.452941704263], [2311.7913613764194, 902.4529417042656], [2311.783202964902, 902.4433239322756], [2311.769963269182, 902.4277240342913], [2311.762843290901, 902.4193389512373]], [[2311.762843290901, 902.4193389512373], [2311.70789628134, 902.3547268597873], [2311.680566300994, 902.322656118554], [2311.5991484606793, 902.227378046699], [2311.5991484607193, 902.2273780470779], [2311.5809193998075, 902.3437228098668], [2311.5553480470176, 902.3530706519853], [2311.5413466122686, 902.3577460499253]], [[2311.5413466122686, 902.3577460499253], [2311.537359377881, 902.3590261218868], [2311.5353608976498, 902.3596589052175], [2311.5293460338685, 902.3615282606224], [2311.5293460338908, 902.3615282606403], [2311.5258958813206, 902.3625769323487], [2311.5202690825718, 902.3642507268249], [2310.0390361837904, 827.5977428890629]], [[2310.0390361837904, 827.5977428890629], [2303.156933685158, 817.4069783197467], [2299.747330574733, 812.4221030412417], [2289.551519506664, 797.5609183900003], [2289.5523394432075, 797.5676975078991], [2283.7680673087457, 789.2085834418563], [2274.4354449075254, 775.8483349765094], [2269.4432563678233, 768.7597674982713]], [[2269.4432563678233, 768.7597674982713], [2266.436889794436, 764.5065423186128], [2265.1148735858606, 814.1697207156367], [2262.8740792967274, 810.5656697381089], [2262.8721119862034, 811.9788376435135], [2261.595105149653, 808.7092942510203], [2259.5207913702193, 805.9081163708502], [2258.4047109908884, 804.2448782105936]], [[2258.4047109908884, 804.2448782105936], [2257.761241667964, 803.3031875436633], [2257.439785894462, 802.8333150926892], [2256.4757137784586, 801.4245660168392], [2256.4757144745613, 801.4245716727816], [2255.925198121741, 800.620828767894], [2255.031203114817, 799.3167096480853], [2254.5501248154865, 798.6154907023539]], [[2254.5501248154865, 798.6154907023539], [2252.8554614015043, 796.147056749619], [2252.010066615894, 794.9195648733637], [2249.475922554413, 791.243026918613], [2249.4759353140985, 791.2431302134771], [2248.030490536886, 789.1508307351113], [2245.685762155162, 785.7644082263301], [2244.4253099109937, 783.9477660489157]], [[2244.4253099109937, 783.9477660489157], [2244.1055704047603, 783.4873117259496], [2243.945769939894, 783.257322630836], [2243.4664419966957, 782.5675686959624], [2243.466442083135, 782.5675693875489], [2243.192635476779, 782.1737330036732], [2242.747847406747, 781.534229458425], [2242.843153126898, 1050.1925385378465]], [[2242.843153126898, 1050.1925385378465], [2252.4981281429127, 1067.772000461889], [2257.3898231201674, 1076.8354770704416], [2272.1367840296853, 1104.2937316866926], [2272.1343615215774, 1104.2698766337946], [2280.6545712741386, 1120.3558744302914], [2294.639596725758, 1147.052013025425], [2302.2452703893878, 1161.74530427561]] … [[4.414164171883041, -0.0009590128423885744], [4.378779222057307, -0.0009378929209859336], [4.361678245622702, -0.0009278979276443884], [4.311272982887402, -0.0008982523822657668], [4.311310902808971, -0.0008983556735745221], [4.283377332656607, -0.0008819586091354053], [4.239403979949911, -0.0008564314794633427], [4.216393207716959, -0.000843126900844137]], [[4.216393207716959, -0.000843126900844137], [4.133700598913371, -0.0007950325285998091], [4.096013949478264, -0.0007742385799017531], [3.988349757905933, -0.0007130145428831929], [3.988935780324887, -0.0007145757969270199], [3.932202313105848, -0.0006813279605219795], [3.845538793629365, -0.000692118825905896], [3.8026372331723013, -0.0006624175941668802]], [[3.8026372331723013, -0.0006624175941668802], [3.778662575671955, -0.0006471441194599384], [3.767160380523565, -0.0006399103385387997], [3.7336164360277904, -0.0006184528139397713], [3.733641439581642, -0.0006185254391242385], [3.7153021759547236, -0.0006066496255578931], [3.6868386873845505, -0.0005881379631967711], [3.672161663959087, -0.0005784779104372299]], [[3.672161663959087, -0.0005784779104372299], [3.640548452986147, -0.0005571929208414267], [3.625916104605358, -0.0005474035831542583], [3.58465062560327, -0.0005183979156297336], [3.5847334418486274, -0.0005186496114373098], [3.56328584956603, -0.0005027058190335606], [3.5324965363763474, -0.0004574898521834869], [3.5177928878398568, -0.0004466317713524811]], [[3.5177928878398568, -0.0004466317713524811], [3.508234658627144, -0.00043882167025983314], [3.5037165165012794, -0.0004350489213925195], [3.4909208620039096, -0.0004237601439857062], [3.4909264462202914, -0.00042378000967699923], [3.4841883143169183, -0.00041743584169893913], [3.4741519340930136, -0.00040733972265777395], [3.4692129696888734, -0.0004019848082998977]], [[3.4692129696888734, -0.0004019848082998977], [3.4547663852118533, -0.0003838670363276919], [3.4491842971323914, -0.0003754608789668897], [3.438065229438547, -0.0003498545546710421], [3.438110419971533, -0.000350144416614222], [3.4359162636397276, -0.0003355213100212656], [3.439802641017492, -0.00025701604607260146], [3.447236556353862, -0.0002458407580498632]], [[3.447236556353862, -0.0002458407580498632], [3.452869903273757, -0.00023817269060708393], [3.4560324021899422, -0.0002343708351257083], [3.4671119865872786, -0.0002225963125738361], [3.4671078363035712, -0.00022261633414027038], [3.474512044426365, -0.00021570951484007912], [3.488267540011152, -0.00020422998367789543], [3.4965953287409386, -0.00019787619832196913]], [[3.4965953287409386, -0.00019787619832196913], [3.522389287108649, -0.00017994039500388178], [3.5369500209179265, -0.00017092643595853951], [3.589483439642876, -0.00014094937286487138], [3.5893937744282365, -0.00014118467723964775], [3.6255940051838014, -0.0001221131878481822], [3.6948772591584653, -8.813323260991029e-5], [3.7371145128146104, -0.00014745512753697675]], [[3.7371145128146104, -0.00014745512753697675], [3.80190556408859, -0.00012533792804747795], [3.8368342041969874, -0.000113869242097683], [3.9579566497558285, -7.283759452974973e-5], [3.957640629661442, -7.340965658296961e-5], [4.038201904293895, -4.519996047200846e-5], [4.188395819653298, 8.01595614232124e-6], [4.28086573388277, 4.212059516760019e-5]], [[4.28086573388277, 4.212059516760019e-5], [4.305986280613687, 5.1584550447118576e-5], [4.318705987314626, 5.6360650783217336e-5], [4.357940000635189, 7.131525230575568e-5], [4.357935173577069, 7.13038608951503e-5], [4.381004478477597, 8.019602351788842e-5], [4.419518262159603, 9.517497767799472e-5], [4.440801268320596, 0.0001035361010225716]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([30.458913685997214, 0.001183468231001496], [30.315382977962724, 0.0011811033936106607], [4.28086573388277, 4.212059516760019e-5], [4.305986280613687, 5.1584550447118576e-5], [4.318705987314626, 5.6360650783217336e-5], [4.357940000635189, 7.131525230575568e-5], [4.357935173577069, 7.13038608951503e-5], [4.381004478477597, 8.019602351788842e-5], [4.419518262159603, 9.517497767799472e-5], [4.440801268320596, 0.0001035361010225716], [-2.487666271993338e-8, -1.4535752553459607e-11], [30.440679505748605, 0.0011830596825739693], [-8.167016813107214e-7, -6.657185273903648e-6], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 1662
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 104
Number of rejected steps: 133, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [0.5900134570407313, 0.6044411078047436], [1.6799297323075062, 1.7210218398660198], [1.8358817650258412, 1.8808068075219346], [2.701533308765233, 2.664943676715495], [3.0404492035658826, 2.9794492583129446], [3.186057940273945, 3.114171494130138], [3.569292659614234, 3.465328613357912], [3.6627653650848497, 3.550229069525256], [3.732950802942856, 3.6356912269145565] … [26.869005944981797, 0.0019066626195975054], [27.08521170000095, 0.0018435361574636946], [27.899166714295035, 0.0016425319519550602], [28.241463323386974, 0.0015739945420265406], [28.764875898693294, 0.0014833623463641513], [29.003369535087533, 0.0014485081822847511], [29.80233571310557, 0.00135211381426482], [30.173296749762248, 0.0013173971549868585], [31.84734647896224, 0.001242639104434652], [32.30360634884692, 0.001257957668435375]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.0002847337612905119, 0.00031116658028200776, 0.00045942037783018184, 0.000518207142986941, 0.0005435370416433854, 0.0006104115519867025, 0.000626768278422457, 0.0006390452081170286 … 0.7079997180407788, 0.7506615873230815, 0.9262329526914169, 1.0068462778629719, 1.1371561014107683, 1.1990147441435568, 1.4143307090238741, 1.5164520252916305, 1.950726199892396, 2.05], [[[0.0, 0.0]], [[5900.246158986357, 6044.835108744863], [5900.208823209297, 6044.693144637406], [5900.190190299195, 6044.622318607242], [5900.13443088657, 6044.410458206054], [5900.1344308865755, 6044.410458206209], [5900.102662327615, 6044.28981256222], [5900.051184171778, 6044.09441091616], [5900.023539911262, 6043.989526715674]], [[5900.023539911262, 6043.989526715674], [5899.955671812487, 6043.732173759098], [5899.921857137462, 6043.604029673149], [5899.910812835932, 6044.477622600831], [5899.910814587101, 6044.477677070551], [5899.918154685183, 6044.595338014832], [5899.929841243543, 6044.785757011367], [5899.9360087607665, 6044.887875625909]], [[5899.9360087607665, 6044.887875625909], [5899.937175450827, 6044.907320332474], [5899.937757600523, 6044.917038550357], [5899.939499263496, 6044.946176484183], [5899.939499263518, 6044.946176484228], [5899.940491277182, 6044.962815510908], [5899.942098300871, 6044.989836521964], [5899.122073358126, 5518.323490586909]], [[5899.122073358126, 5518.323490586909], [5878.825331958137, 5439.7413046349375], [5868.783881339079, 5401.433620731813], [5838.770099399901, 5287.326494994776], [5838.773338174217, 5287.396550993438], [5821.763762059282, 5223.357695487106], [5794.349394340819, 5121.278865596432], [5779.699103216557, 5067.237202976379]], [[5779.699103216557, 5067.237202976379], [5772.537641207147, 5411.122801975214], [5770.6217632510325, 5403.4464458823695], [5764.871654049955, 5381.865273059938], [5764.884892490654, 5379.0302229963], [5761.592398578442, 5369.329311702316], [5756.276237938785, 5348.097060913285], [5753.414252553578, 5337.488706917607]], [[5753.414252553578, 5337.488706917607], [5751.772027766236, 5331.212360075393], [5750.951632153722, 5328.080705278333], [5748.491206339984, 5318.69155143257], [5748.491208137694, 5318.691589563836], [5747.086233342783, 5313.334774713691], [5744.804677734922, 5304.643099209855], [5743.576928963868, 5299.969657398422]], [[5743.576928963868, 5299.969657398422], [5739.257748773795, 5283.539977157218], [5737.103123532533, 5275.370076454104], [5730.644493520861, 5250.900000645238], [5730.644526342492, 5250.900694260695], [5726.96064828961, 5236.975097426934], [5720.984916485853, 5214.436610858582], [5717.77258715918, 5202.346029598302]], [[5717.77258715918, 5202.346029598302], [5716.725706610338, 5198.409063996032], [5716.202559447012, 5196.443206496921], [5714.633429498205, 5190.547981597491], [5714.63342996971, 5190.54799144455], [5713.73718670322, 5187.182690959675], [5712.281416638308, 5181.719375046176], [5711.497860394144, 5178.780292787682]], [[5711.497860394144, 5178.780292787682], [5711.918653698666, 7105.6416010563335], [5713.1084106001035, 7112.361326053276], [5716.681758170692, 7127.754127577319], [5716.6768599862435, 7137.310620822783], [5718.725339771722, 7137.414753385678], [5722.047810763277, 7156.295531145726], [5723.839871258073, 7163.8224623602755]] … [[5.5626269782118305, -0.0017317630294884957], [5.491278031296784, -0.0016769495656777933], [5.457254435807324, -0.0016516940772857568], [5.357272621434337, -0.0015769983166463962], [5.3574453232852495, -0.0015775956465545644], [5.302452619113716, -0.0015366718877715753], [5.215723977633935, -0.0016002326761067331], [5.169694327756484, -0.001559894417440645]], [[5.169694327756484, -0.001559894417440645], [5.134630164475302, -0.0015318479280074944], [5.117546004594013, -0.0015184426913873853], [5.0669128075254655, -0.0014786291427400932], [5.066937538466431, -0.0014787203188656342], [5.038642986085555, -0.001456601202672379], [4.993700675662987, -0.0014218777426889457], [4.969992863148388, -0.001403688277822785]], [[4.969992863148388, -0.001403688277822785], [4.844074777285624, -0.0013071161820719843], [4.787225906258247, -0.0012667834021467049], [4.623953373810968, -0.0011481803830417747], [4.625241755426667, -0.0011527822566343765], [4.538699669493986, -0.0010882669630033043], [4.412512014032185, -0.0009513974704363293], [4.350287904004563, -0.0009146391663585488]], [[4.350287904004563, -0.0009146391663585488], [4.313670652032623, -0.000891700764259277], [4.296084962019108, -0.0008809320657174153], [4.24448147751798, -0.0008490351176223753], [4.244532551208537, -0.0008491814603727962], [4.2161272436479, -0.0008316018471156248], [4.171747462770324, -0.0008044297445017957], [4.148683006007219, -0.0007903260716125354]], [[4.148683006007219, -0.0007903260716125354], [4.100550188043451, -0.0007606942661210622], [4.077994094315969, -0.0007472092856221442], [4.012902183052073, -0.0007073941642561691], [4.013052053381881, -0.0007078142542611353], [3.9781365621920677, -0.0006860740350388176], [3.925912841734247, -0.0006059057379544134], [3.900211475201333, -0.0005915460122775744]], [[3.900211475201333, -0.0005915460122775744], [3.884529872371182, -0.0005818253718707443], [3.876944398303494, -0.0005771383286448612], [3.8547520362727283, -0.000563166767423022], [3.8547605698979286, -0.0005631898536147125], [3.8425496464695814, -0.0005553745983804756], [3.8234558133398653, -0.0005429954377015038], [3.813546045456327, -0.0005364636039992372]], [[3.813546045456327, -0.0005364636039992372], [3.7704834878072093, -0.0005066838653147129], [3.7517052305169836, -0.000493440394096833], [3.7021046236931094, -0.0004538171848277447], [3.702361876951863, -0.0004546063002380896], [3.679298657988029, -0.00043256140326590736], [3.6519952130829982, -0.00037213776594591697], [3.641834995919026, -0.00036159784822346734]], [[3.641834995919026, -0.00036159784822346734], [3.636903315385125, -0.0003542489905699103], [3.6349154465406697, -0.0003506979461453978], [3.6306924287773734, -0.00033990868300009256], [3.6306970318563003, -0.0003399424655728166], [3.6295244075095914, -0.0003337790256681139], [3.6296182894587137, -0.00032383885613348476], [3.630715942336363, -0.0003184728665314924]], [[3.630715942336363, -0.0003184728665314924], [3.6520479873744756, -0.0002862680003432466], [3.6729416527826757, -0.00023873803171777235], [3.789797433476119, -0.0001925266188453976], [3.788233908362315, -0.00014036946213163352], [3.8971361339335395, -0.0001503994123127348], [4.155641814134454, -5.207872985758572e-5], [4.354319962225733, 3.84946023977914e-5]], [[4.354319962225733, 3.84946023977914e-5], [4.42600403193733, 7.218357210303289e-5], [4.463389617062186, 8.94790465266848e-5], [4.5858996293220775, 0.00014817727383062266], [4.585758879440844, 0.00014779233234978408], [4.662556543649856, 0.0001857124045071168], [4.79854221067045, 0.0002539693786759614], [4.8781784353512085, 0.0002951009477471429]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C16", "544-76-3", 488.25, 38.46, 142.18, 0.001, "Leppert2020b, alkane, alkanes", 9.329323536538124e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [0.5900134570407313, 0.6044411078047436], [1.6799297323075062, 1.7210218398660198], [1.8358817650258412, 1.8808068075219346], [2.701533308765233, 2.664943676715495], [3.0404492035658826, 2.9794492583129446], [3.186057940273945, 3.114171494130138], [3.569292659614234, 3.465328613357912], [3.6627653650848497, 3.550229069525256], [3.732950802942856, 3.6356912269145565] … [26.869005944981797, 0.0019066626195975054], [27.08521170000095, 0.0018435361574636946], [27.899166714295035, 0.0016425319519550602], [28.241463323386974, 0.0015739945420265406], [28.764875898693294, 0.0014833623463641513], [29.003369535087533, 0.0014485081822847511], [29.80233571310557, 0.00135211381426482], [30.173296749762248, 0.0013173971549868585], [31.84734647896224, 0.001242639104434652], [32.30360634884692, 0.001257957668435375]], [0.0, 9.999999999999999e-5, 0.0002847337612905119, 0.00031116658028200776, 0.00045942037783018184, 0.000518207142986941, 0.0005435370416433854, 0.0006104115519867025, 0.000626768278422457, 0.0006390452081170286 … 0.7079997180407788, 0.7506615873230815, 0.9262329526914169, 1.0068462778629719, 1.1371561014107683, 1.1990147441435568, 1.4143307090238741, 1.5164520252916305, 1.950726199892396, 2.05], [[[0.0, 0.0]], [[5900.246158986357, 6044.835108744863], [5900.208823209297, 6044.693144637406], [5900.190190299195, 6044.622318607242], [5900.13443088657, 6044.410458206054], [5900.1344308865755, 6044.410458206209], [5900.102662327615, 6044.28981256222], [5900.051184171778, 6044.09441091616], [5900.023539911262, 6043.989526715674]], [[5900.023539911262, 6043.989526715674], [5899.955671812487, 6043.732173759098], [5899.921857137462, 6043.604029673149], [5899.910812835932, 6044.477622600831], [5899.910814587101, 6044.477677070551], [5899.918154685183, 6044.595338014832], [5899.929841243543, 6044.785757011367], [5899.9360087607665, 6044.887875625909]], [[5899.9360087607665, 6044.887875625909], [5899.937175450827, 6044.907320332474], [5899.937757600523, 6044.917038550357], [5899.939499263496, 6044.946176484183], [5899.939499263518, 6044.946176484228], [5899.940491277182, 6044.962815510908], [5899.942098300871, 6044.989836521964], [5899.122073358126, 5518.323490586909]], [[5899.122073358126, 5518.323490586909], [5878.825331958137, 5439.7413046349375], [5868.783881339079, 5401.433620731813], [5838.770099399901, 5287.326494994776], [5838.773338174217, 5287.396550993438], [5821.763762059282, 5223.357695487106], [5794.349394340819, 5121.278865596432], [5779.699103216557, 5067.237202976379]], [[5779.699103216557, 5067.237202976379], [5772.537641207147, 5411.122801975214], [5770.6217632510325, 5403.4464458823695], [5764.871654049955, 5381.865273059938], [5764.884892490654, 5379.0302229963], [5761.592398578442, 5369.329311702316], [5756.276237938785, 5348.097060913285], [5753.414252553578, 5337.488706917607]], [[5753.414252553578, 5337.488706917607], [5751.772027766236, 5331.212360075393], [5750.951632153722, 5328.080705278333], [5748.491206339984, 5318.69155143257], [5748.491208137694, 5318.691589563836], [5747.086233342783, 5313.334774713691], [5744.804677734922, 5304.643099209855], [5743.576928963868, 5299.969657398422]], [[5743.576928963868, 5299.969657398422], [5739.257748773795, 5283.539977157218], [5737.103123532533, 5275.370076454104], [5730.644493520861, 5250.900000645238], [5730.644526342492, 5250.900694260695], [5726.96064828961, 5236.975097426934], [5720.984916485853, 5214.436610858582], [5717.77258715918, 5202.346029598302]], [[5717.77258715918, 5202.346029598302], [5716.725706610338, 5198.409063996032], [5716.202559447012, 5196.443206496921], [5714.633429498205, 5190.547981597491], [5714.63342996971, 5190.54799144455], [5713.73718670322, 5187.182690959675], [5712.281416638308, 5181.719375046176], [5711.497860394144, 5178.780292787682]], [[5711.497860394144, 5178.780292787682], [5711.918653698666, 7105.6416010563335], [5713.1084106001035, 7112.361326053276], [5716.681758170692, 7127.754127577319], [5716.6768599862435, 7137.310620822783], [5718.725339771722, 7137.414753385678], [5722.047810763277, 7156.295531145726], [5723.839871258073, 7163.8224623602755]] … [[5.5626269782118305, -0.0017317630294884957], [5.491278031296784, -0.0016769495656777933], [5.457254435807324, -0.0016516940772857568], [5.357272621434337, -0.0015769983166463962], [5.3574453232852495, -0.0015775956465545644], [5.302452619113716, -0.0015366718877715753], [5.215723977633935, -0.0016002326761067331], [5.169694327756484, -0.001559894417440645]], [[5.169694327756484, -0.001559894417440645], [5.134630164475302, -0.0015318479280074944], [5.117546004594013, -0.0015184426913873853], [5.0669128075254655, -0.0014786291427400932], [5.066937538466431, -0.0014787203188656342], [5.038642986085555, -0.001456601202672379], [4.993700675662987, -0.0014218777426889457], [4.969992863148388, -0.001403688277822785]], [[4.969992863148388, -0.001403688277822785], [4.844074777285624, -0.0013071161820719843], [4.787225906258247, -0.0012667834021467049], [4.623953373810968, -0.0011481803830417747], [4.625241755426667, -0.0011527822566343765], [4.538699669493986, -0.0010882669630033043], [4.412512014032185, -0.0009513974704363293], [4.350287904004563, -0.0009146391663585488]], [[4.350287904004563, -0.0009146391663585488], [4.313670652032623, -0.000891700764259277], [4.296084962019108, -0.0008809320657174153], [4.24448147751798, -0.0008490351176223753], [4.244532551208537, -0.0008491814603727962], [4.2161272436479, -0.0008316018471156248], [4.171747462770324, -0.0008044297445017957], [4.148683006007219, -0.0007903260716125354]], [[4.148683006007219, -0.0007903260716125354], [4.100550188043451, -0.0007606942661210622], [4.077994094315969, -0.0007472092856221442], [4.012902183052073, -0.0007073941642561691], [4.013052053381881, -0.0007078142542611353], [3.9781365621920677, -0.0006860740350388176], [3.925912841734247, -0.0006059057379544134], [3.900211475201333, -0.0005915460122775744]], [[3.900211475201333, -0.0005915460122775744], [3.884529872371182, -0.0005818253718707443], [3.876944398303494, -0.0005771383286448612], [3.8547520362727283, -0.000563166767423022], [3.8547605698979286, -0.0005631898536147125], [3.8425496464695814, -0.0005553745983804756], [3.8234558133398653, -0.0005429954377015038], [3.813546045456327, -0.0005364636039992372]], [[3.813546045456327, -0.0005364636039992372], [3.7704834878072093, -0.0005066838653147129], [3.7517052305169836, -0.000493440394096833], [3.7021046236931094, -0.0004538171848277447], [3.702361876951863, -0.0004546063002380896], [3.679298657988029, -0.00043256140326590736], [3.6519952130829982, -0.00037213776594591697], [3.641834995919026, -0.00036159784822346734]], [[3.641834995919026, -0.00036159784822346734], [3.636903315385125, -0.0003542489905699103], [3.6349154465406697, -0.0003506979461453978], [3.6306924287773734, -0.00033990868300009256], [3.6306970318563003, -0.0003399424655728166], [3.6295244075095914, -0.0003337790256681139], [3.6296182894587137, -0.00032383885613348476], [3.630715942336363, -0.0003184728665314924]], [[3.630715942336363, -0.0003184728665314924], [3.6520479873744756, -0.0002862680003432466], [3.6729416527826757, -0.00023873803171777235], [3.789797433476119, -0.0001925266188453976], [3.788233908362315, -0.00014036946213163352], [3.8971361339335395, -0.0001503994123127348], [4.155641814134454, -5.207872985758572e-5], [4.354319962225733, 3.84946023977914e-5]], [[4.354319962225733, 3.84946023977914e-5], [4.42600403193733, 7.218357210303289e-5], [4.463389617062186, 8.94790465266848e-5], [4.5858996293220775, 0.00014817727383062266], [4.585758879440844, 0.00014779233234978408], [4.662556543649856, 0.0001857124045071168], [4.79854221067045, 0.0002539693786759614], [4.8781784353512085, 0.0002951009477471429]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([32.30360634884692, 0.001257957668435375], [31.84734647896224, 0.001242639104434652], [4.354319962225733, 3.84946023977914e-5], [4.42600403193733, 7.218357210303289e-5], [4.463389617062186, 8.94790465266848e-5], [4.5858996293220775, 0.00014817727383062266], [4.585758879440844, 0.00014779233234978408], [4.662556543649856, 0.0001857124045071168], [4.79854221067045, 0.0002539693786759614], [4.8781784353512085, 0.0002951009477471429], [-3.440854192271709e-6, -3.601981012250524e-9], [32.24358155336464, 0.001254567028164359], [-0.00010651280362667309, -0.0015952385036281367], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 2166
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 122
Number of rejected steps: 187, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [1.4399745612838313, 3.696826941509031], [1.809532729739403, 4.645702668159687], [1.9532812396893762, 4.982536122668541], [2.015591186697629, 5.126096145914779], [2.633405844439473, 6.5117517415701744], [2.771617867823323, 6.8194087359376185], [2.8338899452224813, 6.964670769963717], [3.4539723832261915, 8.392117370618234], [3.658326945677851, 8.855043786034683] … [29.227570495053904, 0.0017527405920095224], [29.670336428693073, 0.0016640306225872675], [29.855399572251624, 0.0016334463999240145], [30.681870779875474, 0.001513422403663517], [31.05684233115784, 0.0014683598876525808], [31.484528461985157, 0.001422459467004693], [32.36163176814577, 0.001332573095008838], [33.22514276920854, 0.0012985383303804735], [33.72368487403903, 0.0012967113849897982], [34.085570199330625, 0.0013090544023043897]], nothing, nothing, [0.0, 9.999999999999999e-5, 0.00012566419713376571, 0.00013566016412466493, 0.00014000405797042685, 0.00018344299642804592, 0.00019325280376908348, 0.00019768088119874455, 0.00024196165549535535, 0.00025662979555730403 … 0.8793350321587525, 0.9779934593377727, 1.0208962316222274, 1.222674715407435, 1.3185679518072664, 1.4298613118507648, 1.6585969610971758, 1.8697116389039807, 1.978465174050359, 2.05], [[[0.0, 0.0]], [[14400.134591724896, 36970.6317960157], [14399.969297304731, 36968.80309562424], [14399.886944466793, 36967.89220552728], [14399.64105716776, 36965.173184939136], [14399.641057167924, 36965.173184950254], [14399.50723569879, 36968.588743320666], [14399.626132456366, 36970.57456458763], [14399.690087571002, 36971.64367073675]], [[14399.690087571002, 36971.64367073675], [14399.71196033859, 36972.00959891657], [14399.722894617373, 36972.19256872837], [14399.755688809593, 36972.74149188032], [14399.755688809604, 36972.74149188021], [14399.774422572818, 36973.055173477274], [14399.804855974118, 36973.56492337485], [14399.82123859067, 36973.83941291643]], [[14399.82123859067, 36973.83941291643], [14398.55839962657, 33569.745363951704], [14394.235475099507, 33530.45936969775], [14381.288462635843, 33400.859239399535], [14381.261863836071, 33424.69477954529], [14373.89874782907, 33329.14255408467], [14361.898611750796, 33220.81128578275], [14355.453046928778, 33156.042842120376]], [[14355.453046928778, 33156.042842120376], [14351.71883393173, 33120.18283733305], [14349.85321624473, 33102.28689958482], [14344.257945902951, 33048.62949141052], [14344.257949311157, 33048.62967339838], [14341.06269471276, 33018.01231594674], [14335.873582060442, 32968.32783942], [14333.081068226194, 32941.60965862173]], [[14333.081068226194, 32941.60965862173], [14295.907739235363, 32586.540606530856], [14277.468579012093, 32412.359761518128], [14222.304111082334, 31892.647410072517], [14222.307485839281, 31892.827391164756], [14190.98140553577, 31599.91446405697], [14140.38881562276, 31130.689809372714], [14113.301892150077, 30881.25497231276]], [[14113.301892150077, 30881.25497231276], [14105.164762944325, 30806.537332184133], [14101.103387537352, 30769.336147127582], [14088.926879409551, 30657.8725460496], [14088.926915898446, 30657.874414630733], [14081.978736304512, 30594.38304406532], [14071.473985783312, 32887.57236713754], [14068.454130689364, 32857.13485672495]], [[14068.454130689364, 32857.13485672495], [14066.637081348492, 32839.65914992628], [14065.728915930698, 32830.92951349359], [14063.004801172867, 32804.74793480511], [14063.00480158132, 32804.74795659055], [14061.448657884706, 32789.7976978138], [14058.920690465058, 32765.520090486407], [14057.559869504485, 32752.45599707913]], [[14057.559869504485, 32752.45599707913], [14039.430119709754, 32578.551526737774], [14030.40100491361, 32492.414659799666], [14003.351176293876, 32234.711705818958], [14003.351582767205, 32234.733373135034], [13987.94292757307, 32088.498242882855], [13962.979823518672, 31852.508125066408], [13949.576512285175, 31726.24933026982]], [[13949.576512285175, 31726.24933026982], [13943.663952314442, 31670.636086412105], [13940.71150762362, 31642.9153418632], [13931.858233912793, 31559.82926989941], [13931.85824822671, 31559.83001779453], [13926.804481676607, 31512.462664145973], [13918.600281424697, 31435.66381729347], [13914.186804084808, 31394.398349360807]] … [[4.877860588326201, -0.0011951535887356189], [4.832839780760119, -0.001164272745495444], [4.811209951186324, -0.0011498020901688998], [4.747607104084316, -0.00110693675590409], [4.747675580475597, -0.0011071482823028556], [4.712586489247117, -0.0010835336734646025], [4.6576454785169155, -0.0010470942403198451], [4.629021211948767, -0.001028195221413911]], [[4.629021211948767, -0.001028195221413911], [4.578591384652554, -0.0009948325556230905], [4.554654006364409, -0.0009794490629241536], [4.484806710000507, -0.0009339669288292761], [4.484925762125439, -0.0009343211813029972], [4.446848608828987, -0.0009094021401846999], [4.388676344949685, -0.0007459791007668065], [4.360374784964758, -0.0007354294947567507]], [[4.360374784964758, -0.0007354294947567507], [4.344313152142737, -0.000727689554548864], [4.336446753591914, -0.0007239264604071791], [4.313139439706639, -0.0007126945058774483], [4.313144804167645, -0.0007127056175469191], [4.300096506646931, -0.0007063970808576004], [4.279322696898216, -0.0006963459858548608], [4.268348604717604, -0.0006910225116438227]], [[4.268348604717604, -0.0006910225116438227], [4.202110862117219, -0.0006582642187850983], [4.172192064461533, -0.0006438803927511895], [4.088054833506178, -0.000601182594211151], [4.088510034244576, -0.0006021555518460756], [4.04520567838819, -0.0005787301729002637], [3.983920038409068, -0.0005136845915926012], [3.9554493195093845, -0.0004987717325991088]], [[3.9554493195093845, -0.0004987717325991088], [3.938724771025134, -0.0004887400163439261], [3.930880308244766, -0.0004839534584308281], [3.908701620059087, -0.00046961842327550405], [3.908721363755543, -0.00046966783586067603], [3.897105517116757, -0.00046163632942171546], [3.879937252291638, -0.0004489618342615404], [3.8715505523484945, -0.00044226471594327704]], [[3.8715505523484945, -0.00044226471594327704], [3.8597061669866273, -0.0004319666589484175], [3.8544273661624247, -0.00042705089310924693], [3.840613412068424, -0.00041221083554463965], [3.840630522249829, -0.00041227440921171987], [3.83423485635944, -0.00040388257371923135], [3.8262677214360705, -0.0003905376299998271], [3.8227341223292846, -0.0004799766133125605]], [[3.8227341223292846, -0.0004799766133125605], [3.8143358801008906, -0.0004498654750531507], [3.813161604530433, -0.00043611248800659846], [3.8214055979235693, -0.0003931129357162633], [3.8214276057372762, -0.00039403250354210113], [3.8348050839435586, -0.0003685633597188219], [3.8714155027927126, -0.00032777903116921136], [3.899465102632671, -0.00030460804123315084]], [[3.899465102632671, -0.00030460804123315084], [3.94530043716013, -0.00021998458900302875], [3.9718342487891047, -0.0002084262542261467], [4.070152383177352, -0.0001595534020014998], [4.069886177824866, -0.0001767761033835706], [4.139378891119319, -0.00012895574789234467], [4.275524756220108, -7.66929295120144e-5], [4.3628001463534405, -3.7753155356269044e-5]], [[4.3628001463534405, -3.7753155356269044e-5], [4.429518939589143, -9.2621720192013e-6], [4.464241814252447, -7.166939941653078e-5], [4.575089064836781, -2.0404872671931588e-5], [4.575041685234332, -6.259314439539592e-5], [4.64460808140725, 6.284039737231148e-6], [4.768070639790885, 4.7841544719277136e-5], [4.840458688059118, 7.851550062615417e-5]], [[4.840458688059118, 7.851550062615417e-5], [4.907875431575512, 0.00010687038438995239], [4.942458162157064, 0.00012125218861477145], [5.052824427208204, 0.00016888786584800261], [5.05273451894206, 0.00016864183807513422], [5.119908325035805, 0.00019851823637690455], [5.23560381493563, 0.000250838867449415], [5.3015624585671945, 0.00028143012143967347]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C17", "629-78-7", 501.05999999999995, 38.95, 145.36, 0.001, "Leppert2020b, alkane, alkanes", 9.036687565381776e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [1.4399745612838313, 3.696826941509031], [1.809532729739403, 4.645702668159687], [1.9532812396893762, 4.982536122668541], [2.015591186697629, 5.126096145914779], [2.633405844439473, 6.5117517415701744], [2.771617867823323, 6.8194087359376185], [2.8338899452224813, 6.964670769963717], [3.4539723832261915, 8.392117370618234], [3.658326945677851, 8.855043786034683] … [29.227570495053904, 0.0017527405920095224], [29.670336428693073, 0.0016640306225872675], [29.855399572251624, 0.0016334463999240145], [30.681870779875474, 0.001513422403663517], [31.05684233115784, 0.0014683598876525808], [31.484528461985157, 0.001422459467004693], [32.36163176814577, 0.001332573095008838], [33.22514276920854, 0.0012985383303804735], [33.72368487403903, 0.0012967113849897982], [34.085570199330625, 0.0013090544023043897]], [0.0, 9.999999999999999e-5, 0.00012566419713376571, 0.00013566016412466493, 0.00014000405797042685, 0.00018344299642804592, 0.00019325280376908348, 0.00019768088119874455, 0.00024196165549535535, 0.00025662979555730403 … 0.8793350321587525, 0.9779934593377727, 1.0208962316222274, 1.222674715407435, 1.3185679518072664, 1.4298613118507648, 1.6585969610971758, 1.8697116389039807, 1.978465174050359, 2.05], [[[0.0, 0.0]], [[14400.134591724896, 36970.6317960157], [14399.969297304731, 36968.80309562424], [14399.886944466793, 36967.89220552728], [14399.64105716776, 36965.173184939136], [14399.641057167924, 36965.173184950254], [14399.50723569879, 36968.588743320666], [14399.626132456366, 36970.57456458763], [14399.690087571002, 36971.64367073675]], [[14399.690087571002, 36971.64367073675], [14399.71196033859, 36972.00959891657], [14399.722894617373, 36972.19256872837], [14399.755688809593, 36972.74149188032], [14399.755688809604, 36972.74149188021], [14399.774422572818, 36973.055173477274], [14399.804855974118, 36973.56492337485], [14399.82123859067, 36973.83941291643]], [[14399.82123859067, 36973.83941291643], [14398.55839962657, 33569.745363951704], [14394.235475099507, 33530.45936969775], [14381.288462635843, 33400.859239399535], [14381.261863836071, 33424.69477954529], [14373.89874782907, 33329.14255408467], [14361.898611750796, 33220.81128578275], [14355.453046928778, 33156.042842120376]], [[14355.453046928778, 33156.042842120376], [14351.71883393173, 33120.18283733305], [14349.85321624473, 33102.28689958482], [14344.257945902951, 33048.62949141052], [14344.257949311157, 33048.62967339838], [14341.06269471276, 33018.01231594674], [14335.873582060442, 32968.32783942], [14333.081068226194, 32941.60965862173]], [[14333.081068226194, 32941.60965862173], [14295.907739235363, 32586.540606530856], [14277.468579012093, 32412.359761518128], [14222.304111082334, 31892.647410072517], [14222.307485839281, 31892.827391164756], [14190.98140553577, 31599.91446405697], [14140.38881562276, 31130.689809372714], [14113.301892150077, 30881.25497231276]], [[14113.301892150077, 30881.25497231276], [14105.164762944325, 30806.537332184133], [14101.103387537352, 30769.336147127582], [14088.926879409551, 30657.8725460496], [14088.926915898446, 30657.874414630733], [14081.978736304512, 30594.38304406532], [14071.473985783312, 32887.57236713754], [14068.454130689364, 32857.13485672495]], [[14068.454130689364, 32857.13485672495], [14066.637081348492, 32839.65914992628], [14065.728915930698, 32830.92951349359], [14063.004801172867, 32804.74793480511], [14063.00480158132, 32804.74795659055], [14061.448657884706, 32789.7976978138], [14058.920690465058, 32765.520090486407], [14057.559869504485, 32752.45599707913]], [[14057.559869504485, 32752.45599707913], [14039.430119709754, 32578.551526737774], [14030.40100491361, 32492.414659799666], [14003.351176293876, 32234.711705818958], [14003.351582767205, 32234.733373135034], [13987.94292757307, 32088.498242882855], [13962.979823518672, 31852.508125066408], [13949.576512285175, 31726.24933026982]], [[13949.576512285175, 31726.24933026982], [13943.663952314442, 31670.636086412105], [13940.71150762362, 31642.9153418632], [13931.858233912793, 31559.82926989941], [13931.85824822671, 31559.83001779453], [13926.804481676607, 31512.462664145973], [13918.600281424697, 31435.66381729347], [13914.186804084808, 31394.398349360807]] … [[4.877860588326201, -0.0011951535887356189], [4.832839780760119, -0.001164272745495444], [4.811209951186324, -0.0011498020901688998], [4.747607104084316, -0.00110693675590409], [4.747675580475597, -0.0011071482823028556], [4.712586489247117, -0.0010835336734646025], [4.6576454785169155, -0.0010470942403198451], [4.629021211948767, -0.001028195221413911]], [[4.629021211948767, -0.001028195221413911], [4.578591384652554, -0.0009948325556230905], [4.554654006364409, -0.0009794490629241536], [4.484806710000507, -0.0009339669288292761], [4.484925762125439, -0.0009343211813029972], [4.446848608828987, -0.0009094021401846999], [4.388676344949685, -0.0007459791007668065], [4.360374784964758, -0.0007354294947567507]], [[4.360374784964758, -0.0007354294947567507], [4.344313152142737, -0.000727689554548864], [4.336446753591914, -0.0007239264604071791], [4.313139439706639, -0.0007126945058774483], [4.313144804167645, -0.0007127056175469191], [4.300096506646931, -0.0007063970808576004], [4.279322696898216, -0.0006963459858548608], [4.268348604717604, -0.0006910225116438227]], [[4.268348604717604, -0.0006910225116438227], [4.202110862117219, -0.0006582642187850983], [4.172192064461533, -0.0006438803927511895], [4.088054833506178, -0.000601182594211151], [4.088510034244576, -0.0006021555518460756], [4.04520567838819, -0.0005787301729002637], [3.983920038409068, -0.0005136845915926012], [3.9554493195093845, -0.0004987717325991088]], [[3.9554493195093845, -0.0004987717325991088], [3.938724771025134, -0.0004887400163439261], [3.930880308244766, -0.0004839534584308281], [3.908701620059087, -0.00046961842327550405], [3.908721363755543, -0.00046966783586067603], [3.897105517116757, -0.00046163632942171546], [3.879937252291638, -0.0004489618342615404], [3.8715505523484945, -0.00044226471594327704]], [[3.8715505523484945, -0.00044226471594327704], [3.8597061669866273, -0.0004319666589484175], [3.8544273661624247, -0.00042705089310924693], [3.840613412068424, -0.00041221083554463965], [3.840630522249829, -0.00041227440921171987], [3.83423485635944, -0.00040388257371923135], [3.8262677214360705, -0.0003905376299998271], [3.8227341223292846, -0.0004799766133125605]], [[3.8227341223292846, -0.0004799766133125605], [3.8143358801008906, -0.0004498654750531507], [3.813161604530433, -0.00043611248800659846], [3.8214055979235693, -0.0003931129357162633], [3.8214276057372762, -0.00039403250354210113], [3.8348050839435586, -0.0003685633597188219], [3.8714155027927126, -0.00032777903116921136], [3.899465102632671, -0.00030460804123315084]], [[3.899465102632671, -0.00030460804123315084], [3.94530043716013, -0.00021998458900302875], [3.9718342487891047, -0.0002084262542261467], [4.070152383177352, -0.0001595534020014998], [4.069886177824866, -0.0001767761033835706], [4.139378891119319, -0.00012895574789234467], [4.275524756220108, -7.66929295120144e-5], [4.3628001463534405, -3.7753155356269044e-5]], [[4.3628001463534405, -3.7753155356269044e-5], [4.429518939589143, -9.2621720192013e-6], [4.464241814252447, -7.166939941653078e-5], [4.575089064836781, -2.0404872671931588e-5], [4.575041685234332, -6.259314439539592e-5], [4.64460808140725, 6.284039737231148e-6], [4.768070639790885, 4.7841544719277136e-5], [4.840458688059118, 7.851550062615417e-5]], [[4.840458688059118, 7.851550062615417e-5], [4.907875431575512, 0.00010687038438995239], [4.942458162157064, 0.00012125218861477145], [5.052824427208204, 0.00016888786584800261], [5.05273451894206, 0.00016864183807513422], [5.119908325035805, 0.00019851823637690455], [5.23560381493563, 0.000250838867449415], [5.3015624585671945, 0.00028143012143967347]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([34.085570199330625, 0.0013090544023043897], [33.72368487403903, 0.0012967113849897982], [4.840458688059118, 7.851550062615417e-5], [4.907875431575512, 0.00010687038438995239], [4.942458162157064, 0.00012125218861477145], [5.052824427208204, 0.00016888786584800261], [5.05273451894206, 0.00016864183807513422], [5.119908325035805, 0.00019851823637690455], [5.23560381493563, 0.000250838867449415], [5.3015624585671945, 0.00028143012143967347], [-5.257411950951206e-7, -4.766687622110415e-10], [34.038466693609166, 0.0013066823965486145], [-1.5423704761749388e-5, -0.00020643461745004175], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 2068
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 125
Number of rejected steps: 170, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [1.609691855447464, 10.694338683753582], [1.8552994017732563, 12.326315949735879], [2.6910831696856956, 17.154323994777208], [2.9608618568692213, 18.76044780404416], [3.078285996416845, 19.45860508390141], [3.626819958175531, 22.675336592492503], [3.6740312415178686, 22.948785171748522], [4.150636852383621, 26.983860828951823], [4.531545459276447, 30.36888567469257] … [31.847234165495337, 0.0016379722334358123], [32.01045497048992, 0.0016078674921368476], [32.49677581300015, 0.0015303904009700941], [32.70473819330747, 0.0015041165871661315], [33.996164477526015, 0.0013785674256368214], [34.36189496854852, 0.0013583279750551656], [34.7110086984682, 0.001350816358145382], [35.32117106771415, 0.001356928193530274], [35.63541478990837, 0.0013713557290434399], [35.79447359211868, 0.0013828412978418344]], nothing, nothing, [0.0, 4.4300906526651555e-5, 5.1060290586073774e-5, 7.433520598509129e-5, 8.19508221592053e-5, 8.527432937442537e-5, 0.0001008682584760211, 0.00010221569020832543, 0.00011569000753136865, 0.00012627451676191698 … 1.1333194020344606, 1.1722546506794962, 1.291330317718672, 1.3432789048602563, 1.6666539724866483, 1.7542270132952338, 1.834061860104569, 1.9621308898350531, 2.0216385100322336, 2.05], [[[0.0, 0.0]], [[36336.20997364601, 241414.75951775562], [36335.81137608755, 241402.28081559142], [36335.612706470485, 241396.06165605126], [36335.01919760808, 241377.48353037995], [36335.01919760857, 241377.48353047145], [36334.982292834306, 241409.0719789425], [36335.41337865791, 241424.95211828893], [36335.64592569811, 241433.51783595595]], [[36335.64592569811, 241433.51783595595], [36335.69327171888, 241435.2624650112], [36335.716949421905, 241436.1349841799], [36335.78800098273, 241438.75333013842], [36335.78800098273, 241438.75333013813], [36335.82861436965, 241440.25006545644], [36335.89463050084, 241442.68309409454], [36311.4352274219, 217249.82483814005]], [[36311.4352274219, 217249.82483814005], [36175.5454048842, 213876.01024766723], [36108.37684903105, 212234.96922598485], [35907.66317969682, 207349.30772697125], [35907.688887591845, 207352.87693474093], [35794.012677400686, 204614.8098364902], [35610.92476989252, 200257.86278543333], [35513.14075922117, 197954.44573254552]], [[35513.14075922117, 197954.44573254552], [35470.63054651285, 196957.4030068794], [35453.53805100067, 213097.357756013], [35421.91564102123, 212226.4831757843], [35421.910282653145, 212639.60229495476], [35403.867363020174, 211787.76312237492], [35374.593207784674, 211136.67321169845], [35358.838919199625, 210740.66156895176]], [[35358.838919199625, 210740.66156895176], [35349.68169779356, 210515.43409157483], [35345.106715579495, 210403.0327073125], [35331.38560646776, 210066.01696932944], [35331.38561475394, 210066.01810028762], [35323.54995064982, 209873.71158744037], [35310.82472342276, 209561.64117895206], [35303.976628380966, 209393.8210549361]], [[35303.976628380966, 209393.8210549361], [35261.17160337735, 208345.7923646763], [35239.84844063195, 207826.39955404305], [35175.9620394995, 206272.23013560526], [35175.96288869962, 206272.34572583233], [35139.563752479095, 205390.05926945657], [35080.58360159582, 203965.6449962501], [35048.91020128368, 203203.26667620684]], [[35048.91020128368, 203203.26667620684], [35045.264748867325, 203115.62941774886], [35043.442602857715, 203071.844019873], [35037.97677946558, 202940.51745165943], [35037.976779997516, 202940.51752270205], [35034.85424855821, 202865.51682481874], [35029.781371176716, 202743.70765145213], [35034.592590646214, 288652.8111641819]], [[35034.592590646214, 288652.8111641819], [35145.573979335524, 292164.40137988183], [35201.6041418563, 293960.07800292043], [35370.285486732006, 299384.72089826857], [35370.27046444522, 299382.1518504964], [35467.43064039054, 302537.7883931776], [35626.47912454079, 307746.06777563493], [35712.739480046126, 310595.2711959566]], [[35712.739480046126, 310595.2711959566], [35803.437934918766, 313603.7479667718], [35849.14044285606, 315135.3060116372], [35986.63238886162, 319755.3389959336], [35986.624496069926, 319753.9250528551], [36065.692231560504, 322431.5840837412], [36194.93714649997, 326837.70883749635], [36264.931936136956, 329240.34146760637]] … [[4.3971776462179015, -0.0007374790893882779], [4.365004884404158, -0.0009114990710911012], [4.349666053354501, -0.0008970941248917931], [4.305048380804199, -0.000867314327902706], [4.305098253509665, -0.0008410513920739061], [4.280831686518501, -0.0008488363575856468], [4.243412886507933, -0.0008114809425426662], [4.2242234847896984, -0.0007992533851987622]], [[4.2242234847896984, -0.0007992533851987622], [4.213148661707118, -0.0007903259254196128], [4.207735388313918, -0.0007859776350199479], [4.1917660345725665, -0.0007730032650656053], [4.191769041790134, -0.0007730139621273187], [4.1828719937904895, -0.0007657227969457719], [4.168774846053284, -0.0007540925514728247], [4.161364565306685, -0.0007479277041006194]], [[4.161364565306685, -0.0007479277041006194], [4.132253344966577, -0.000723136115803704], [4.118765779229618, -0.0007116598087868505], [4.080757652658821, -0.0006775783890442273], [4.080828172698387, -0.0006778421853823125], [4.061085839709557, -0.0006590448442143576], [4.033420473328132, -0.0005339442531583488], [4.0213059320441085, -0.0005249813645805564]], [[4.0213059320441085, -0.0005249813645805564], [4.014729008119412, -0.0005184362745945599], [4.011600498934896, -0.0005152432954632733], [4.002696514312752, -0.000505664323201053], [4.002698972421317, -0.0005056742457689913], [3.997970550686201, -0.0005002597931441819], [3.9908553684465717, -0.0004915777751010346], [3.987314550100562, -0.0004869489497860888]], [[3.987314550100562, -0.0004869489497860888], [3.965542212749349, -0.000448417599462662], [3.9607285676728283, -0.0004315543116579746], [3.9685485075920504, -0.00039046075336949854], [3.9687411908371995, -0.00039047484814841676], [3.989130199461932, -0.0003632123884687588], [4.0517798316677185, -0.00031780440752824366], [4.102414592438471, -0.0002893581183274175]], [[4.102414592438471, -0.0002893581183274175], [4.124093447491089, -0.0002787073537094337], [4.135480491821991, -0.00027339619542816104], [4.172831536577938, -0.00025646835413077607], [4.172804032223302, -0.00025652984900825337], [4.19620591618418, -0.0002463092229297338], [4.238923519101416, -0.00014517445493706749], [4.264429606967856, -0.0001365581933962575]], [[4.264429606967856, -0.0001365581933962575], [4.297419696650656, -0.00012347307482004927], [4.314498024111264, -0.00011686049939160195], [4.369452244143459, -9.540654865667708e-5], [4.369417086713044, -9.54820210364686e-5], [4.403182941741174, -8.227941714769225e-5], [4.461835280930904, -5.9444485833974907e-5], [4.4955018455913835, -4.6281677644108375e-5]], [[4.4955018455913835, -4.6281677644108375e-5], [4.573268297084104, -1.5309149195181625e-5], [4.614141074187894, 5.572677487669393e-7], [4.750796821861274, 5.596134074741356e-5], [4.750522122294469, 5.5307633304502255e-5], [4.83790261306011, 9.213075412172443e-5], [4.994551646578188, 0.00010757576617599542], [5.0866254193904625, 0.0001509497699022453]], [[5.0866254193904625, 0.0001509497699022453], [5.14727704102474, 0.00017903565452011185], [5.178263216490005, 0.00019323545411060019], [5.276221911006719, 0.00023951985442305585], [5.276164323424848, 0.00023934664816821277], [5.335201635255607, 0.0002679047684144829], [5.435985909123917, 0.0003173251753829506], [5.492935280164448, 0.0003458122394696668]], [[5.492935280164448, 0.0003458122394696668], [5.53021258846653, 0.0003647395402383946], [5.549039399360657, 0.0003742505425998106], [5.606991553481538, 0.0004040328420550675], [5.60698257521112, 0.00040400201294171247], [5.640960700080282, 0.0004216769195704048], [5.697527702701128, 0.00045136653276269976], [5.728702677750511, 0.0004679005352357813]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C18", "593-45-3", 513.25, 39.58, 153.29, 0.001, "Leppert2020b, alkane, alkanes", 8.768068754143736e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [1.609691855447464, 10.694338683753582], [1.8552994017732563, 12.326315949735879], [2.6910831696856956, 17.154323994777208], [2.9608618568692213, 18.76044780404416], [3.078285996416845, 19.45860508390141], [3.626819958175531, 22.675336592492503], [3.6740312415178686, 22.948785171748522], [4.150636852383621, 26.983860828951823], [4.531545459276447, 30.36888567469257] … [31.847234165495337, 0.0016379722334358123], [32.01045497048992, 0.0016078674921368476], [32.49677581300015, 0.0015303904009700941], [32.70473819330747, 0.0015041165871661315], [33.996164477526015, 0.0013785674256368214], [34.36189496854852, 0.0013583279750551656], [34.7110086984682, 0.001350816358145382], [35.32117106771415, 0.001356928193530274], [35.63541478990837, 0.0013713557290434399], [35.79447359211868, 0.0013828412978418344]], [0.0, 4.4300906526651555e-5, 5.1060290586073774e-5, 7.433520598509129e-5, 8.19508221592053e-5, 8.527432937442537e-5, 0.0001008682584760211, 0.00010221569020832543, 0.00011569000753136865, 0.00012627451676191698 … 1.1333194020344606, 1.1722546506794962, 1.291330317718672, 1.3432789048602563, 1.6666539724866483, 1.7542270132952338, 1.834061860104569, 1.9621308898350531, 2.0216385100322336, 2.05], [[[0.0, 0.0]], [[36336.20997364601, 241414.75951775562], [36335.81137608755, 241402.28081559142], [36335.612706470485, 241396.06165605126], [36335.01919760808, 241377.48353037995], [36335.01919760857, 241377.48353047145], [36334.982292834306, 241409.0719789425], [36335.41337865791, 241424.95211828893], [36335.64592569811, 241433.51783595595]], [[36335.64592569811, 241433.51783595595], [36335.69327171888, 241435.2624650112], [36335.716949421905, 241436.1349841799], [36335.78800098273, 241438.75333013842], [36335.78800098273, 241438.75333013813], [36335.82861436965, 241440.25006545644], [36335.89463050084, 241442.68309409454], [36311.4352274219, 217249.82483814005]], [[36311.4352274219, 217249.82483814005], [36175.5454048842, 213876.01024766723], [36108.37684903105, 212234.96922598485], [35907.66317969682, 207349.30772697125], [35907.688887591845, 207352.87693474093], [35794.012677400686, 204614.8098364902], [35610.92476989252, 200257.86278543333], [35513.14075922117, 197954.44573254552]], [[35513.14075922117, 197954.44573254552], [35470.63054651285, 196957.4030068794], [35453.53805100067, 213097.357756013], [35421.91564102123, 212226.4831757843], [35421.910282653145, 212639.60229495476], [35403.867363020174, 211787.76312237492], [35374.593207784674, 211136.67321169845], [35358.838919199625, 210740.66156895176]], [[35358.838919199625, 210740.66156895176], [35349.68169779356, 210515.43409157483], [35345.106715579495, 210403.0327073125], [35331.38560646776, 210066.01696932944], [35331.38561475394, 210066.01810028762], [35323.54995064982, 209873.71158744037], [35310.82472342276, 209561.64117895206], [35303.976628380966, 209393.8210549361]], [[35303.976628380966, 209393.8210549361], [35261.17160337735, 208345.7923646763], [35239.84844063195, 207826.39955404305], [35175.9620394995, 206272.23013560526], [35175.96288869962, 206272.34572583233], [35139.563752479095, 205390.05926945657], [35080.58360159582, 203965.6449962501], [35048.91020128368, 203203.26667620684]], [[35048.91020128368, 203203.26667620684], [35045.264748867325, 203115.62941774886], [35043.442602857715, 203071.844019873], [35037.97677946558, 202940.51745165943], [35037.976779997516, 202940.51752270205], [35034.85424855821, 202865.51682481874], [35029.781371176716, 202743.70765145213], [35034.592590646214, 288652.8111641819]], [[35034.592590646214, 288652.8111641819], [35145.573979335524, 292164.40137988183], [35201.6041418563, 293960.07800292043], [35370.285486732006, 299384.72089826857], [35370.27046444522, 299382.1518504964], [35467.43064039054, 302537.7883931776], [35626.47912454079, 307746.06777563493], [35712.739480046126, 310595.2711959566]], [[35712.739480046126, 310595.2711959566], [35803.437934918766, 313603.7479667718], [35849.14044285606, 315135.3060116372], [35986.63238886162, 319755.3389959336], [35986.624496069926, 319753.9250528551], [36065.692231560504, 322431.5840837412], [36194.93714649997, 326837.70883749635], [36264.931936136956, 329240.34146760637]] … [[4.3971776462179015, -0.0007374790893882779], [4.365004884404158, -0.0009114990710911012], [4.349666053354501, -0.0008970941248917931], [4.305048380804199, -0.000867314327902706], [4.305098253509665, -0.0008410513920739061], [4.280831686518501, -0.0008488363575856468], [4.243412886507933, -0.0008114809425426662], [4.2242234847896984, -0.0007992533851987622]], [[4.2242234847896984, -0.0007992533851987622], [4.213148661707118, -0.0007903259254196128], [4.207735388313918, -0.0007859776350199479], [4.1917660345725665, -0.0007730032650656053], [4.191769041790134, -0.0007730139621273187], [4.1828719937904895, -0.0007657227969457719], [4.168774846053284, -0.0007540925514728247], [4.161364565306685, -0.0007479277041006194]], [[4.161364565306685, -0.0007479277041006194], [4.132253344966577, -0.000723136115803704], [4.118765779229618, -0.0007116598087868505], [4.080757652658821, -0.0006775783890442273], [4.080828172698387, -0.0006778421853823125], [4.061085839709557, -0.0006590448442143576], [4.033420473328132, -0.0005339442531583488], [4.0213059320441085, -0.0005249813645805564]], [[4.0213059320441085, -0.0005249813645805564], [4.014729008119412, -0.0005184362745945599], [4.011600498934896, -0.0005152432954632733], [4.002696514312752, -0.000505664323201053], [4.002698972421317, -0.0005056742457689913], [3.997970550686201, -0.0005002597931441819], [3.9908553684465717, -0.0004915777751010346], [3.987314550100562, -0.0004869489497860888]], [[3.987314550100562, -0.0004869489497860888], [3.965542212749349, -0.000448417599462662], [3.9607285676728283, -0.0004315543116579746], [3.9685485075920504, -0.00039046075336949854], [3.9687411908371995, -0.00039047484814841676], [3.989130199461932, -0.0003632123884687588], [4.0517798316677185, -0.00031780440752824366], [4.102414592438471, -0.0002893581183274175]], [[4.102414592438471, -0.0002893581183274175], [4.124093447491089, -0.0002787073537094337], [4.135480491821991, -0.00027339619542816104], [4.172831536577938, -0.00025646835413077607], [4.172804032223302, -0.00025652984900825337], [4.19620591618418, -0.0002463092229297338], [4.238923519101416, -0.00014517445493706749], [4.264429606967856, -0.0001365581933962575]], [[4.264429606967856, -0.0001365581933962575], [4.297419696650656, -0.00012347307482004927], [4.314498024111264, -0.00011686049939160195], [4.369452244143459, -9.540654865667708e-5], [4.369417086713044, -9.54820210364686e-5], [4.403182941741174, -8.227941714769225e-5], [4.461835280930904, -5.9444485833974907e-5], [4.4955018455913835, -4.6281677644108375e-5]], [[4.4955018455913835, -4.6281677644108375e-5], [4.573268297084104, -1.5309149195181625e-5], [4.614141074187894, 5.572677487669393e-7], [4.750796821861274, 5.596134074741356e-5], [4.750522122294469, 5.5307633304502255e-5], [4.83790261306011, 9.213075412172443e-5], [4.994551646578188, 0.00010757576617599542], [5.0866254193904625, 0.0001509497699022453]], [[5.0866254193904625, 0.0001509497699022453], [5.14727704102474, 0.00017903565452011185], [5.178263216490005, 0.00019323545411060019], [5.276221911006719, 0.00023951985442305585], [5.276164323424848, 0.00023934664816821277], [5.335201635255607, 0.0002679047684144829], [5.435985909123917, 0.0003173251753829506], [5.492935280164448, 0.0003458122394696668]], [[5.492935280164448, 0.0003458122394696668], [5.53021258846653, 0.0003647395402383946], [5.549039399360657, 0.0003742505425998106], [5.606991553481538, 0.0004040328420550675], [5.60698257521112, 0.00040400201294171247], [5.640960700080282, 0.0004216769195704048], [5.697527702701128, 0.00045136653276269976], [5.728702677750511, 0.0004679005352357813]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([35.79447359211868, 0.0013828412978418344], [35.63541478990837, 0.0013713557290434399], [5.492935280164448, 0.0003458122394696668], [5.53021258846653, 0.0003647395402383946], [5.549039399360657, 0.0003742505425998106], [5.606991553481538, 0.0004040328420550675], [5.60698257521112, 0.00040400201294171247], [5.640960700080282, 0.0004216769195704048], [5.697527702701128, 0.00045136653276269976], [5.728702677750511, 0.0004679005352357813], [-3.0044238049952654e-8, -2.0305292915077492e-11], [35.77422012004287, 0.0013812125803919792], [-8.39330648123278e-7, -8.521462563817497e-6], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 2341
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 140
Number of rejected steps: 194, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [1.4409264149795713, 24.097532845663423], [1.7992978421338137, 30.091584192863646], [1.931924943723824, 32.095097224034056], [1.98912854012781, 32.943577391214255], [2.556166437483031, 41.123725749933094], [2.7525148071037413, 43.860524483982395], [3.709907598682246, 57.97285198572378], [4.3710329863843596, 72.4252130092388], [4.557621148888184, 76.71366267888598] … [32.64305772068229, 0.0018139929701776144], [33.613684627219875, 0.0016444216973788462], [34.08992297076699, 0.0015771205621082254], [34.94001874181969, 0.0014911804550656075], [35.316497668479684, 0.0014611150228257721], [35.70706464184375, 0.0014337088945816957], [36.32730852459478, 0.0014110383090874092], [36.64047692105546, 0.0014120700465372143], [37.22010070968501, 0.001438819066754904], [37.4543206587799, 0.0014601831070991218]], nothing, nothing, [0.0, 1.6139611843390157e-5, 2.015364173092548e-5, 2.1640755426491726e-5, 2.228382846619846e-5, 2.8714558863265778e-5, 3.0965291544222316e-5, 4.2043567062532636e-5, 4.962066823919052e-5, 5.172088670445543e-5 … 0.9827098376870476, 1.2021135746728686, 1.3156846021774269, 1.521817500067219, 1.6118854364792985, 1.7029158278489671, 1.8393606575402937, 1.903192647356448, 2.010693603404042, 2.05], [[[0.0, 0.0]], [[89280.67254689401, 1.4931428450359495e6], [89279.85406636167, 1.4930755505239489e6], [89279.44582067928, 1.4930419867609066e6], [89278.22503133232, 1.4929416226800133e6], [89278.2250313331, 1.4929416226804045e6], [89277.57078741526, 1.4930862796440113e6], [89278.60063986773, 1.493177208654243e6], [89279.15656687379, 1.4932262838241053e6]], [[89279.15656687379, 1.4932262838241053e6], [89279.34112408469, 1.493242579890077e6], [89279.4334425255, 1.4932507316432104e6], [89279.7105553546, 1.4932752013664485e6], [89279.7105553546, 1.4932752013664427e6], [89279.86901200964, 1.4932891938976615e6], [89280.12666918724, 1.4933119470085374e6], [89280.26549232916, 1.4933242065015624e6]], [[89280.26549232916, 1.4933242065015624e6], [89280.3340889078, 1.4933302643601801e6], [89274.11248066994, 1.3391505769484416e6], [89190.90162199132, 1.3348203382764815e6], [89190.97527174243, 1.3308164343389815e6], [89143.44583057915, 1.3317987408417007e6], [89066.4136367869, 1.3263287285377868e6], [89025.01851905102, 1.3238412613680765e6]], [[89025.01851905102, 1.3238412613680765e6], [89001.15526230895, 1.3223625342613845e6], [88989.23341393209, 1.321624616720054e6], [88953.47818309056, 1.3194121466578466e6], [88953.47820623599, 1.3194121546367821e6], [88933.06002654703, 1.3181497506650342e6], [88899.90129121197, 1.3161012563113156e6], [88882.05722376576, 1.3149997034683414e6]], [[88882.05722376576, 1.3149997034683414e6], [88644.52880798925, 1.3003618555913826e6], [88526.73335571452, 1.2931852385457002e6], [88174.3431232649, 1.2717744965297978e6], [88174.36603736128, 1.2717823857361716e6], [87974.28574255048, 1.259719478509677e6], [87651.20077072368, 1.2404036373948804e6], [87478.24770370929, 1.2301390993087357e6]], [[87478.24770370929, 1.2301390993087357e6], [87397.74298646649, 1.2253761907367953e6], [87357.60384893708, 1.2230107541420078e6], [87237.30503634906, 1.2159284642294087e6], [87237.30595691186, 1.2159287683299575e6], [87168.7174191093, 1.2119020556447587e6], [87057.50140841531, 1.205390908787345e6], [87000.81875138161, 1.3094677134456784e6]], [[87000.81875138161, 1.3094677134456784e6], [86805.89545545704, 1.2973830970265605e6], [86709.10045210812, 1.2914390368941554e6], [86419.40397721897, 1.2736897237642969e6], [86419.41719088929, 1.2736942837214586e6], [86254.76586503719, 1.263671774789426e6], [85988.6168125523, 1.2475827400871336e6], [86039.41495951371, 1.8076358865220482e6]], [[86039.41495951371, 1.8076358865220482e6], [86437.18456227392, 1.8396441801805268e6], [86638.89096928152, 1.8561788855732877e6], [87247.1373452116, 1.9062980847322268e6], [87247.0227496661, 1.9062484256050354e6], [87598.69142929578, 1.935656670722342e6], [88176.2657652113, 1.984517890033227e6], [88490.5734879182, 2.0114466690491866e6]], [[88490.5734879182, 2.0114466690491866e6], [88607.24418491177, 2.0214923469205513e6], [88665.81495669263, 2.026562350266615e6], [88841.77946346888, 2.0418147504816297e6], [88841.7767264004, 2.041813477219921e6], [88942.65632092529, 2.05059205812548e6], [89107.08912724277, 2.0649517100142797e6], [89195.89208950537, 2.0727339997163261e6]] … [[4.741179229031247, -0.0009894898131120552], [4.724171789524841, -0.000978379743675346], [4.715836557001995, -0.0009729809779760047], [4.691121711937708, -0.0009568792774837327], [4.691127261075565, -0.0009568950699458266], [4.67727749320765, -0.0009478592431499883], [4.655205831923909, -0.000933474100404988], [4.643535497049315, -0.0009258607514806981]], [[4.643535497049315, -0.0009258607514806981], [4.557182093818778, -0.0008684797191676596], [4.518920997211376, -0.0008441177525261164], [4.412271070831944, -0.0007718923316399912], [4.413147084623327, -0.0007744449891415092], [4.359072402938217, -0.000734739090429777], [4.284886625048782, -0.0006629345657574617], [4.250362273180623, -0.0006391437236658343]], [[4.250362273180623, -0.0006391437236658343], [4.228594720279888, -0.0006226857051090601], [4.218568231174219, -0.0006149658182710894], [4.190686712881655, -0.0005918938947705227], [4.1907309048764105, -0.0005920348066391851], [4.176518908350785, -0.0005791884805654757], [4.156239970712777, -0.0005592123421214964], [4.146723514068236, -0.0005487330483793754]], [[4.146723514068236, -0.0005487330483793754], [4.127617151205656, -0.000523617779068324], [4.121394474033121, -0.0004379882487721286], [4.113934452618974, -0.00042072654598966706], [4.114062783740338, -0.00035613980335312697], [4.116096268584544, -0.0004023321484145164], [4.130349456462695, -0.00036183216290269597], [4.143740528376094, -0.0003471883846681847]], [[4.143740528376094, -0.0003471883846681847], [4.153599785932094, -0.00033758062512407694], [4.159033199186327, -0.0003328453152349354], [4.17781560779689, -0.00031804997676691794], [4.177803005312976, -0.0003180978211106331], [4.190185910244023, -0.00030936099028929876], [4.2118443537433095, -0.0003496698149426862], [4.224652644556072, -0.0003397135805498909]], [[4.224652644556072, -0.0003397135805498909], [4.243635321768225, -0.0003273260955588798], [4.253723267626743, -0.0003211902483734952], [4.287305865696053, -0.00030176834749919695], [4.287278802710133, -0.0003018440027396667], [4.308632169431126, -0.0002902115862155924], [4.346792794813321, -0.000270602577613307], [4.3692322794642955, -0.00025954267115755355]], [[4.3692322794642955, -0.00025954267115755355], [4.41863942406294, -0.00023585869822551845], [4.444999951143309, -0.00022398074705937913], [4.534773817095367, -0.0001838657266349875], [4.534584218701295, -0.00018430847880534997], [4.593001036911517, -0.00015852280692659057], [4.701151060142489, -6.523734291394604e-5], [4.7665122380021, -4.0732431011474696e-5]], [[4.7665122380021, -4.0732431011474696e-5], [4.80999790147787, -2.3141202492017905e-5], [4.832262253456508, -1.425915829768613e-5], [4.902762301353823, 1.449419738650589e-5], [4.9027241941160495, 1.4399613713361823e-5], [4.945296575937482, 3.202867023930798e-5], [5.018100883279173, 6.239870871306823e-5], [5.059293308836322, 7.981690684880863e-5]], [[5.059293308836322, 7.981690684880863e-5], [5.1578332779831975, 0.00012269652286642837], [5.209005972831553, 0.00014452382726100636], [5.377376596487479, 0.00022034271029138398], [5.377054956712045, 0.00021942935272181935], [5.482823182990216, 0.00026935806995751974], [5.671524302919918, 0.00042657173394706517], [5.782604376054862, 0.0004690635670233827]], [[5.782604376054862, 0.0004690635670233827], [5.8391582914071885, 0.0004925287472358326], [5.867757583258632, 0.0005043018653532847], [5.956401358300391, 0.0005418836206516997], [5.956373195887475, 0.0005417923474110766], [6.008674467677787, 0.000564451695374986], [6.096233081840247, 0.0006029220875663948], [6.144765553586587, 0.0006246243011664562]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C19", "629-92-5", 524.95, 40.21, 159.47, 0.001, "Leppert2020b, alkane, alkanes", 8.520364327614916e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [1.4409264149795713, 24.097532845663423], [1.7992978421338137, 30.091584192863646], [1.931924943723824, 32.095097224034056], [1.98912854012781, 32.943577391214255], [2.556166437483031, 41.123725749933094], [2.7525148071037413, 43.860524483982395], [3.709907598682246, 57.97285198572378], [4.3710329863843596, 72.4252130092388], [4.557621148888184, 76.71366267888598] … [32.64305772068229, 0.0018139929701776144], [33.613684627219875, 0.0016444216973788462], [34.08992297076699, 0.0015771205621082254], [34.94001874181969, 0.0014911804550656075], [35.316497668479684, 0.0014611150228257721], [35.70706464184375, 0.0014337088945816957], [36.32730852459478, 0.0014110383090874092], [36.64047692105546, 0.0014120700465372143], [37.22010070968501, 0.001438819066754904], [37.4543206587799, 0.0014601831070991218]], [0.0, 1.6139611843390157e-5, 2.015364173092548e-5, 2.1640755426491726e-5, 2.228382846619846e-5, 2.8714558863265778e-5, 3.0965291544222316e-5, 4.2043567062532636e-5, 4.962066823919052e-5, 5.172088670445543e-5 … 0.9827098376870476, 1.2021135746728686, 1.3156846021774269, 1.521817500067219, 1.6118854364792985, 1.7029158278489671, 1.8393606575402937, 1.903192647356448, 2.010693603404042, 2.05], [[[0.0, 0.0]], [[89280.67254689401, 1.4931428450359495e6], [89279.85406636167, 1.4930755505239489e6], [89279.44582067928, 1.4930419867609066e6], [89278.22503133232, 1.4929416226800133e6], [89278.2250313331, 1.4929416226804045e6], [89277.57078741526, 1.4930862796440113e6], [89278.60063986773, 1.493177208654243e6], [89279.15656687379, 1.4932262838241053e6]], [[89279.15656687379, 1.4932262838241053e6], [89279.34112408469, 1.493242579890077e6], [89279.4334425255, 1.4932507316432104e6], [89279.7105553546, 1.4932752013664485e6], [89279.7105553546, 1.4932752013664427e6], [89279.86901200964, 1.4932891938976615e6], [89280.12666918724, 1.4933119470085374e6], [89280.26549232916, 1.4933242065015624e6]], [[89280.26549232916, 1.4933242065015624e6], [89280.3340889078, 1.4933302643601801e6], [89274.11248066994, 1.3391505769484416e6], [89190.90162199132, 1.3348203382764815e6], [89190.97527174243, 1.3308164343389815e6], [89143.44583057915, 1.3317987408417007e6], [89066.4136367869, 1.3263287285377868e6], [89025.01851905102, 1.3238412613680765e6]], [[89025.01851905102, 1.3238412613680765e6], [89001.15526230895, 1.3223625342613845e6], [88989.23341393209, 1.321624616720054e6], [88953.47818309056, 1.3194121466578466e6], [88953.47820623599, 1.3194121546367821e6], [88933.06002654703, 1.3181497506650342e6], [88899.90129121197, 1.3161012563113156e6], [88882.05722376576, 1.3149997034683414e6]], [[88882.05722376576, 1.3149997034683414e6], [88644.52880798925, 1.3003618555913826e6], [88526.73335571452, 1.2931852385457002e6], [88174.3431232649, 1.2717744965297978e6], [88174.36603736128, 1.2717823857361716e6], [87974.28574255048, 1.259719478509677e6], [87651.20077072368, 1.2404036373948804e6], [87478.24770370929, 1.2301390993087357e6]], [[87478.24770370929, 1.2301390993087357e6], [87397.74298646649, 1.2253761907367953e6], [87357.60384893708, 1.2230107541420078e6], [87237.30503634906, 1.2159284642294087e6], [87237.30595691186, 1.2159287683299575e6], [87168.7174191093, 1.2119020556447587e6], [87057.50140841531, 1.205390908787345e6], [87000.81875138161, 1.3094677134456784e6]], [[87000.81875138161, 1.3094677134456784e6], [86805.89545545704, 1.2973830970265605e6], [86709.10045210812, 1.2914390368941554e6], [86419.40397721897, 1.2736897237642969e6], [86419.41719088929, 1.2736942837214586e6], [86254.76586503719, 1.263671774789426e6], [85988.6168125523, 1.2475827400871336e6], [86039.41495951371, 1.8076358865220482e6]], [[86039.41495951371, 1.8076358865220482e6], [86437.18456227392, 1.8396441801805268e6], [86638.89096928152, 1.8561788855732877e6], [87247.1373452116, 1.9062980847322268e6], [87247.0227496661, 1.9062484256050354e6], [87598.69142929578, 1.935656670722342e6], [88176.2657652113, 1.984517890033227e6], [88490.5734879182, 2.0114466690491866e6]], [[88490.5734879182, 2.0114466690491866e6], [88607.24418491177, 2.0214923469205513e6], [88665.81495669263, 2.026562350266615e6], [88841.77946346888, 2.0418147504816297e6], [88841.7767264004, 2.041813477219921e6], [88942.65632092529, 2.05059205812548e6], [89107.08912724277, 2.0649517100142797e6], [89195.89208950537, 2.0727339997163261e6]] … [[4.741179229031247, -0.0009894898131120552], [4.724171789524841, -0.000978379743675346], [4.715836557001995, -0.0009729809779760047], [4.691121711937708, -0.0009568792774837327], [4.691127261075565, -0.0009568950699458266], [4.67727749320765, -0.0009478592431499883], [4.655205831923909, -0.000933474100404988], [4.643535497049315, -0.0009258607514806981]], [[4.643535497049315, -0.0009258607514806981], [4.557182093818778, -0.0008684797191676596], [4.518920997211376, -0.0008441177525261164], [4.412271070831944, -0.0007718923316399912], [4.413147084623327, -0.0007744449891415092], [4.359072402938217, -0.000734739090429777], [4.284886625048782, -0.0006629345657574617], [4.250362273180623, -0.0006391437236658343]], [[4.250362273180623, -0.0006391437236658343], [4.228594720279888, -0.0006226857051090601], [4.218568231174219, -0.0006149658182710894], [4.190686712881655, -0.0005918938947705227], [4.1907309048764105, -0.0005920348066391851], [4.176518908350785, -0.0005791884805654757], [4.156239970712777, -0.0005592123421214964], [4.146723514068236, -0.0005487330483793754]], [[4.146723514068236, -0.0005487330483793754], [4.127617151205656, -0.000523617779068324], [4.121394474033121, -0.0004379882487721286], [4.113934452618974, -0.00042072654598966706], [4.114062783740338, -0.00035613980335312697], [4.116096268584544, -0.0004023321484145164], [4.130349456462695, -0.00036183216290269597], [4.143740528376094, -0.0003471883846681847]], [[4.143740528376094, -0.0003471883846681847], [4.153599785932094, -0.00033758062512407694], [4.159033199186327, -0.0003328453152349354], [4.17781560779689, -0.00031804997676691794], [4.177803005312976, -0.0003180978211106331], [4.190185910244023, -0.00030936099028929876], [4.2118443537433095, -0.0003496698149426862], [4.224652644556072, -0.0003397135805498909]], [[4.224652644556072, -0.0003397135805498909], [4.243635321768225, -0.0003273260955588798], [4.253723267626743, -0.0003211902483734952], [4.287305865696053, -0.00030176834749919695], [4.287278802710133, -0.0003018440027396667], [4.308632169431126, -0.0002902115862155924], [4.346792794813321, -0.000270602577613307], [4.3692322794642955, -0.00025954267115755355]], [[4.3692322794642955, -0.00025954267115755355], [4.41863942406294, -0.00023585869822551845], [4.444999951143309, -0.00022398074705937913], [4.534773817095367, -0.0001838657266349875], [4.534584218701295, -0.00018430847880534997], [4.593001036911517, -0.00015852280692659057], [4.701151060142489, -6.523734291394604e-5], [4.7665122380021, -4.0732431011474696e-5]], [[4.7665122380021, -4.0732431011474696e-5], [4.80999790147787, -2.3141202492017905e-5], [4.832262253456508, -1.425915829768613e-5], [4.902762301353823, 1.449419738650589e-5], [4.9027241941160495, 1.4399613713361823e-5], [4.945296575937482, 3.202867023930798e-5], [5.018100883279173, 6.239870871306823e-5], [5.059293308836322, 7.981690684880863e-5]], [[5.059293308836322, 7.981690684880863e-5], [5.1578332779831975, 0.00012269652286642837], [5.209005972831553, 0.00014452382726100636], [5.377376596487479, 0.00022034271029138398], [5.377054956712045, 0.00021942935272181935], [5.482823182990216, 0.00026935806995751974], [5.671524302919918, 0.00042657173394706517], [5.782604376054862, 0.0004690635670233827]], [[5.782604376054862, 0.0004690635670233827], [5.8391582914071885, 0.0004925287472358326], [5.867757583258632, 0.0005043018653532847], [5.956401358300391, 0.0005418836206516997], [5.956373195887475, 0.0005417923474110766], [6.008674467677787, 0.000564451695374986], [6.096233081840247, 0.0006029220875663948], [6.144765553586587, 0.0006246243011664562]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([37.4543206587799, 0.0014601831070991218], [37.22010070968501, 0.001438819066754904], [5.782604376054862, 0.0004690635670233827], [5.8391582914071885, 0.0004925287472358326], [5.867757583258632, 0.0005043018653532847], [5.956401358300391, 0.0005418836206516997], [5.956373195887475, 0.0005417923474110766], [6.008674467677787, 0.000564451695374986], [6.096233081840247, 0.0006029220875663948], [6.144765553586587, 0.0006246243011664562], [-1.517949793267515e-7, -7.432462636618664e-11], [37.42425052657862, 0.0014571695664227164], [-4.052694694823531e-6, -3.02110140305065e-5], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 2194
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 142
Number of rejected steps: 171, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [1.3254585137990982, 55.89277101775107], [1.7908530422822195, 75.52037820460636], [1.8408991879157446, 77.56364508164587], [1.8639571259482157, 78.42894052781737], [2.093675844511276, 86.94812110022026], [2.7517356629415923, 110.35418974494273], [3.48598477586843, 137.60149379049923], [3.6705431238531876, 144.3061367067518], [4.337611083318397, 181.3908434058864] … [33.78341979013687, 0.0019347454628187869], [34.34194268161363, 0.0018254605274340206], [34.58175592970105, 0.0017859537034883145], [35.398577378973734, 0.0016635292731857077], [35.74086272704033, 0.0016162774341934667], [36.31449932578877, 0.0015511132032858732], [36.57613127936756, 0.0015287494362831787], [37.14716939191744, 0.001490526979970824], [38.0120632335552, 0.0014963840488089577], [39.06554214346493, 0.0015307388203197568]], nothing, nothing, [0.0, 6.026185915064294e-6, 8.142080858308328e-6, 8.369620466255798e-6, 8.474520875667287e-6, 9.523524969782175e-6, 1.2568259591464134e-5, 1.6017116480683127e-5, 1.6889876241359446e-5, 2.0001922001744833e-5 … 0.9285615185517228, 1.0457265770737607, 1.0980456965199137, 1.2831454824723227, 1.3629379704922178, 1.4974449091142643, 1.5582658943441239, 1.687594167040704, 1.8669905178730368, 2.05], [[[0.0, 0.0]], [[219954.08142587348, 9.27551733979365e6], [219952.28082074827, 9.275136619041884e6], [219951.38237230867, 9.274946659753412e6], [219948.6943813562, 9.274378351130592e6], [219948.69438135775, 9.274378351132462e6], [219947.1633557889, 9.274054668716475e6], [219948.49266177855, 9.275582322530018e6], [219949.79292238608, 9.275866804208856e6]], [[219949.79292238608, 9.275866804208856e6], [219950.40243631115, 9.276000149086975e6], [219950.7073861409, 9.276066865092779e6], [219951.62299919603, 9.276267182920368e6], [219951.62299919603, 9.276267182920288e6], [219952.14672256153, 9.276381765582826e6], [219952.99857310462, 9.276568141259976e6], [219953.4576720836, 9.276668589093292e6]], [[219953.4576720836, 9.276668589093292e6], [219953.5235232036, 9.276682996992294e6], [219953.5564509922, 9.276690201445179e6], [219953.65524317804, 9.276711816765344e6], [219953.65524317801, 9.276711816765344e6], [219953.71170181737, 9.276724169709595e6], [219923.5466858327, 8.266327674419272e6], [219882.86718661815, 8.260461972776993e6]], [[219882.86718661815, 8.260461972776993e6], [219857.86573786527, 8.256548559252096e6], [219845.36935589428, 8.254593474871567e6], [219807.88478321803, 8.248729662230971e6], [219807.88478758, 8.248729666029209e6], [219786.47097830416, 8.245381014937402e6], [219751.6827717981, 8.239942722154667e6], [219732.95538938013, 8.237016079994537e6]], [[219732.95538938013, 8.237016079994537e6], [219483.4312860388, 8.1980499215714885e6], [219359.10173303005, 8.178727985575565e6], [218986.56370589187, 8.12090182118603e6], [218986.5680509818, 8.1209056016537035e6], [218774.2738631151, 8.088064918842808e6], [218430.21242007572, 8.035022886754082e6], [218245.41229354052, 8.006622891340059e6]], [[218245.41229354052, 8.006622891340059e6], [217532.11844388134, 7.897322074166789e6], [217179.02413033516, 7.843970371961283e6], [216123.360111473, 7.684984202682484e6], [216123.46305474013, 7.6850724873753935e6], [215524.90003092776, 7.595763870700339e6], [214559.7167669396, 7.453250723863181e6], [214049.19645154238, 8.078277894649918e6]], [[214049.19645154238, 8.078277894649918e6], [213662.4167897362, 8.0180949428670015e6], [213470.0931924139, 7.988398123245092e6], [212894.22561530542, 7.899643305007436e6], [212894.24267100546, 7.899658069132879e6], [212566.60471062118, 7.849428380003017e6], [212036.44811794287, 7.768598158903501e6], [211752.11086053905, 7.725461047962719e6]], [[211752.11086053905, 7.725461047962719e6], [211656.32947051394, 7.71095905765564e6], [211608.50493976052, 7.703731944208853e6], [211465.10079181695, 7.682071616707536e6], [211465.10105638093, 7.68207183938404e6], [211383.24605434976, 7.669725119374413e6], [211250.37221521416, 7.6497097335368935e6], [211185.70482040843, 1.1257473209665252e7]], [[211185.70482040843, 1.1257473209665252e7], [212221.82796641323, 1.146849160656073e7], [212747.682936669, 1.1577708661963256e7], [214333.8860674236, 1.1908971253231931e7], [214333.54994711876, 1.1908603082466066e7], [215251.3017162296, 1.2103299230422333e7], [216759.5323354808, 1.2427176179022534e7], [217580.81777244134, 1.2605925288298845e7]] … [[5.090636012580883, -0.001168624226281249], [5.060081303204344, -0.001148731061152959], [5.045256102614092, -0.001139226396976396], [5.001479829443983, -0.001110949974194502], [5.00150526760816, -0.0011110220130036118], [4.977170223410077, -0.0010952893898220693], [4.938731874328617, -0.0010705793965123298], [4.918562564325074, -0.0010576216833957258]], [[4.918562564325074, -0.0010576216833957258], [4.863621307266169, -0.0010220660768701017], [4.837827506629998, -0.0010058369702907561], [4.76309976262818, -0.0009577659471707765], [4.76328077343714, -0.0009582761216331281], [4.723007286694649, -0.000931930013491349], [4.661831783577815, -0.000798993069189837], [4.632433720545989, -0.0007844118955300315]], [[4.632433720545989, -0.0007844118955300315], [4.615473874768888, -0.000774316587724806], [4.607236582615984, -0.0007694328399000094], [4.583018086788866, -0.0007548519364219942], [4.583026738381618, -0.00075487338643173], [4.569614882020871, -0.0007466968641521945], [4.548501981648655, -0.0007337090960544139], [4.537470281524146, -0.0007268417946541292]], [[4.537470281524146, -0.0007268417946541292], [4.488066155836337, -0.0006949401791704792], [4.466066658400096, -0.0006806820331746537], [4.405948884927358, -0.0006380444651327751], [4.40624598966598, -0.0006388470263026396], [4.376634190984354, -0.000615201303622623], [4.334862551082051, -0.0006521157669241104], [4.315271144934593, -0.0006274211293611697]], [[4.315271144934593, -0.0006274211293611697], [4.3052623829682615, -0.0006152587728067735], [4.300680893897853, -0.0006094214592544216], [4.288241357738794, -0.000591891226714569], [4.2882512854552335, -0.0005919423292469236], [4.282109881800688, -0.0005820751798218328], [4.273675043172456, -0.0005664047445801729], [4.269923788845343, -0.0005580842600547459]], [[4.269923788845343, -0.0005580842600547459], [4.263497653980418, -0.0005394021826515291], [4.261439783886578, -0.0005305884880878139], [4.259551765024215, -0.0005036623161539509], [4.259566065899889, -0.0005038833030131939], [4.261550492835244, -0.0004884721561698624], [4.271739859981387, -0.0003977120294698681], [4.280263555339462, -0.00038844970257068145]], [[4.280263555339462, -0.00038844970257068145], [4.28634366235527, -0.00038160144049040443], [4.2896181219799265, -0.0003782195066053904], [4.300571066335137, -0.0003678246547316893], [4.300567449058797, -0.0003678407315809932], [4.307568166695172, -0.00036180194447690264], [4.3201150871034555, -0.0003518672326863713], [4.327490456679651, -0.00034642905186515593]], [[4.327490456679651, -0.00034642905186515593], [4.350993629320754, -0.0003304045099648996], [4.3639104114089795, -0.0003225082674801947], [4.409063815987023, -0.0002969224785303751], [4.408991653036168, -0.00029712790066190606], [4.4390805127108734, -0.00028141425710299364], [4.494916927810767, -0.0002545253074851216], [4.533274075047932, -4.271331838658077e-5]], [[4.533274075047932, -4.271331838658077e-5], [4.612891652518939, -2.3217639951977984e-5], [4.655414832676691, -1.3030141580117017e-5], [4.802086495254368, 2.533844608246412e-5], [4.801599486916188, 2.4478689208907913e-5], [4.898382694933867, 5.196233869116367e-5], [5.076991633720549, 0.00010426191122706128], [5.1858925990541245, -6.259125560901515e-5]], [[5.1858925990541245, -6.259125560901515e-5], [5.341852185731819, 2.5297488399299815e-6], [5.424669248528436, 3.55770600118945e-5], [5.714949013525136, 0.0001627052332777339], [5.713057472122398, 0.00015752166463489517], [5.907791962463988, 0.0002513031842696408], [6.270577539587976, 0.0004269944502312793], [6.503753625312003, 0.0007586848621357395]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C20", "112-95-8", 535.96, 40.67, 164.99, 0.001, "Leppert2020b, alkane, alkanes", 8.291005739811999e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [1.3254585137990982, 55.89277101775107], [1.7908530422822195, 75.52037820460636], [1.8408991879157446, 77.56364508164587], [1.8639571259482157, 78.42894052781737], [2.093675844511276, 86.94812110022026], [2.7517356629415923, 110.35418974494273], [3.48598477586843, 137.60149379049923], [3.6705431238531876, 144.3061367067518], [4.337611083318397, 181.3908434058864] … [33.78341979013687, 0.0019347454628187869], [34.34194268161363, 0.0018254605274340206], [34.58175592970105, 0.0017859537034883145], [35.398577378973734, 0.0016635292731857077], [35.74086272704033, 0.0016162774341934667], [36.31449932578877, 0.0015511132032858732], [36.57613127936756, 0.0015287494362831787], [37.14716939191744, 0.001490526979970824], [38.0120632335552, 0.0014963840488089577], [39.06554214346493, 0.0015307388203197568]], [0.0, 6.026185915064294e-6, 8.142080858308328e-6, 8.369620466255798e-6, 8.474520875667287e-6, 9.523524969782175e-6, 1.2568259591464134e-5, 1.6017116480683127e-5, 1.6889876241359446e-5, 2.0001922001744833e-5 … 0.9285615185517228, 1.0457265770737607, 1.0980456965199137, 1.2831454824723227, 1.3629379704922178, 1.4974449091142643, 1.5582658943441239, 1.687594167040704, 1.8669905178730368, 2.05], [[[0.0, 0.0]], [[219954.08142587348, 9.27551733979365e6], [219952.28082074827, 9.275136619041884e6], [219951.38237230867, 9.274946659753412e6], [219948.6943813562, 9.274378351130592e6], [219948.69438135775, 9.274378351132462e6], [219947.1633557889, 9.274054668716475e6], [219948.49266177855, 9.275582322530018e6], [219949.79292238608, 9.275866804208856e6]], [[219949.79292238608, 9.275866804208856e6], [219950.40243631115, 9.276000149086975e6], [219950.7073861409, 9.276066865092779e6], [219951.62299919603, 9.276267182920368e6], [219951.62299919603, 9.276267182920288e6], [219952.14672256153, 9.276381765582826e6], [219952.99857310462, 9.276568141259976e6], [219953.4576720836, 9.276668589093292e6]], [[219953.4576720836, 9.276668589093292e6], [219953.5235232036, 9.276682996992294e6], [219953.5564509922, 9.276690201445179e6], [219953.65524317804, 9.276711816765344e6], [219953.65524317801, 9.276711816765344e6], [219953.71170181737, 9.276724169709595e6], [219923.5466858327, 8.266327674419272e6], [219882.86718661815, 8.260461972776993e6]], [[219882.86718661815, 8.260461972776993e6], [219857.86573786527, 8.256548559252096e6], [219845.36935589428, 8.254593474871567e6], [219807.88478321803, 8.248729662230971e6], [219807.88478758, 8.248729666029209e6], [219786.47097830416, 8.245381014937402e6], [219751.6827717981, 8.239942722154667e6], [219732.95538938013, 8.237016079994537e6]], [[219732.95538938013, 8.237016079994537e6], [219483.4312860388, 8.1980499215714885e6], [219359.10173303005, 8.178727985575565e6], [218986.56370589187, 8.12090182118603e6], [218986.5680509818, 8.1209056016537035e6], [218774.2738631151, 8.088064918842808e6], [218430.21242007572, 8.035022886754082e6], [218245.41229354052, 8.006622891340059e6]], [[218245.41229354052, 8.006622891340059e6], [217532.11844388134, 7.897322074166789e6], [217179.02413033516, 7.843970371961283e6], [216123.360111473, 7.684984202682484e6], [216123.46305474013, 7.6850724873753935e6], [215524.90003092776, 7.595763870700339e6], [214559.7167669396, 7.453250723863181e6], [214049.19645154238, 8.078277894649918e6]], [[214049.19645154238, 8.078277894649918e6], [213662.4167897362, 8.0180949428670015e6], [213470.0931924139, 7.988398123245092e6], [212894.22561530542, 7.899643305007436e6], [212894.24267100546, 7.899658069132879e6], [212566.60471062118, 7.849428380003017e6], [212036.44811794287, 7.768598158903501e6], [211752.11086053905, 7.725461047962719e6]], [[211752.11086053905, 7.725461047962719e6], [211656.32947051394, 7.71095905765564e6], [211608.50493976052, 7.703731944208853e6], [211465.10079181695, 7.682071616707536e6], [211465.10105638093, 7.68207183938404e6], [211383.24605434976, 7.669725119374413e6], [211250.37221521416, 7.6497097335368935e6], [211185.70482040843, 1.1257473209665252e7]], [[211185.70482040843, 1.1257473209665252e7], [212221.82796641323, 1.146849160656073e7], [212747.682936669, 1.1577708661963256e7], [214333.8860674236, 1.1908971253231931e7], [214333.54994711876, 1.1908603082466066e7], [215251.3017162296, 1.2103299230422333e7], [216759.5323354808, 1.2427176179022534e7], [217580.81777244134, 1.2605925288298845e7]] … [[5.090636012580883, -0.001168624226281249], [5.060081303204344, -0.001148731061152959], [5.045256102614092, -0.001139226396976396], [5.001479829443983, -0.001110949974194502], [5.00150526760816, -0.0011110220130036118], [4.977170223410077, -0.0010952893898220693], [4.938731874328617, -0.0010705793965123298], [4.918562564325074, -0.0010576216833957258]], [[4.918562564325074, -0.0010576216833957258], [4.863621307266169, -0.0010220660768701017], [4.837827506629998, -0.0010058369702907561], [4.76309976262818, -0.0009577659471707765], [4.76328077343714, -0.0009582761216331281], [4.723007286694649, -0.000931930013491349], [4.661831783577815, -0.000798993069189837], [4.632433720545989, -0.0007844118955300315]], [[4.632433720545989, -0.0007844118955300315], [4.615473874768888, -0.000774316587724806], [4.607236582615984, -0.0007694328399000094], [4.583018086788866, -0.0007548519364219942], [4.583026738381618, -0.00075487338643173], [4.569614882020871, -0.0007466968641521945], [4.548501981648655, -0.0007337090960544139], [4.537470281524146, -0.0007268417946541292]], [[4.537470281524146, -0.0007268417946541292], [4.488066155836337, -0.0006949401791704792], [4.466066658400096, -0.0006806820331746537], [4.405948884927358, -0.0006380444651327751], [4.40624598966598, -0.0006388470263026396], [4.376634190984354, -0.000615201303622623], [4.334862551082051, -0.0006521157669241104], [4.315271144934593, -0.0006274211293611697]], [[4.315271144934593, -0.0006274211293611697], [4.3052623829682615, -0.0006152587728067735], [4.300680893897853, -0.0006094214592544216], [4.288241357738794, -0.000591891226714569], [4.2882512854552335, -0.0005919423292469236], [4.282109881800688, -0.0005820751798218328], [4.273675043172456, -0.0005664047445801729], [4.269923788845343, -0.0005580842600547459]], [[4.269923788845343, -0.0005580842600547459], [4.263497653980418, -0.0005394021826515291], [4.261439783886578, -0.0005305884880878139], [4.259551765024215, -0.0005036623161539509], [4.259566065899889, -0.0005038833030131939], [4.261550492835244, -0.0004884721561698624], [4.271739859981387, -0.0003977120294698681], [4.280263555339462, -0.00038844970257068145]], [[4.280263555339462, -0.00038844970257068145], [4.28634366235527, -0.00038160144049040443], [4.2896181219799265, -0.0003782195066053904], [4.300571066335137, -0.0003678246547316893], [4.300567449058797, -0.0003678407315809932], [4.307568166695172, -0.00036180194447690264], [4.3201150871034555, -0.0003518672326863713], [4.327490456679651, -0.00034642905186515593]], [[4.327490456679651, -0.00034642905186515593], [4.350993629320754, -0.0003304045099648996], [4.3639104114089795, -0.0003225082674801947], [4.409063815987023, -0.0002969224785303751], [4.408991653036168, -0.00029712790066190606], [4.4390805127108734, -0.00028141425710299364], [4.494916927810767, -0.0002545253074851216], [4.533274075047932, -4.271331838658077e-5]], [[4.533274075047932, -4.271331838658077e-5], [4.612891652518939, -2.3217639951977984e-5], [4.655414832676691, -1.3030141580117017e-5], [4.802086495254368, 2.533844608246412e-5], [4.801599486916188, 2.4478689208907913e-5], [4.898382694933867, 5.196233869116367e-5], [5.076991633720549, 0.00010426191122706128], [5.1858925990541245, -6.259125560901515e-5]], [[5.1858925990541245, -6.259125560901515e-5], [5.341852185731819, 2.5297488399299815e-6], [5.424669248528436, 3.55770600118945e-5], [5.714949013525136, 0.0001627052332777339], [5.713057472122398, 0.00015752166463489517], [5.907791962463988, 0.0002513031842696408], [6.270577539587976, 0.0004269944502312793], [6.503753625312003, 0.0007586848621357395]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([39.06554214346493, 0.0015307388203197568], [38.0120632335552, 0.0014963840488089577], [5.1858925990541245, -6.259125560901515e-5], [5.341852185731819, 2.5297488399299815e-6], [5.424669248528436, 3.55770600118945e-5], [5.714949013525136, 0.0001627052332777339], [5.713057472122398, 0.00015752166463489517], [5.907791962463988, 0.0002513031842696408], [6.270577539587976, 0.0004269944502312793], [6.503753625312003, 0.0007586848621357395], [-5.752691728759387e-5, -3.030475915810901e-8], [38.91967465375821, 0.0015198163856557012], [-0.0014725367061240407, -0.011974668786358613], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 2222
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 144
Number of rejected steps: 173, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [1.3909884214212356, 165.81412970518895], [1.759025537004081, 209.69219766573332], [1.837139155517779, 219.0053619556284], [2.608640546738794, 297.21813781183533], [2.7539430746918847, 311.2764625028507], [3.577165794854892, 396.697765012787], [3.682428356028164, 407.371970955237], [4.306789526623441, 506.85365314951815], [4.531558613364779, 544.7232211933923] … [36.180534459951524, 0.0018049457380138446], [36.90450660372904, 0.0017022708861491472], [37.097084194231506, 0.001678201358133667], [37.90171087090272, 0.0016395782344291007], [38.036003955970116, 0.001631868480842777], [38.107801848817275, 0.0016251433252209764], [38.543966910771196, 0.0015892828083547746], [39.00549768170144, 0.0015618417203792229], [39.81601599228373, 0.0015683215504410477], [40.625710011509966, 0.0016166563009086983]], nothing, nothing, [0.0, 2.287699798302756e-6, 2.8929892884812115e-6, 3.0214572252036123e-6, 4.306136592427621e-6, 4.551603824275233e-6, 5.954447333885362e-6, 6.135132540825537e-6, 7.191103793829534e-6, 7.563614317136561e-6 … 1.1472871252708052, 1.3086541782719825, 1.3523085763637783, 1.5332966268385733, 1.562897021025894, 1.5786301680894055, 1.6726054157844026, 1.7679445617175662, 1.920407483714367, 2.05], [[[0.0, 0.0]], [[608040.8247633922, 7.24848467566789e7], [608035.6708935908, 7.248173586927903e7], [608033.0992984633, 7.248018372692652e7], [608025.4056861517, 7.24755402051472e7], [608025.405686156, 7.247554020516393e7], [608021.0236450806, 7.247289552876697e7], [608026.9794451328, 7.248619803123894e7], [608030.8075513056, 7.248855030511126e7]], [[608030.8075513056, 7.248855030511126e7], [608032.1597984383, 7.248938115010317e7], [608032.8362769916, 7.248979679558551e7], [608034.8671188286, 7.249104460200115e7], [608034.8671188283, 7.249104460200079e7], [608036.0285498324, 7.249175822495258e7], [608037.917348511, 7.24929187783557e7], [608038.9351493893, 7.249354416145161e7]], [[608038.9351493893, 7.249354416145161e7], [608039.2232722958, 7.24937211978881e7], [608039.3673497323, 7.249380972614485e7], [608039.7996453432, 7.249407535007311e7], [608039.7996453432, 7.249407535007311e7], [608040.0467141736, 7.2494227161768e7], [608040.4482673754, 7.249447389702405e7], [607903.5795416782, 6.4051562956090525e7]], [[607903.5795416782, 6.4051562956090525e7], [605412.9186273363, 6.295883775143304e7], [604183.1124922389, 6.2428711692332685e7], [600509.3197507524, 6.085137611398111e7], [600509.884758454, 6.0852764322100155e7], [598430.7581664412, 5.997021481744422e7], [595084.7683137076, 5.8568748574850895e7], [593298.9822814687, 5.7829025409722865e7]], [[593298.9822814687, 5.7829025409722865e7], [592845.632793256, 5.76420681378686e7], [592619.4863892233, 5.754911162104449e7], [591941.5981653151, 5.727069893641376e7], [591941.6017394827, 5.7270707175651684e7], [591554.9539150101, 5.711227823046925e7], [590927.7711371706, 5.685588171134683e7], [590627.4255635145, 6.25365259497283e7]], [[590627.4255635145, 6.25365259497283e7], [589349.8616316811, 6.197839796019014e7], [588715.2901178199, 6.170371123908618e7], [586815.9026792543, 6.088333245279162e7], [586815.9834210067, 6.0883528850875236e7], [585736.2317403645, 6.042008923999518e7], [583990.5225307057, 5.967579057470704e7], [583054.9658384317, 5.927925931656287e7]], [[583054.9658384317, 5.927925931656287e7], [582894.5910120632, 5.921143832400175e7], [582814.470906508, 5.917759574858731e7], [582574.1811549849, 5.907612790905782e7], [582574.1813187901, 5.9076128294247024e7], [582436.9647846007, 5.901823408436491e7], [582214.1308225648, 5.89242925401409e7], [582552.4537317052, 8.902673146101213e7]], [[582552.4537317052, 8.902673146101213e7], [585405.931065725, 9.068625873313403e7], [586854.0746483033, 9.154508062955113e7], [591222.160149944, 9.414974749909422e7], [591221.2375131081, 9.414686475062552e7], [593748.4242885751, 9.567753543121174e7], [597901.4171608487, 9.822352825564283e7], [600162.7732320115, 9.962851352115394e7]], [[600162.7732320115, 9.962851352115394e7], [601231.5712184234, 1.0029616264070857e8], [601768.8781554, 1.0063420928214632e8], [603383.9111727925, 1.0165215942358673e8], [603383.8654387768, 1.0165200550412033e8], [604310.813609319, 1.0223937915035017e8], [605823.3204534403, 1.0320230405133528e8], [606641.0022980132, 1.0372534085337059e8]] … [[4.824604578016399, -0.000999504117854826], [4.775043414134379, -0.000962720673670466], [4.752057639890778, -0.0009460235930692543], [4.686370734553242, -0.0008965385203415542], [4.686557603248216, -0.0008971407017526502], [4.65184333531764, -0.0008700059066170582], [4.6002578636083715, -0.0008293517611918325], [4.575538397294015, -0.000709856299808527]], [[4.575538397294015, -0.000709856299808527], [4.539651538255536, -0.0006832486313810939], [4.523681664194462, -0.0006711324925058311], [4.480602338029123, -0.0006347999149151524], [4.480764652546395, -0.0006353017950626811], [4.459946903412555, -0.0006150646011750347], [4.432554033228771, -0.0005843636895488833], [4.420958721921275, -0.0005683037450769481]], [[4.420958721921275, -0.0005683037450769481], [4.417322637771831, -0.0005625749495591862], [4.4156288285397, -0.0005597654987081766], [4.410964984809509, -0.0005513120527238157], [4.410966093678121, -0.0005513188715102271], [4.408601357504918, -0.0005465181110929278], [4.405231883078323, -0.0005387799687252691], [4.405203542792039, -0.0002314587505836275]], [[4.405203542792039, -0.0002314587505836275], [4.411265455933196, -0.0002265075204567989], [4.415993961289601, -0.00022391229737658423], [4.437761507508335, -0.0002147101049164515], [4.437721372886046, -0.00021481155995059877], [4.455494888850348, -0.00020860172961131049], [4.493185054874569, -0.00019711836551647845], [4.5183680957952665, -0.00018997645002260199]], [[4.5183680957952665, -0.00018997645002260199], [4.524346600817408, -0.00018831599824383123], [4.527389135436742, -0.00018748138692730528], [4.536808741099902, -0.00018490164554986325], [4.536808057153582, -0.00018490278511519944], [4.5423740443669605, -0.00018338827380863574], [4.550982541954218, -0.00043822668871055506], [4.554835584093684, -0.0004336212670689645]], [[4.554835584093684, -0.0004336212670689645], [4.557635665273513, -0.00043157168267589255], [4.559052194008955, -0.0004305501330031643], [4.563394750111327, -0.00042746264310223746], [4.563394607541282, -0.00042746303589455523], [4.56593243163561, -0.0004256909661656107], [4.570147220311242, -0.0004227995354890437], [4.572462315446334, -0.00042123620305983215]], [[4.572462315446334, -0.00042123620305983215], [4.592171469993463, -0.0004084677495512928], [4.6026676319454545, -0.0004021794688880262], [4.637792690709303, -0.0003822661125331588], [4.637758133768795, -0.0003823631910707774], [4.660185161884804, -0.0003704505836482409], [4.700376868605398, -0.0003504524288059324], [4.724069166166178, -0.0003391918871883193]], [[4.724069166166178, -0.0003391918871883193], [4.7586985270132605, -0.00032315315666302073], [4.776791379910687, -0.00031517197146492754], [4.836165910563876, -0.00028926723908268134], [4.836096897836298, -0.0002894276745549502], [4.873267056193725, -0.0002735212776146258], [4.938811205448103, -0.00024625298550125154], [4.979410691250807, -9.255468790546296e-5]], [[4.979410691250807, -9.255468790546296e-5], [5.074555050375037, -5.510674950396548e-5], [5.1248355044748575, -3.606339165177896e-5], [5.296196341477014, 3.2528983524094616e-5], [5.295621199606155, 3.1122414253872705e-5], [5.407222600176875, 7.815259061464633e-5], [5.610732905786635, 0.00016451183725877533], [5.733691349670958, 0.0002189783204932052]], [[5.733691349670958, 0.0002189783204932052], [5.885369337887236, 0.00020517566843212447], [5.9632372997426435, 0.00023794677219474538], [6.223642267019766, 0.0003466255903951418], [6.222437946446673, 0.00036513266481215953], [6.388568852078608, 0.0004207457976879215], [6.684625632036468, 0.0005682116681502776], [6.860331336840668, 0.0006532152480134973]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C21", "629-94-7", 546.54, 41.43, 179.47, 0.001, "Leppert2020b, alkane, alkanes", 8.077845767414391e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [1.3909884214212356, 165.81412970518895], [1.759025537004081, 209.69219766573332], [1.837139155517779, 219.0053619556284], [2.608640546738794, 297.21813781183533], [2.7539430746918847, 311.2764625028507], [3.577165794854892, 396.697765012787], [3.682428356028164, 407.371970955237], [4.306789526623441, 506.85365314951815], [4.531558613364779, 544.7232211933923] … [36.180534459951524, 0.0018049457380138446], [36.90450660372904, 0.0017022708861491472], [37.097084194231506, 0.001678201358133667], [37.90171087090272, 0.0016395782344291007], [38.036003955970116, 0.001631868480842777], [38.107801848817275, 0.0016251433252209764], [38.543966910771196, 0.0015892828083547746], [39.00549768170144, 0.0015618417203792229], [39.81601599228373, 0.0015683215504410477], [40.625710011509966, 0.0016166563009086983]], [0.0, 2.287699798302756e-6, 2.8929892884812115e-6, 3.0214572252036123e-6, 4.306136592427621e-6, 4.551603824275233e-6, 5.954447333885362e-6, 6.135132540825537e-6, 7.191103793829534e-6, 7.563614317136561e-6 … 1.1472871252708052, 1.3086541782719825, 1.3523085763637783, 1.5332966268385733, 1.562897021025894, 1.5786301680894055, 1.6726054157844026, 1.7679445617175662, 1.920407483714367, 2.05], [[[0.0, 0.0]], [[608040.8247633922, 7.24848467566789e7], [608035.6708935908, 7.248173586927903e7], [608033.0992984633, 7.248018372692652e7], [608025.4056861517, 7.24755402051472e7], [608025.405686156, 7.247554020516393e7], [608021.0236450806, 7.247289552876697e7], [608026.9794451328, 7.248619803123894e7], [608030.8075513056, 7.248855030511126e7]], [[608030.8075513056, 7.248855030511126e7], [608032.1597984383, 7.248938115010317e7], [608032.8362769916, 7.248979679558551e7], [608034.8671188286, 7.249104460200115e7], [608034.8671188283, 7.249104460200079e7], [608036.0285498324, 7.249175822495258e7], [608037.917348511, 7.24929187783557e7], [608038.9351493893, 7.249354416145161e7]], [[608038.9351493893, 7.249354416145161e7], [608039.2232722958, 7.24937211978881e7], [608039.3673497323, 7.249380972614485e7], [608039.7996453432, 7.249407535007311e7], [608039.7996453432, 7.249407535007311e7], [608040.0467141736, 7.2494227161768e7], [608040.4482673754, 7.249447389702405e7], [607903.5795416782, 6.4051562956090525e7]], [[607903.5795416782, 6.4051562956090525e7], [605412.9186273363, 6.295883775143304e7], [604183.1124922389, 6.2428711692332685e7], [600509.3197507524, 6.085137611398111e7], [600509.884758454, 6.0852764322100155e7], [598430.7581664412, 5.997021481744422e7], [595084.7683137076, 5.8568748574850895e7], [593298.9822814687, 5.7829025409722865e7]], [[593298.9822814687, 5.7829025409722865e7], [592845.632793256, 5.76420681378686e7], [592619.4863892233, 5.754911162104449e7], [591941.5981653151, 5.727069893641376e7], [591941.6017394827, 5.7270707175651684e7], [591554.9539150101, 5.711227823046925e7], [590927.7711371706, 5.685588171134683e7], [590627.4255635145, 6.25365259497283e7]], [[590627.4255635145, 6.25365259497283e7], [589349.8616316811, 6.197839796019014e7], [588715.2901178199, 6.170371123908618e7], [586815.9026792543, 6.088333245279162e7], [586815.9834210067, 6.0883528850875236e7], [585736.2317403645, 6.042008923999518e7], [583990.5225307057, 5.967579057470704e7], [583054.9658384317, 5.927925931656287e7]], [[583054.9658384317, 5.927925931656287e7], [582894.5910120632, 5.921143832400175e7], [582814.470906508, 5.917759574858731e7], [582574.1811549849, 5.907612790905782e7], [582574.1813187901, 5.9076128294247024e7], [582436.9647846007, 5.901823408436491e7], [582214.1308225648, 5.89242925401409e7], [582552.4537317052, 8.902673146101213e7]], [[582552.4537317052, 8.902673146101213e7], [585405.931065725, 9.068625873313403e7], [586854.0746483033, 9.154508062955113e7], [591222.160149944, 9.414974749909422e7], [591221.2375131081, 9.414686475062552e7], [593748.4242885751, 9.567753543121174e7], [597901.4171608487, 9.822352825564283e7], [600162.7732320115, 9.962851352115394e7]], [[600162.7732320115, 9.962851352115394e7], [601231.5712184234, 1.0029616264070857e8], [601768.8781554, 1.0063420928214632e8], [603383.9111727925, 1.0165215942358673e8], [603383.8654387768, 1.0165200550412033e8], [604310.813609319, 1.0223937915035017e8], [605823.3204534403, 1.0320230405133528e8], [606641.0022980132, 1.0372534085337059e8]] … [[4.824604578016399, -0.000999504117854826], [4.775043414134379, -0.000962720673670466], [4.752057639890778, -0.0009460235930692543], [4.686370734553242, -0.0008965385203415542], [4.686557603248216, -0.0008971407017526502], [4.65184333531764, -0.0008700059066170582], [4.6002578636083715, -0.0008293517611918325], [4.575538397294015, -0.000709856299808527]], [[4.575538397294015, -0.000709856299808527], [4.539651538255536, -0.0006832486313810939], [4.523681664194462, -0.0006711324925058311], [4.480602338029123, -0.0006347999149151524], [4.480764652546395, -0.0006353017950626811], [4.459946903412555, -0.0006150646011750347], [4.432554033228771, -0.0005843636895488833], [4.420958721921275, -0.0005683037450769481]], [[4.420958721921275, -0.0005683037450769481], [4.417322637771831, -0.0005625749495591862], [4.4156288285397, -0.0005597654987081766], [4.410964984809509, -0.0005513120527238157], [4.410966093678121, -0.0005513188715102271], [4.408601357504918, -0.0005465181110929278], [4.405231883078323, -0.0005387799687252691], [4.405203542792039, -0.0002314587505836275]], [[4.405203542792039, -0.0002314587505836275], [4.411265455933196, -0.0002265075204567989], [4.415993961289601, -0.00022391229737658423], [4.437761507508335, -0.0002147101049164515], [4.437721372886046, -0.00021481155995059877], [4.455494888850348, -0.00020860172961131049], [4.493185054874569, -0.00019711836551647845], [4.5183680957952665, -0.00018997645002260199]], [[4.5183680957952665, -0.00018997645002260199], [4.524346600817408, -0.00018831599824383123], [4.527389135436742, -0.00018748138692730528], [4.536808741099902, -0.00018490164554986325], [4.536808057153582, -0.00018490278511519944], [4.5423740443669605, -0.00018338827380863574], [4.550982541954218, -0.00043822668871055506], [4.554835584093684, -0.0004336212670689645]], [[4.554835584093684, -0.0004336212670689645], [4.557635665273513, -0.00043157168267589255], [4.559052194008955, -0.0004305501330031643], [4.563394750111327, -0.00042746264310223746], [4.563394607541282, -0.00042746303589455523], [4.56593243163561, -0.0004256909661656107], [4.570147220311242, -0.0004227995354890437], [4.572462315446334, -0.00042123620305983215]], [[4.572462315446334, -0.00042123620305983215], [4.592171469993463, -0.0004084677495512928], [4.6026676319454545, -0.0004021794688880262], [4.637792690709303, -0.0003822661125331588], [4.637758133768795, -0.0003823631910707774], [4.660185161884804, -0.0003704505836482409], [4.700376868605398, -0.0003504524288059324], [4.724069166166178, -0.0003391918871883193]], [[4.724069166166178, -0.0003391918871883193], [4.7586985270132605, -0.00032315315666302073], [4.776791379910687, -0.00031517197146492754], [4.836165910563876, -0.00028926723908268134], [4.836096897836298, -0.0002894276745549502], [4.873267056193725, -0.0002735212776146258], [4.938811205448103, -0.00024625298550125154], [4.979410691250807, -9.255468790546296e-5]], [[4.979410691250807, -9.255468790546296e-5], [5.074555050375037, -5.510674950396548e-5], [5.1248355044748575, -3.606339165177896e-5], [5.296196341477014, 3.2528983524094616e-5], [5.295621199606155, 3.1122414253872705e-5], [5.407222600176875, 7.815259061464633e-5], [5.610732905786635, 0.00016451183725877533], [5.733691349670958, 0.0002189783204932052]], [[5.733691349670958, 0.0002189783204932052], [5.885369337887236, 0.00020517566843212447], [5.9632372997426435, 0.00023794677219474538], [6.223642267019766, 0.0003466255903951418], [6.222437946446673, 0.00036513266481215953], [6.388568852078608, 0.0004207457976879215], [6.684625632036468, 0.0005682116681502776], [6.860331336840668, 0.0006532152480134973]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([40.625710011509966, 0.0016166563009086983], [39.81601599228373, 0.0015683215504410477], [5.733691349670958, 0.0002189783204932052], [5.885369337887236, 0.00020517566843212447], [5.9632372997426435, 0.00023794677219474538], [6.223642267019766, 0.0003466255903951418], [6.222437946446673, 0.00036513266481215953], [6.388568852078608, 0.0004207457976879215], [6.684625632036468, 0.0005682116681502776], [6.860331336840668, 0.0006532152480134973], [3.1823004704338946e-5, -2.208287375319334e-6], [40.516095159974874, 0.0016054788326592133], [0.0007833025291814955, -0.8439348242076928], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 2460
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 157
Number of rejected steps: 194, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [1.3801777148181498, 400.23322274966677], [1.7433178982718291, 505.5529044283315], [1.8297668151776985, 530.6260934317447], [1.932488695513893, 557.0025696812135], [1.9772069889515045, 568.2600342041795], [2.420810029208011, 677.1107714437113], [2.7635506844419417, 757.7791521551512], [3.797696212641467, 1015.7304688304256], [4.404223948135306, 1255.7839611786492] … [37.07501294476842, 0.0019561959909016376], [37.26746748663013, 0.0019377816181895282], [37.35075801501248, 0.0019305787080593066], [38.06635080888162, 0.001870420883663004], [38.909490796164405, 0.0017517763695140494], [39.497912761969886, 0.0016998120837831338], [39.805417816730646, 0.0016788492387032066], [41.401492325917374, 0.0016474322736392552], [41.83638246044533, 0.0016659923283939835], [42.15801350381127, 0.001685450971370595]], nothing, nothing, [0.0, 9.534245336030414e-7, 1.2042789557303258e-6, 1.2639967067252222e-6, 1.3350750361953053e-6, 1.3660929276913773e-6, 1.6762718426520977e-6, 1.9190409321896892e-6, 2.661772676909909e-6, 3.090881118412222e-6 … 1.0532897945920257, 1.0930268017689357, 1.1103541861972643, 1.2617388159958947, 1.4441284245751191, 1.5706018877881933, 1.6350888777930357, 1.9348182804629075, 2.0032645921783483, 2.05], [[[0.0, 0.0]], [[1.4476277501104733e6, 4.198087809471491e8], [1.4476156295790786e6, 4.197909071692976e8], [1.4476095815775706e6, 4.1978198878932095e8], [1.447591486195538e6, 4.197553059746435e8], [1.447591486195549e6, 4.197553059747384e8], [1.4475811788383317e6, 4.1974010777861255e8], [1.447594575383894e6, 4.198159605970808e8], [1.447603659522925e6, 4.198295240323271e8]], [[1.447603659522925e6, 4.198295240323271e8], [1.4476068505612724e6, 4.198342880773797e8], [1.4476084469209276e6, 4.198366713764043e8], [1.4476132393296699e6, 4.198438262549815e8], [1.4476132393296694e6, 4.1984382625497955e8], [1.4476159800983225e6, 4.198479181392178e8], [1.447620437335979e6, 4.198545726963945e8], [1.4476228391758406e6, 4.198581586089906e8]], [[1.4476228391758406e6, 4.198581586089906e8], [1.4476236018050804e6, 4.1985929720581144e8], [1.4476239831673002e6, 4.198598665765133e8], [1.4476251274425727e6, 4.1986157497072697e8], [1.4476251274425727e6, 4.1986157497072697e8], [1.4476257814415805e6, 4.1986255138755995e8], [1.447626844387592e6, 4.198641383620369e8], [1.4476274168444686e6, 4.1986499303911453e8]], [[1.4476274168444686e6, 4.1986499303911453e8], [1.4468219226087509e6, 3.6833813481324697e8], [1.4464143108003424e6, 3.679407024193897e8], [1.4451922262837016e6, 3.6657841202746105e8], [1.44519219213404e6, 3.669218687726424e8], [1.4444948467890902e6, 3.6583256270657384e8], [1.4433630751411726e6, 3.647371115212282e8], [1.4427544281256609e6, 3.640536215857783e8]], [[1.4427544281256609e6, 3.640536215857783e8], [1.4424004827074942e6, 3.6367984032612723e8], [1.442223642377974e6, 3.634932839347066e8], [1.4416932598804247e6, 3.6293390956012034e8], [1.4416932601680132e6, 3.629339112514855e8], [1.4413903651090963e6, 3.626146992004348e8], [1.4408984414973122e6, 3.6209665150846547e8], [1.44063370316312e6, 3.618180450240035e8]], [[1.44063370316312e6, 3.618180450240035e8], [1.4371091336852626e6, 3.5811468556056213e8], [1.43535997335229e6, 3.5629594705915195e8], [1.4301259073048644e6, 3.508672828177317e8], [1.4301261922974673e6, 3.5086895699979144e8], [1.427152714763575e6, 3.47806809966828e8], [1.4223484728039696e6, 3.4289700914550203e8], [1.4197753453024474e6, 3.402849726579137e8]], [[1.4197753453024474e6, 3.402849726579137e8], [1.4170978436893995e6, 3.3757631518212056e8], [1.4157667815234126e6, 3.362406114012429e8], [1.411781501044558e6, 3.322493244406199e8], [1.411781629665202e6, 3.3225005283474624e8], [1.409514603551125e6, 3.299922725499926e8], [1.4058469161417175e6, 3.2636081677619493e8], [1.4041936584928837e6, 3.596560880065357e8]], [[1.4041936584928837e6, 3.596560880065357e8], [1.4002068522111953e6, 3.5544107491792464e8], [1.3982306734447828e6, 3.533769087289157e8], [1.392319672761191e6, 3.472201920113437e8], [1.3923201069534875e6, 3.472227512582549e8], [1.38896513731579e6, 3.437565571320664e8], [1.3835495729696958e6, 3.382110216492195e8], [1.392346034438945e6, 5.2835408033714736e8]], [[1.392346034438945e6, 5.2835408033714736e8], [1.3992579697188833e6, 5.382995983512579e8], [1.4027664458729837e6, 5.434485852026867e8], [1.4133498159009502e6, 5.590663610231189e8], [1.4133475204682425e6, 5.590486375911407e8], [1.4194715469840947e6, 5.682297267143642e8], [1.4295366318131613e6, 5.835043691275935e8], [1.4350179457175892e6, 5.919359231343683e8]] … [[4.970058333590971, -0.0009665994624624154], [4.952490857735656, -0.0009548514326041336], [4.943932545659901, -0.0009491619244553283], [4.91868829630968, -0.0009321824161609127], [4.918696399974735, -0.0009322050589777508], [4.90465452159362, -0.0009226835880996715], [4.882450052225358, -0.0009075532170453879], [4.870795972798179, -0.0008995527829195422]], [[4.870795972798179, -0.0008995527829195422], [4.860848923632487, -0.0004220402284199564], [4.8562860350667645, -0.0004238531780797147], [4.842841472755512, -0.0004175059100271655], [4.842858507715822, -0.0004412347879067212], [4.8353688771821615, -0.0004159532126737338], [4.823553337778396, -0.0004212194023712017], [4.817351676371459, -0.0004174364629745814]], [[4.817351676371459, -0.0004174364629745814], [4.813797109246254, -0.0004168592503279323], [4.812039384912356, -0.00041657059100916414], [4.806814222274173, -0.00041569897438187113], [4.806814381362274, -0.00041569901253777253], [4.8038676084944925, -0.0004151983592963356], [4.799140599957787, -0.0004143808770132552], [4.796626640833333, -0.0004139386595837153]], [[4.796626640833333, -0.0004139386595837153], [4.76873514840002, -0.00040863278725897494], [4.756224663305999, -0.0004059948174182759], [4.722476317127863, -0.00039764474556788017], [4.72256456268578, -0.00039767909914497886], [4.706220065902522, -0.00039270062425735886], [4.684558698912443, -0.00038438681552490045], [4.670025682138137, -0.0007333688220585817]], [[4.670025682138137, -0.0007333688220585817], [4.645823864240175, -0.000703601299664715], [4.636118787422248, -0.000690117687704637], [4.614331445077195, -0.0006491734240363213], [4.6144697617590005, -0.000649918042601727], [4.607502307828591, -0.0006267177316926556], [4.60544741657173, -0.0005913141639273996], [4.6091202420859405, -0.0005724267376866655]], [[4.6091202420859405, -0.0005724267376866655], [4.617755817967576, -0.00042719015045844587], [4.623895089061854, -0.0004224327619502355], [4.647285823297424, -0.000396049924727042], [4.647380029208111, -0.0004191365262992855], [4.664055107051793, -0.00038250880255130313], [4.696925744725121, -0.00036746037747102146], [4.717609560487337, -0.0003521979317005254]], [[4.717609560487337, -0.0003521979317005254], [4.732996188215012, -0.0003434428073387347], [4.741001906130721, -0.0003390894677989596], [4.766805454018501, -0.0003254557420547201], [4.766793882915612, -0.0003254865568197646], [4.78267153582513, -0.00031741094639217574], [4.810259996732637, -0.0003039033148159037], [4.826073828596537, -0.0002963805272270239]], [[4.826073828596537, -0.0002963805272270239], [4.942055368337428, -0.00024305955400654843], [5.007914596828936, -0.0002219597470675544], [5.2624710298052895, -0.00013164484718713359], [5.259510805337984, -0.00014393064903499026], [5.447783375838002, -6.496063904813231e-5], [5.827402547458752, 8.835109988421241e-5], [6.080633939575445, 0.000188931976181752]], [[6.080633939575445, 0.000188931976181752], [6.165987335588323, 0.00022465696535415962], [6.2094339751725025, 0.00024249100574077077], [6.347416090528939, 0.0003018161129554574], [6.347258499616402, 0.0003013265987415535], [6.430612815830984, 0.0003384543181414357], [6.572265018133858, 0.00028421875645060933], [6.650680888378017, 0.00031889573605387066]], [[6.650680888378017, 0.00031889573605387066], [6.724652022127996, 0.00034958158516600404], [6.761982814774171, 0.00036478491534627355], [6.878408302641082, 0.0004140424191023907], [6.878324848938915, 0.0004137646285623728], [6.947308334959808, 0.0004437296173854981], [7.063097014644944, 0.0004945017120044533], [7.127490928610166, 0.0005232767660177488]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C22", "629-97-0", 556.7, 41.89, 183.35, 0.001, "Leppert2020b, alkane, alkanes", 7.879073502414208e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [1.3801777148181498, 400.23322274966677], [1.7433178982718291, 505.5529044283315], [1.8297668151776985, 530.6260934317447], [1.932488695513893, 557.0025696812135], [1.9772069889515045, 568.2600342041795], [2.420810029208011, 677.1107714437113], [2.7635506844419417, 757.7791521551512], [3.797696212641467, 1015.7304688304256], [4.404223948135306, 1255.7839611786492] … [37.07501294476842, 0.0019561959909016376], [37.26746748663013, 0.0019377816181895282], [37.35075801501248, 0.0019305787080593066], [38.06635080888162, 0.001870420883663004], [38.909490796164405, 0.0017517763695140494], [39.497912761969886, 0.0016998120837831338], [39.805417816730646, 0.0016788492387032066], [41.401492325917374, 0.0016474322736392552], [41.83638246044533, 0.0016659923283939835], [42.15801350381127, 0.001685450971370595]], [0.0, 9.534245336030414e-7, 1.2042789557303258e-6, 1.2639967067252222e-6, 1.3350750361953053e-6, 1.3660929276913773e-6, 1.6762718426520977e-6, 1.9190409321896892e-6, 2.661772676909909e-6, 3.090881118412222e-6 … 1.0532897945920257, 1.0930268017689357, 1.1103541861972643, 1.2617388159958947, 1.4441284245751191, 1.5706018877881933, 1.6350888777930357, 1.9348182804629075, 2.0032645921783483, 2.05], [[[0.0, 0.0]], [[1.4476277501104733e6, 4.198087809471491e8], [1.4476156295790786e6, 4.197909071692976e8], [1.4476095815775706e6, 4.1978198878932095e8], [1.447591486195538e6, 4.197553059746435e8], [1.447591486195549e6, 4.197553059747384e8], [1.4475811788383317e6, 4.1974010777861255e8], [1.447594575383894e6, 4.198159605970808e8], [1.447603659522925e6, 4.198295240323271e8]], [[1.447603659522925e6, 4.198295240323271e8], [1.4476068505612724e6, 4.198342880773797e8], [1.4476084469209276e6, 4.198366713764043e8], [1.4476132393296699e6, 4.198438262549815e8], [1.4476132393296694e6, 4.1984382625497955e8], [1.4476159800983225e6, 4.198479181392178e8], [1.447620437335979e6, 4.198545726963945e8], [1.4476228391758406e6, 4.198581586089906e8]], [[1.4476228391758406e6, 4.198581586089906e8], [1.4476236018050804e6, 4.1985929720581144e8], [1.4476239831673002e6, 4.198598665765133e8], [1.4476251274425727e6, 4.1986157497072697e8], [1.4476251274425727e6, 4.1986157497072697e8], [1.4476257814415805e6, 4.1986255138755995e8], [1.447626844387592e6, 4.198641383620369e8], [1.4476274168444686e6, 4.1986499303911453e8]], [[1.4476274168444686e6, 4.1986499303911453e8], [1.4468219226087509e6, 3.6833813481324697e8], [1.4464143108003424e6, 3.679407024193897e8], [1.4451922262837016e6, 3.6657841202746105e8], [1.44519219213404e6, 3.669218687726424e8], [1.4444948467890902e6, 3.6583256270657384e8], [1.4433630751411726e6, 3.647371115212282e8], [1.4427544281256609e6, 3.640536215857783e8]], [[1.4427544281256609e6, 3.640536215857783e8], [1.4424004827074942e6, 3.6367984032612723e8], [1.442223642377974e6, 3.634932839347066e8], [1.4416932598804247e6, 3.6293390956012034e8], [1.4416932601680132e6, 3.629339112514855e8], [1.4413903651090963e6, 3.626146992004348e8], [1.4408984414973122e6, 3.6209665150846547e8], [1.44063370316312e6, 3.618180450240035e8]], [[1.44063370316312e6, 3.618180450240035e8], [1.4371091336852626e6, 3.5811468556056213e8], [1.43535997335229e6, 3.5629594705915195e8], [1.4301259073048644e6, 3.508672828177317e8], [1.4301261922974673e6, 3.5086895699979144e8], [1.427152714763575e6, 3.47806809966828e8], [1.4223484728039696e6, 3.4289700914550203e8], [1.4197753453024474e6, 3.402849726579137e8]], [[1.4197753453024474e6, 3.402849726579137e8], [1.4170978436893995e6, 3.3757631518212056e8], [1.4157667815234126e6, 3.362406114012429e8], [1.411781501044558e6, 3.322493244406199e8], [1.411781629665202e6, 3.3225005283474624e8], [1.409514603551125e6, 3.299922725499926e8], [1.4058469161417175e6, 3.2636081677619493e8], [1.4041936584928837e6, 3.596560880065357e8]], [[1.4041936584928837e6, 3.596560880065357e8], [1.4002068522111953e6, 3.5544107491792464e8], [1.3982306734447828e6, 3.533769087289157e8], [1.392319672761191e6, 3.472201920113437e8], [1.3923201069534875e6, 3.472227512582549e8], [1.38896513731579e6, 3.437565571320664e8], [1.3835495729696958e6, 3.382110216492195e8], [1.392346034438945e6, 5.2835408033714736e8]], [[1.392346034438945e6, 5.2835408033714736e8], [1.3992579697188833e6, 5.382995983512579e8], [1.4027664458729837e6, 5.434485852026867e8], [1.4133498159009502e6, 5.590663610231189e8], [1.4133475204682425e6, 5.590486375911407e8], [1.4194715469840947e6, 5.682297267143642e8], [1.4295366318131613e6, 5.835043691275935e8], [1.4350179457175892e6, 5.919359231343683e8]] … [[4.970058333590971, -0.0009665994624624154], [4.952490857735656, -0.0009548514326041336], [4.943932545659901, -0.0009491619244553283], [4.91868829630968, -0.0009321824161609127], [4.918696399974735, -0.0009322050589777508], [4.90465452159362, -0.0009226835880996715], [4.882450052225358, -0.0009075532170453879], [4.870795972798179, -0.0008995527829195422]], [[4.870795972798179, -0.0008995527829195422], [4.860848923632487, -0.0004220402284199564], [4.8562860350667645, -0.0004238531780797147], [4.842841472755512, -0.0004175059100271655], [4.842858507715822, -0.0004412347879067212], [4.8353688771821615, -0.0004159532126737338], [4.823553337778396, -0.0004212194023712017], [4.817351676371459, -0.0004174364629745814]], [[4.817351676371459, -0.0004174364629745814], [4.813797109246254, -0.0004168592503279323], [4.812039384912356, -0.00041657059100916414], [4.806814222274173, -0.00041569897438187113], [4.806814381362274, -0.00041569901253777253], [4.8038676084944925, -0.0004151983592963356], [4.799140599957787, -0.0004143808770132552], [4.796626640833333, -0.0004139386595837153]], [[4.796626640833333, -0.0004139386595837153], [4.76873514840002, -0.00040863278725897494], [4.756224663305999, -0.0004059948174182759], [4.722476317127863, -0.00039764474556788017], [4.72256456268578, -0.00039767909914497886], [4.706220065902522, -0.00039270062425735886], [4.684558698912443, -0.00038438681552490045], [4.670025682138137, -0.0007333688220585817]], [[4.670025682138137, -0.0007333688220585817], [4.645823864240175, -0.000703601299664715], [4.636118787422248, -0.000690117687704637], [4.614331445077195, -0.0006491734240363213], [4.6144697617590005, -0.000649918042601727], [4.607502307828591, -0.0006267177316926556], [4.60544741657173, -0.0005913141639273996], [4.6091202420859405, -0.0005724267376866655]], [[4.6091202420859405, -0.0005724267376866655], [4.617755817967576, -0.00042719015045844587], [4.623895089061854, -0.0004224327619502355], [4.647285823297424, -0.000396049924727042], [4.647380029208111, -0.0004191365262992855], [4.664055107051793, -0.00038250880255130313], [4.696925744725121, -0.00036746037747102146], [4.717609560487337, -0.0003521979317005254]], [[4.717609560487337, -0.0003521979317005254], [4.732996188215012, -0.0003434428073387347], [4.741001906130721, -0.0003390894677989596], [4.766805454018501, -0.0003254557420547201], [4.766793882915612, -0.0003254865568197646], [4.78267153582513, -0.00031741094639217574], [4.810259996732637, -0.0003039033148159037], [4.826073828596537, -0.0002963805272270239]], [[4.826073828596537, -0.0002963805272270239], [4.942055368337428, -0.00024305955400654843], [5.007914596828936, -0.0002219597470675544], [5.2624710298052895, -0.00013164484718713359], [5.259510805337984, -0.00014393064903499026], [5.447783375838002, -6.496063904813231e-5], [5.827402547458752, 8.835109988421241e-5], [6.080633939575445, 0.000188931976181752]], [[6.080633939575445, 0.000188931976181752], [6.165987335588323, 0.00022465696535415962], [6.2094339751725025, 0.00024249100574077077], [6.347416090528939, 0.0003018161129554574], [6.347258499616402, 0.0003013265987415535], [6.430612815830984, 0.0003384543181414357], [6.572265018133858, 0.00028421875645060933], [6.650680888378017, 0.00031889573605387066]], [[6.650680888378017, 0.00031889573605387066], [6.724652022127996, 0.00034958158516600404], [6.761982814774171, 0.00036478491534627355], [6.878408302641082, 0.0004140424191023907], [6.878324848938915, 0.0004137646285623728], [6.947308334959808, 0.0004437296173854981], [7.063097014644944, 0.0004945017120044533], [7.127490928610166, 0.0005232767660177488]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([42.15801350381127, 0.001685450971370595], [41.83638246044533, 0.0016659923283939835], [6.650680888378017, 0.00031889573605387066], [6.724652022127996, 0.00034958158516600404], [6.761982814774171, 0.00036478491534627355], [6.878408302641082, 0.0004140424191023907], [6.878324848938915, 0.0004137646285623728], [6.947308334959808, 0.0004437296173854981], [7.063097014644944, 0.0004945017120044533], [7.127490928610166, 0.0005232767660177488], [-1.340281255866037e-7, 7.310637942247763e-11], [42.116567149447185, 0.0016824830094249047], [-3.1791096244338655e-6, 2.7223129448967648e-5], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 2432
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 157
Number of rejected steps: 190, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [1.4212359299306234, 1039.3468020348512], [1.783148202310677, 1304.048905841485], [1.8462544526259508, 1348.4859443675075], [1.873798840528407, 1366.0367861610484], [2.1478173921364228, 1537.7764331771311], [2.7763727064615518, 1912.5946912749646], [3.4410548456307533, 2331.701925484549], [3.667487245090402, 2471.0767170207996], [3.7161524089742364, 2516.147969867769] … [37.92765253184957, 0.002207819904208453], [38.03994923629399, 0.0021903749249869487], [38.09010860959832, 0.00217913723533172], [38.579638317098606, 0.0020757381878867345], [39.01937072128503, 0.001996027372414291], [39.21138517985609, 0.0019676315582436736], [39.998188825676436, 0.0018667095123626252], [40.35745361077488, 0.0018296980602797428], [42.783674739303265, 0.0017128662208593464], [43.64096267674284, 0.0017723218819327066]], nothing, nothing, [0.0, 3.974942736825195e-7, 4.987136110733657e-7, 5.163644742815663e-7, 5.240759622312524e-7, 6.011908417281137e-7, 7.808473417023901e-7, 9.738950535971223e-7, 1.0401616310195938e-6, 1.054415534982169e-6 … 0.9651808933352539, 0.9864478189995016, 0.9960157786933329, 1.0916953756316452, 1.1807858225871348, 1.2204047254990473, 1.3852480905167839, 1.460743421458009, 1.922819073529229, 2.05], [[[0.0, 0.0]], [[3.5755551576919057e6, 2.614895081207899e9], [3.5755243916434855e6, 2.6147803655230584e9], [3.5755090404441007e6, 2.6147231289312706e9], [3.575463113012265e6, 2.61455189286288e9], [3.575463113012294e6, 2.6145518928635254e9], [3.5754369540371727e6, 2.6144543654738574e9], [3.5754781999806175e6, 2.6149574395659375e9], [3.5755013616693886e6, 2.615044674354517e9]], [[3.5755013616693886e6, 2.615044674354517e9], [3.5755092363090194e6, 2.615074329759254e9], [3.575513175710004e6, 2.6150891654070854e9], [3.575525002158684e6, 2.615133703359617e9], [3.575525002158681e6, 2.615133703359604e9], [3.5755317656995156e6, 2.615159174671434e9], [3.5755427650921936e6, 2.615200598203636e9], [3.5755486922717816e6, 2.615222919923982e9]], [[3.5755486922717816e6, 2.615222919923982e9], [3.575550070842912e6, 2.6152281116182942e9], [3.5755507601917093e6, 2.615230707706885e9], [3.575552828488733e6, 2.61523849691497e9], [3.575552828488733e6, 2.6152384969149694e9], [3.575554010542084e6, 2.615242948530924e9], [3.57452559130304e6, 2.282795582238385e9], [3.573556543774017e6, 2.2804497538869987e9]], [[3.573556543774017e6, 2.2804497538869987e9], [3.572992116124903e6, 2.278942716962337e9], [3.572710038116901e6, 2.278190065686433e9], [3.571863946002844e6, 2.275932876836693e9], [3.5718639461929486e6, 2.2759328796626425e9], [3.5713806503950665e6, 2.274644176209236e9], [3.57059558274354e6, 2.2725517754548125e9], [3.5701730014335e6, 2.2714259878219447e9]], [[3.5701730014335e6, 2.2714259878219447e9], [3.5645439946710356e6, 2.256445086879567e9], [3.561742997973956e6, 2.2490405480489235e9], [3.5533539112030524e6, 2.2269001868807077e9], [3.553354100195746e6, 2.226902994475305e9], [3.5485784475904545e6, 2.2143580266578355e9], [3.5408465296057104e6, 2.194144959551876e9], [3.5366975395086645e6, 2.183345694923922e9]], [[3.5366975395086645e6, 2.183345694923922e9], [3.523850001688226e6, 2.150023273169447e9], [3.517497149565184e6, 2.1338018231709654e9], [3.4985100132248537e6, 2.0854942477247152e9], [3.498512304155499e6, 2.0855275743537784e9], [3.48775513235865e6, 2.0584386646558423e9], [3.470423599609374e6, 2.015303442634405e9], [3.462736629877334e6, 2.2226545478336544e9]], [[3.462736629877334e6, 2.2226545478336544e9], [3.4561455916497116e6, 2.205167121920767e9], [3.4528691616286137e6, 2.1965440621619105e9], [3.443059457183328e6, 2.1707766546158543e9], [3.4430597797259027e6, 2.1707814194731116e9], [3.437479726607413e6, 2.156205519077115e9], [3.4284524079409456e6, 2.1327617641392958e9], [3.4236117270714324e6, 2.120255964143261e9]], [[3.4236117270714324e6, 2.120255964143261e9], [3.421400203371715e6, 2.1145551022026572e9], [3.420296617275215e6, 2.1117180619734921e9], [3.4169881212240676e6, 2.1032186026591492e9], [3.416988133684087e6, 2.10321878141173e9], [3.415100516788603e6, 2.098378992371686e9], [3.4120377465465646e6, 2.0905412203099194e9], [3.410390907108481e6, 2.0863344277397048e9]], [[3.410390907108481e6, 2.0863344277397048e9], [3.4112349020513715e6, 3.253149028004558e9], [3.4119533264080035e6, 3.25635093143444e9], [3.414110313733056e6, 3.26303217967036e9], [3.4141088168903883e6, 3.26889035861031e9], [3.4153440087626725e6, 3.267376501520797e9], [3.417350232734412e6, 3.2763810695361247e9], [3.418431930638947e6, 3.279608695742521e9]] … [[5.590275959444376, -0.000727158593577248], [5.536262438508124, -0.0007174131838690177], [5.51074395134728, -0.0007126619094234721], [5.436567215569096, -0.0006981118619680759], [5.436712977623232, -0.000698159225849359], [5.396524799378903, -0.0006898196870623865], [5.334967290256016, -0.0006764171746865095], [5.303539302910243, -0.0006692401256820696]], [[5.303539302910243, -0.0006692401256820696], [5.295877965267663, -0.0006674527008885094], [5.292089150524106, -0.0006665650577353647], [5.2808040338128475, -0.0006638957073535714], [5.280804665195503, -0.0006638960932408267], [5.2744294786022285, -0.000662373078761875], [5.2622489753201815, -0.0011921547230124654], [5.255114142857849, -0.0011838159617720487]], [[5.255114142857849, -0.0011838159617720487], [5.25085458866931, -0.0011806914295238746], [5.248736548389054, -0.0011791402634408372], [5.2424026716841015, -0.00117449345171569], [5.242402774276157, -0.001174493747500489], [5.238802831494285, -0.0011718510745346686], [5.232982767916549, -0.001167577157463631], [5.229864071433418, -0.0011652859123798191]], [[5.229864071433418, -0.0011652859123798191], [5.189042983532044, -0.0011350038397399454], [5.169721554036976, -0.00112091267485776], [5.113678028069365, -0.0010790534228215065], [5.113768236437895, -0.0010793384206005678], [5.083457248771802, -0.0010562444698247369], [5.037069663859675, -0.0010207877163653312], [5.013436780015601, -0.0010024011496229473]], [[5.013436780015601, -0.0010024011496229473], [4.985243228632044, -0.0009800253522893906], [4.97191559204516, -0.0009694969472958674], [4.933550436962297, -0.0009381391001803598], [4.933598163308634, -0.0009382985184556566], [4.913031027766778, -0.0009209027693297123], [4.882405387126038, -0.0007426997336339755], [4.868718545572777, -0.0007352057932897161]], [[4.868718545572777, -0.0007352057932897161], [4.860926893721128, -0.00072892922786944], [4.857152493171803, -0.0007258556126989776], [4.84615620078619, -0.0007166375279518567], [4.846158334320157, -0.000716644351342804], [4.840128602997734, -0.0007114286988303114], [4.830731342407875, -0.0007030517795287967], [4.825874423888851, -0.0006985828932633722]], [[4.825874423888851, -0.0006985828932633722], [4.801292058250989, -0.0006738580893515965], [4.791005263316478, -0.000662470854879272], [4.766098389020766, -0.0006278286407448142], [4.7662110802670306, -0.0006283017825192477], [4.756453507052034, -0.0006086343224062552], [4.748396950364503, -0.0005221650276411099], [4.749090192548083, -0.000512334780108151]], [[4.749090192548083, -0.000512334780108151], [4.750803943635455, -0.0005049708336200345], [4.7520231369700525, -0.0005013699918806145], [4.757215856202586, -0.0004903218550484543], [4.75721375356062, -0.000490349983199571], [4.761224110505524, -0.0004839621109121782], [4.769392819076065, -0.0004735311618659461], [4.774660252371218, -0.0004678467843617245]], [[4.774660252371218, -0.0004678467843617245], [4.843515910377598, -0.00041621805431454493], [4.894081940227558, -0.00036369754882001424], [5.139354288626308, -0.0002837365041585987], [5.134445272562756, -0.0002224959924247618], [5.350392115767326, -0.00022183058119081738], [5.834065497522053, -6.063646655840799e-5], [6.195494812937748, 0.00021968764877261298]], [[6.195494812937748, 0.00021968764877261298], [6.355922873564961, 0.00028932903315250684], [6.438863162047067, 0.00032399993977462113], [6.715581104579667, 0.00045050783749129566], [6.71444215315815, 0.00044677129815775055], [6.890251435557214, 0.0005338675002297222], [7.20277080311023, 0.000689438800493691], [7.387857427527286, 0.0008819538058132638]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C23", "638-67-5", 566.26, 42.25, 188.99, 0.001, "Leppert2020b, alkane, alkanes", 7.693149436827684e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [1.4212359299306234, 1039.3468020348512], [1.783148202310677, 1304.048905841485], [1.8462544526259508, 1348.4859443675075], [1.873798840528407, 1366.0367861610484], [2.1478173921364228, 1537.7764331771311], [2.7763727064615518, 1912.5946912749646], [3.4410548456307533, 2331.701925484549], [3.667487245090402, 2471.0767170207996], [3.7161524089742364, 2516.147969867769] … [37.92765253184957, 0.002207819904208453], [38.03994923629399, 0.0021903749249869487], [38.09010860959832, 0.00217913723533172], [38.579638317098606, 0.0020757381878867345], [39.01937072128503, 0.001996027372414291], [39.21138517985609, 0.0019676315582436736], [39.998188825676436, 0.0018667095123626252], [40.35745361077488, 0.0018296980602797428], [42.783674739303265, 0.0017128662208593464], [43.64096267674284, 0.0017723218819327066]], [0.0, 3.974942736825195e-7, 4.987136110733657e-7, 5.163644742815663e-7, 5.240759622312524e-7, 6.011908417281137e-7, 7.808473417023901e-7, 9.738950535971223e-7, 1.0401616310195938e-6, 1.054415534982169e-6 … 0.9651808933352539, 0.9864478189995016, 0.9960157786933329, 1.0916953756316452, 1.1807858225871348, 1.2204047254990473, 1.3852480905167839, 1.460743421458009, 1.922819073529229, 2.05], [[[0.0, 0.0]], [[3.5755551576919057e6, 2.614895081207899e9], [3.5755243916434855e6, 2.6147803655230584e9], [3.5755090404441007e6, 2.6147231289312706e9], [3.575463113012265e6, 2.61455189286288e9], [3.575463113012294e6, 2.6145518928635254e9], [3.5754369540371727e6, 2.6144543654738574e9], [3.5754781999806175e6, 2.6149574395659375e9], [3.5755013616693886e6, 2.615044674354517e9]], [[3.5755013616693886e6, 2.615044674354517e9], [3.5755092363090194e6, 2.615074329759254e9], [3.575513175710004e6, 2.6150891654070854e9], [3.575525002158684e6, 2.615133703359617e9], [3.575525002158681e6, 2.615133703359604e9], [3.5755317656995156e6, 2.615159174671434e9], [3.5755427650921936e6, 2.615200598203636e9], [3.5755486922717816e6, 2.615222919923982e9]], [[3.5755486922717816e6, 2.615222919923982e9], [3.575550070842912e6, 2.6152281116182942e9], [3.5755507601917093e6, 2.615230707706885e9], [3.575552828488733e6, 2.61523849691497e9], [3.575552828488733e6, 2.6152384969149694e9], [3.575554010542084e6, 2.615242948530924e9], [3.57452559130304e6, 2.282795582238385e9], [3.573556543774017e6, 2.2804497538869987e9]], [[3.573556543774017e6, 2.2804497538869987e9], [3.572992116124903e6, 2.278942716962337e9], [3.572710038116901e6, 2.278190065686433e9], [3.571863946002844e6, 2.275932876836693e9], [3.5718639461929486e6, 2.2759328796626425e9], [3.5713806503950665e6, 2.274644176209236e9], [3.57059558274354e6, 2.2725517754548125e9], [3.5701730014335e6, 2.2714259878219447e9]], [[3.5701730014335e6, 2.2714259878219447e9], [3.5645439946710356e6, 2.256445086879567e9], [3.561742997973956e6, 2.2490405480489235e9], [3.5533539112030524e6, 2.2269001868807077e9], [3.553354100195746e6, 2.226902994475305e9], [3.5485784475904545e6, 2.2143580266578355e9], [3.5408465296057104e6, 2.194144959551876e9], [3.5366975395086645e6, 2.183345694923922e9]], [[3.5366975395086645e6, 2.183345694923922e9], [3.523850001688226e6, 2.150023273169447e9], [3.517497149565184e6, 2.1338018231709654e9], [3.4985100132248537e6, 2.0854942477247152e9], [3.498512304155499e6, 2.0855275743537784e9], [3.48775513235865e6, 2.0584386646558423e9], [3.470423599609374e6, 2.015303442634405e9], [3.462736629877334e6, 2.2226545478336544e9]], [[3.462736629877334e6, 2.2226545478336544e9], [3.4561455916497116e6, 2.205167121920767e9], [3.4528691616286137e6, 2.1965440621619105e9], [3.443059457183328e6, 2.1707766546158543e9], [3.4430597797259027e6, 2.1707814194731116e9], [3.437479726607413e6, 2.156205519077115e9], [3.4284524079409456e6, 2.1327617641392958e9], [3.4236117270714324e6, 2.120255964143261e9]], [[3.4236117270714324e6, 2.120255964143261e9], [3.421400203371715e6, 2.1145551022026572e9], [3.420296617275215e6, 2.1117180619734921e9], [3.4169881212240676e6, 2.1032186026591492e9], [3.416988133684087e6, 2.10321878141173e9], [3.415100516788603e6, 2.098378992371686e9], [3.4120377465465646e6, 2.0905412203099194e9], [3.410390907108481e6, 2.0863344277397048e9]], [[3.410390907108481e6, 2.0863344277397048e9], [3.4112349020513715e6, 3.253149028004558e9], [3.4119533264080035e6, 3.25635093143444e9], [3.414110313733056e6, 3.26303217967036e9], [3.4141088168903883e6, 3.26889035861031e9], [3.4153440087626725e6, 3.267376501520797e9], [3.417350232734412e6, 3.2763810695361247e9], [3.418431930638947e6, 3.279608695742521e9]] … [[5.590275959444376, -0.000727158593577248], [5.536262438508124, -0.0007174131838690177], [5.51074395134728, -0.0007126619094234721], [5.436567215569096, -0.0006981118619680759], [5.436712977623232, -0.000698159225849359], [5.396524799378903, -0.0006898196870623865], [5.334967290256016, -0.0006764171746865095], [5.303539302910243, -0.0006692401256820696]], [[5.303539302910243, -0.0006692401256820696], [5.295877965267663, -0.0006674527008885094], [5.292089150524106, -0.0006665650577353647], [5.2808040338128475, -0.0006638957073535714], [5.280804665195503, -0.0006638960932408267], [5.2744294786022285, -0.000662373078761875], [5.2622489753201815, -0.0011921547230124654], [5.255114142857849, -0.0011838159617720487]], [[5.255114142857849, -0.0011838159617720487], [5.25085458866931, -0.0011806914295238746], [5.248736548389054, -0.0011791402634408372], [5.2424026716841015, -0.00117449345171569], [5.242402774276157, -0.001174493747500489], [5.238802831494285, -0.0011718510745346686], [5.232982767916549, -0.001167577157463631], [5.229864071433418, -0.0011652859123798191]], [[5.229864071433418, -0.0011652859123798191], [5.189042983532044, -0.0011350038397399454], [5.169721554036976, -0.00112091267485776], [5.113678028069365, -0.0010790534228215065], [5.113768236437895, -0.0010793384206005678], [5.083457248771802, -0.0010562444698247369], [5.037069663859675, -0.0010207877163653312], [5.013436780015601, -0.0010024011496229473]], [[5.013436780015601, -0.0010024011496229473], [4.985243228632044, -0.0009800253522893906], [4.97191559204516, -0.0009694969472958674], [4.933550436962297, -0.0009381391001803598], [4.933598163308634, -0.0009382985184556566], [4.913031027766778, -0.0009209027693297123], [4.882405387126038, -0.0007426997336339755], [4.868718545572777, -0.0007352057932897161]], [[4.868718545572777, -0.0007352057932897161], [4.860926893721128, -0.00072892922786944], [4.857152493171803, -0.0007258556126989776], [4.84615620078619, -0.0007166375279518567], [4.846158334320157, -0.000716644351342804], [4.840128602997734, -0.0007114286988303114], [4.830731342407875, -0.0007030517795287967], [4.825874423888851, -0.0006985828932633722]], [[4.825874423888851, -0.0006985828932633722], [4.801292058250989, -0.0006738580893515965], [4.791005263316478, -0.000662470854879272], [4.766098389020766, -0.0006278286407448142], [4.7662110802670306, -0.0006283017825192477], [4.756453507052034, -0.0006086343224062552], [4.748396950364503, -0.0005221650276411099], [4.749090192548083, -0.000512334780108151]], [[4.749090192548083, -0.000512334780108151], [4.750803943635455, -0.0005049708336200345], [4.7520231369700525, -0.0005013699918806145], [4.757215856202586, -0.0004903218550484543], [4.75721375356062, -0.000490349983199571], [4.761224110505524, -0.0004839621109121782], [4.769392819076065, -0.0004735311618659461], [4.774660252371218, -0.0004678467843617245]], [[4.774660252371218, -0.0004678467843617245], [4.843515910377598, -0.00041621805431454493], [4.894081940227558, -0.00036369754882001424], [5.139354288626308, -0.0002837365041585987], [5.134445272562756, -0.0002224959924247618], [5.350392115767326, -0.00022183058119081738], [5.834065497522053, -6.063646655840799e-5], [6.195494812937748, 0.00021968764877261298]], [[6.195494812937748, 0.00021968764877261298], [6.355922873564961, 0.00028932903315250684], [6.438863162047067, 0.00032399993977462113], [6.715581104579667, 0.00045050783749129566], [6.71444215315815, 0.00044677129815775055], [6.890251435557214, 0.0005338675002297222], [7.20277080311023, 0.000689438800493691], [7.387857427527286, 0.0008819538058132638]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([43.64096267674284, 0.0017723218819327066], [42.783674739303265, 0.0017128662208593464], [6.195494812937748, 0.00021968764877261298], [6.355922873564961, 0.00028932903315250684], [6.438863162047067, 0.00032399993977462113], [6.715581104579667, 0.00045050783749129566], [6.71444215315815, 0.00044677129815775055], [6.890251435557214, 0.0005338675002297222], [7.20277080311023, 0.000689438800493691], [7.387857427527286, 0.0008819538058132638], [-7.966214131442929e-6, 5.0947165973200946e-9], [43.52505820696442, 0.0017606868168235244], [-0.00018253565245103398, 0.001837707457608907], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 2348
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 166
Number of rejected steps: 169, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [1.4185970301018451, 2408.7601626573332], [1.7771575098848418, 3017.674882090906], [1.8393032367848687, 3119.173182435856], [1.8663798542348073, 3159.070659632986], [2.1357229132641047, 3549.33662957245], [2.749500714081635, 4394.969415898363], [2.947549642768394, 4684.93404166201], [3.033452909218572, 4810.891378828839], [3.524910721612071, 5520.015229296901] … [38.57946747853134, 0.002439685409302185], [38.989994156546054, 0.002330399196319326], [39.69882988742584, 0.00218659658676117], [40.53133091558362, 0.0020555642131855263], [40.93431311073812, 0.0020007232647464906], [41.37213639792712, 0.001948529048830572], [43.13011738852438, 0.0018121565459277202], [43.91350354610251, 0.0017969030110086374], [44.934939871851455, 0.0018431265270977479], [45.107268357435274, 0.0018590366718433614]], nothing, nothing, [0.0, 1.743447191701941e-7, 2.1841113313804545e-7, 2.2604879077931485e-7, 2.293791306881745e-7, 2.6268252977677123e-7, 3.397746547619516e-7, 3.6496626710376114e-7, 3.759205239388322e-7, 4.3891111864926413e-7 … 0.8523245822132299, 0.9247855303093404, 1.0569633142182497, 1.2210511203889247, 1.3026408420528728, 1.3919034139649753, 1.7377383048064148, 1.8741762656735483, 2.0271263872351923, 2.05], [[[0.0, 0.0]], [[8.13688956327398e6, 1.3816863453270496e10], [8.136819731530832e6, 1.3816257809404413e10], [8.136784887545419e6, 1.3815955623315996e10], [8.136680640567304e6, 1.3815051548895844e10], [8.136680640567373e6, 1.381505154889924e10], [8.136621263474788e6, 1.381453662230805e10], [8.136714020230654e6, 1.3817185916848886e10], [8.1367666706435485e6, 1.3817646744892578e10]], [[8.1367666706435485e6, 1.3817646744892578e10], [8.136784438220724e6, 1.3817802240301514e10], [8.13679332667544e6, 1.3817880029293575e10], [8.136820010528178e6, 1.38181135574065e10], [8.136820010528185e6, 1.3818113557406456e10], [8.136835270933038e6, 1.3818247111443453e10], [8.136860088460624e6, 1.3818464306420052e10], [8.136873461676736e6, 1.3818581344557287e10]], [[8.136873461676736e6, 1.3818581344557287e10], [8.136876553153079e6, 1.3818608400175003e10], [8.136878099031428e6, 1.3818621929223658e10], [8.136882737221351e6, 1.3818662521206038e10], [8.136882737221353e6, 1.381866252120604e10], [8.136885387990634e6, 1.3818685719909332e10], [8.136445101840333e6, 1.2016711297375034e10], [8.134199393861006e6, 1.2004166845745886e10]], [[8.134199393861006e6, 1.2004166845745886e10], [8.132894329377842e6, 1.199610105522503e10], [8.132242115934819e6, 1.199207287367509e10], [8.130285808113937e6, 1.1979992481604504e10], [8.130285808567578e6, 1.1979992497215107e10], [8.129168353317077e6, 1.1973095494346718e10], [8.12735316418668e6, 1.1961897331828451e10], [8.126376100481942e6, 1.1955872385861559e10]], [[8.126376100481942e6, 1.1955872385861559e10], [8.113361263871219e6, 1.1875700474158352e10], [8.106885546997281e6, 1.1836081439915413e10], [8.087490962711542e6, 1.1717621716546537e10], [8.087491413585417e6, 1.1717637224163256e10], [8.076451263952018e6, 1.1650525056452368e10], [8.058577911396905e6, 1.154240501877742e10], [8.048987448204005e6, 1.1484646357809067e10]], [[8.048987448204005e6, 1.1484646357809067e10], [8.019480757513793e6, 1.1307576432061405e10], [8.004891671247606e6, 1.1221399234990408e10], [7.96128948470592e6, 1.0964776386268196e10], [7.961294843080669e6, 1.09649567970572e10], [7.936593617754877e6, 1.0821074848928068e10], [7.896798738789261e6, 1.0592006519516367e10], [7.875539751554337e6, 1.0470852753289915e10]], [[7.875539751554337e6, 1.0470852753289915e10], [7.870868535568468e6, 1.1675615966435898e10], [7.868572050815978e6, 1.1660628250146227e10], [7.861686723545882e6, 1.1620042293885319e10], [7.861686990189587e6, 1.161138454148586e10], [7.857757846894568e6, 1.159616356999093e10], [7.851382129783254e6, 1.155463107804287e10], [7.84795339393681e6, 1.153473446178842e10]], [[7.84795339393681e6, 1.153473446178842e10], [7.845966648746797e6, 1.1522625461803345e10], [7.844974041914926e6, 1.1516582098144453e10], [7.841997019490909e6, 1.1498461773214415e10], [7.841997021209962e6, 1.149846183142319e10], [7.840296909113548e6, 1.1488121674642536e10], [7.837535849518467e6, 1.1471341268822432e10], [7.836049954699815e6, 1.1462317048103214e10]], [[7.836049954699815e6, 1.1462317048103214e10], [7.824668443641866e6, 1.1393265312832207e10], [7.81900283469658e6, 1.1359103335700224e10], [7.802031886353999e6, 1.1256927504305943e10], [7.802032210633853e6, 1.1256938459453598e10], [7.792368280456645e6, 1.1199005127764149e10], [7.776717480396856e6, 1.1105593424394695e10], [7.768316880269869e6, 1.105565444722847e10]] … [[6.223068816885286, -0.0019587012457617844], [6.144446716961038, -0.001892752533286478], [6.107300399235843, -0.001862690912953957], [5.9986365568223885, -0.0017736728627998919], [5.998902516060094, -0.0017746433729795385], [5.939602799759719, -0.0017258905027995545], [5.848158644371809, -0.0016526644352123912], [5.8010534605845265, -0.00161510777875699]], [[5.8010534605845265, -0.00161510777875699], [5.753368191701605, -0.001577071153618053], [5.730500785431444, -0.001559239907407323], [5.663316765578004, -0.001506304356106675], [5.663397219224373, -0.0015065821552471925], [5.626397833968003, -0.0014773530164462166], [5.568606423184358, -0.0014322039839880685], [5.540331490132299, -0.0012029249702120858]], [[5.540331490132299, -0.0012029249702120858], [5.4749234692370194, -0.001160861169582732], [5.444569707219375, -0.001141791345665973], [5.357295354655425, -0.0010850780965355866], [5.357585620372558, -0.001085841669046782], [5.31111977683475, -0.00105463700805687], [5.241584116037945, -0.0010079673643566545], [5.206803983632675, -0.0009839699973707501]], [[5.206803983632675, -0.0009839699973707501], [5.15275200433223, -0.0009453013922600473], [5.129185808848615, -0.0008201171438697347], [5.0664521104384, -0.0008010664184791507], [5.06678823337887, -0.0007118001890959423], [5.035048664555761, -0.0007791160143587831], [4.990948783818062, -0.000731422953523098], [4.970540954617578, -0.0007164157749387683]], [[4.970540954617578, -0.0007164157749387683], [4.9583338178942515, -0.0007055059148200257], [4.952717384855018, -0.0007002628496021231], [4.937304031448406, -0.0006844625866690613], [4.937318159973223, -0.0006845124627852632], [4.929589717732218, -0.000675587512316785], [4.919443389269213, -0.0006187319788158695], [4.915004726275278, -0.000612978123815713]], [[4.915004726275278, -0.000612978123815713], [4.909606184028691, -0.0006033982612244806], [4.907440124856221, -0.0005987716408067229], [4.902856408176795, -0.000584674024107661], [4.902862861020943, -0.0005847249495169273], [4.901602051764737, -0.0005766581726105004], [4.901728737293017, -0.0005636613288331773], [4.902925335580598, -0.0005566502736467195]], [[4.902925335580598, -0.0005566502736467195], [4.922558177180312, -0.0005185904830956483], [4.941080162157795, -0.0004541539904387871], [5.038681129558178, -0.00042955917313418183], [5.037817145340366, -0.0003457804460903213], [5.122232410759236, -0.0004004790510207857], [5.313357045901433, -0.0002605753910130586], [5.451035754409962, -0.00021711392722492976]], [[5.451035754409962, -0.00021711392722492976], [5.535256889596567, -0.00018543014349295048], [5.579327514114586, -0.00016956078239996862], [5.727270305470724, -0.00011367563778520154], [5.72682041606391, -0.00011476005230149581], [5.821488666575447, -7.749656561906182e-5], [5.990422488356545, -2.67451097477776e-5], [6.091320257221024, 2.1721459551168974e-5]], [[6.091320257221024, 2.1721459551168974e-5], [6.258225883710593, 0.00010385780895224607], [6.3455676726877455, 0.00014481222476787556], [6.644621428138375, 0.00029749338302016703], [6.64293979341863, 0.0002918748174104424], [6.838294188881642, 0.0004001148638008668], [7.189534453830766, 0.0005310097999756168], [7.399743037703412, 0.0006315375705172269]], [[7.399743037703412, 0.0006315375705172269], [7.443594789871003, 0.0006523206164608247], [7.465612471443749, 0.0006626461782185747], [7.5329487621070905, 0.0006948385989257195], [7.53293591033852, 0.0006947884389125365], [7.572091581150748, 0.0007137208833948323], [7.6367576475418195, 0.0007451862239953744], [7.672129064644499, 0.0007625494869675604]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C24", "646-31-1", 575.2, 42.21, 188.53, 0.001, "Leppert2020b, alkane, alkanes", 7.518755251713027e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [1.4185970301018451, 2408.7601626573332], [1.7771575098848418, 3017.674882090906], [1.8393032367848687, 3119.173182435856], [1.8663798542348073, 3159.070659632986], [2.1357229132641047, 3549.33662957245], [2.749500714081635, 4394.969415898363], [2.947549642768394, 4684.93404166201], [3.033452909218572, 4810.891378828839], [3.524910721612071, 5520.015229296901] … [38.57946747853134, 0.002439685409302185], [38.989994156546054, 0.002330399196319326], [39.69882988742584, 0.00218659658676117], [40.53133091558362, 0.0020555642131855263], [40.93431311073812, 0.0020007232647464906], [41.37213639792712, 0.001948529048830572], [43.13011738852438, 0.0018121565459277202], [43.91350354610251, 0.0017969030110086374], [44.934939871851455, 0.0018431265270977479], [45.107268357435274, 0.0018590366718433614]], [0.0, 1.743447191701941e-7, 2.1841113313804545e-7, 2.2604879077931485e-7, 2.293791306881745e-7, 2.6268252977677123e-7, 3.397746547619516e-7, 3.6496626710376114e-7, 3.759205239388322e-7, 4.3891111864926413e-7 … 0.8523245822132299, 0.9247855303093404, 1.0569633142182497, 1.2210511203889247, 1.3026408420528728, 1.3919034139649753, 1.7377383048064148, 1.8741762656735483, 2.0271263872351923, 2.05], [[[0.0, 0.0]], [[8.13688956327398e6, 1.3816863453270496e10], [8.136819731530832e6, 1.3816257809404413e10], [8.136784887545419e6, 1.3815955623315996e10], [8.136680640567304e6, 1.3815051548895844e10], [8.136680640567373e6, 1.381505154889924e10], [8.136621263474788e6, 1.381453662230805e10], [8.136714020230654e6, 1.3817185916848886e10], [8.1367666706435485e6, 1.3817646744892578e10]], [[8.1367666706435485e6, 1.3817646744892578e10], [8.136784438220724e6, 1.3817802240301514e10], [8.13679332667544e6, 1.3817880029293575e10], [8.136820010528178e6, 1.38181135574065e10], [8.136820010528185e6, 1.3818113557406456e10], [8.136835270933038e6, 1.3818247111443453e10], [8.136860088460624e6, 1.3818464306420052e10], [8.136873461676736e6, 1.3818581344557287e10]], [[8.136873461676736e6, 1.3818581344557287e10], [8.136876553153079e6, 1.3818608400175003e10], [8.136878099031428e6, 1.3818621929223658e10], [8.136882737221351e6, 1.3818662521206038e10], [8.136882737221353e6, 1.381866252120604e10], [8.136885387990634e6, 1.3818685719909332e10], [8.136445101840333e6, 1.2016711297375034e10], [8.134199393861006e6, 1.2004166845745886e10]], [[8.134199393861006e6, 1.2004166845745886e10], [8.132894329377842e6, 1.199610105522503e10], [8.132242115934819e6, 1.199207287367509e10], [8.130285808113937e6, 1.1979992481604504e10], [8.130285808567578e6, 1.1979992497215107e10], [8.129168353317077e6, 1.1973095494346718e10], [8.12735316418668e6, 1.1961897331828451e10], [8.126376100481942e6, 1.1955872385861559e10]], [[8.126376100481942e6, 1.1955872385861559e10], [8.113361263871219e6, 1.1875700474158352e10], [8.106885546997281e6, 1.1836081439915413e10], [8.087490962711542e6, 1.1717621716546537e10], [8.087491413585417e6, 1.1717637224163256e10], [8.076451263952018e6, 1.1650525056452368e10], [8.058577911396905e6, 1.154240501877742e10], [8.048987448204005e6, 1.1484646357809067e10]], [[8.048987448204005e6, 1.1484646357809067e10], [8.019480757513793e6, 1.1307576432061405e10], [8.004891671247606e6, 1.1221399234990408e10], [7.96128948470592e6, 1.0964776386268196e10], [7.961294843080669e6, 1.09649567970572e10], [7.936593617754877e6, 1.0821074848928068e10], [7.896798738789261e6, 1.0592006519516367e10], [7.875539751554337e6, 1.0470852753289915e10]], [[7.875539751554337e6, 1.0470852753289915e10], [7.870868535568468e6, 1.1675615966435898e10], [7.868572050815978e6, 1.1660628250146227e10], [7.861686723545882e6, 1.1620042293885319e10], [7.861686990189587e6, 1.161138454148586e10], [7.857757846894568e6, 1.159616356999093e10], [7.851382129783254e6, 1.155463107804287e10], [7.84795339393681e6, 1.153473446178842e10]], [[7.84795339393681e6, 1.153473446178842e10], [7.845966648746797e6, 1.1522625461803345e10], [7.844974041914926e6, 1.1516582098144453e10], [7.841997019490909e6, 1.1498461773214415e10], [7.841997021209962e6, 1.149846183142319e10], [7.840296909113548e6, 1.1488121674642536e10], [7.837535849518467e6, 1.1471341268822432e10], [7.836049954699815e6, 1.1462317048103214e10]], [[7.836049954699815e6, 1.1462317048103214e10], [7.824668443641866e6, 1.1393265312832207e10], [7.81900283469658e6, 1.1359103335700224e10], [7.802031886353999e6, 1.1256927504305943e10], [7.802032210633853e6, 1.1256938459453598e10], [7.792368280456645e6, 1.1199005127764149e10], [7.776717480396856e6, 1.1105593424394695e10], [7.768316880269869e6, 1.105565444722847e10]] … [[6.223068816885286, -0.0019587012457617844], [6.144446716961038, -0.001892752533286478], [6.107300399235843, -0.001862690912953957], [5.9986365568223885, -0.0017736728627998919], [5.998902516060094, -0.0017746433729795385], [5.939602799759719, -0.0017258905027995545], [5.848158644371809, -0.0016526644352123912], [5.8010534605845265, -0.00161510777875699]], [[5.8010534605845265, -0.00161510777875699], [5.753368191701605, -0.001577071153618053], [5.730500785431444, -0.001559239907407323], [5.663316765578004, -0.001506304356106675], [5.663397219224373, -0.0015065821552471925], [5.626397833968003, -0.0014773530164462166], [5.568606423184358, -0.0014322039839880685], [5.540331490132299, -0.0012029249702120858]], [[5.540331490132299, -0.0012029249702120858], [5.4749234692370194, -0.001160861169582732], [5.444569707219375, -0.001141791345665973], [5.357295354655425, -0.0010850780965355866], [5.357585620372558, -0.001085841669046782], [5.31111977683475, -0.00105463700805687], [5.241584116037945, -0.0010079673643566545], [5.206803983632675, -0.0009839699973707501]], [[5.206803983632675, -0.0009839699973707501], [5.15275200433223, -0.0009453013922600473], [5.129185808848615, -0.0008201171438697347], [5.0664521104384, -0.0008010664184791507], [5.06678823337887, -0.0007118001890959423], [5.035048664555761, -0.0007791160143587831], [4.990948783818062, -0.000731422953523098], [4.970540954617578, -0.0007164157749387683]], [[4.970540954617578, -0.0007164157749387683], [4.9583338178942515, -0.0007055059148200257], [4.952717384855018, -0.0007002628496021231], [4.937304031448406, -0.0006844625866690613], [4.937318159973223, -0.0006845124627852632], [4.929589717732218, -0.000675587512316785], [4.919443389269213, -0.0006187319788158695], [4.915004726275278, -0.000612978123815713]], [[4.915004726275278, -0.000612978123815713], [4.909606184028691, -0.0006033982612244806], [4.907440124856221, -0.0005987716408067229], [4.902856408176795, -0.000584674024107661], [4.902862861020943, -0.0005847249495169273], [4.901602051764737, -0.0005766581726105004], [4.901728737293017, -0.0005636613288331773], [4.902925335580598, -0.0005566502736467195]], [[4.902925335580598, -0.0005566502736467195], [4.922558177180312, -0.0005185904830956483], [4.941080162157795, -0.0004541539904387871], [5.038681129558178, -0.00042955917313418183], [5.037817145340366, -0.0003457804460903213], [5.122232410759236, -0.0004004790510207857], [5.313357045901433, -0.0002605753910130586], [5.451035754409962, -0.00021711392722492976]], [[5.451035754409962, -0.00021711392722492976], [5.535256889596567, -0.00018543014349295048], [5.579327514114586, -0.00016956078239996862], [5.727270305470724, -0.00011367563778520154], [5.72682041606391, -0.00011476005230149581], [5.821488666575447, -7.749656561906182e-5], [5.990422488356545, -2.67451097477776e-5], [6.091320257221024, 2.1721459551168974e-5]], [[6.091320257221024, 2.1721459551168974e-5], [6.258225883710593, 0.00010385780895224607], [6.3455676726877455, 0.00014481222476787556], [6.644621428138375, 0.00029749338302016703], [6.64293979341863, 0.0002918748174104424], [6.838294188881642, 0.0004001148638008668], [7.189534453830766, 0.0005310097999756168], [7.399743037703412, 0.0006315375705172269]], [[7.399743037703412, 0.0006315375705172269], [7.443594789871003, 0.0006523206164608247], [7.465612471443749, 0.0006626461782185747], [7.5329487621070905, 0.0006948385989257195], [7.53293591033852, 0.0006947884389125365], [7.572091581150748, 0.0007137208833948323], [7.6367576475418195, 0.0007451862239953744], [7.672129064644499, 0.0007625494869675604]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([45.107268357435274, 0.0018590366718433614], [44.934939871851455, 0.0018431265270977479], [7.399743037703412, 0.0006315375705172269], [7.443594789871003, 0.0006523206164608247], [7.465612471443749, 0.0006626461782185747], [7.5329487621070905, 0.0006948385989257195], [7.53293591033852, 0.0006947884389125365], [7.572091581150748, 0.0007137208833948323], [7.6367576475418195, 0.0007451862239953744], [7.672129064644499, 0.0007625494869675604], [-8.830430138033979e-8, -5.2721203331994784e-11], [45.085383262993766, 0.0018568819835225049], [-1.9576078753593838e-6, -1.844019835464469e-5], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 2642
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 178
Number of rejected steps: 199, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [1.4003084325971904, 5523.028763900986], [1.754402568677754, 6919.817016814243], [1.8366456772681026, 7244.250593851806], [2.646713707507985, 9879.478008037664], [2.7730220502184055, 10281.881905742888], [2.827685583756464, 10469.135813949399], [3.371340350615351, 12299.736882870351], [3.6515220680289495, 13220.949611258584], [3.6773610957760177, 13320.048765071817] … [39.1338304453597, 0.002723706239820027], [39.90577952234499, 0.0025120933014983], [40.67630977743186, 0.0023505055218565538], [41.77468688160263, 0.002163175566795033], [42.3226902952184, 0.0020918637012162216], [43.811203180324384, 0.0019350700411606826], [44.54372453544108, 0.001879035118319206], [45.20334736612858, 0.0018689567529259585], [45.53696567553329, 0.0018733159493140475], [46.53166450238905, 0.0018894384808013159]], nothing, nothing, [0.0, 7.554318335584362e-8, 9.464550563572265e-8, 9.90822405203485e-8, 1.4344958936660695e-7, 1.504867863691589e-7, 1.535397415342188e-7, 1.8406929318481775e-7, 1.9992193892636065e-7, 2.013878635127705e-7 … 0.741654597387604, 0.8674094666972149, 1.0034501721896392, 1.211541521528212, 1.3192262444161118, 1.6104771897342054, 1.7454391543772336, 1.857499906828341, 1.9100343417005932, 2.05], [[[0.0, 0.0]], [[1.8536878189373728e7, 7.31150527923345e10], [1.853672120436229e7, 7.311188570703696e10], [1.853664287115574e7, 7.311030543564815e10], [1.8536408503033005e7, 7.310557739905385e10], [1.8536408503033143e7, 7.31055773990711e10], [1.853627500520382e7, 7.310288434432999e10], [1.8536467740662094e7, 7.311653152398454e10], [1.8536586155432638e7, 7.311894145093958e10]], [[1.8536586155432638e7, 7.311894145093958e10], [1.8536626133169737e7, 7.31197549707607e10], [1.8536646132423144e7, 7.312016194384006e10], [1.8536706171330873e7, 7.312138369500812e10], [1.8536706171330873e7, 7.312138369500784e10], [1.8536740507073823e7, 7.312208240336763e10], [1.8536796345764942e7, 7.312321868043323e10], [1.8536826434857324e7, 7.312383097108998e10]], [[1.8536826434857324e7, 7.312383097108998e10], [1.8536835756044257e7, 7.312402065014697e10], [1.853684041719781e7, 7.31241155011692e10], [1.8536854402877036e7, 7.312440009908304e10], [1.8536854402877033e7, 7.312440009908304e10], [1.8536862396192234e7, 7.312456275691365e10], [1.8536875387654908e7, 7.312482712312984e10], [1.8532354056159247e7, 6.321740816189952e10]], [[1.8532354056159247e7, 6.321740816189952e10], [1.843932996659664e7, 6.1890500598476265e10], [1.8393525870803397e7, 6.125115895465318e10], [1.8256813568956446e7, 5.935193756193691e10], [1.8256845250485554e7, 5.9354475117175804e10], [1.817963097042026e7, 5.82963029375195e10], [1.805563735718746e7, 5.6625320810884254e10], [1.7989585066416465e7, 5.5747102949686615e10]], [[1.7989585066416465e7, 5.5747102949686615e10], [1.797567470775785e7, 5.556314364999414e10], [1.7968735888442315e7, 5.547168401462489e10], [1.7947936357876465e7, 5.519775786046383e10], [1.794793647018308e7, 5.5197766180893616e10], [1.7936073160601757e7, 5.504189716095276e10], [1.791922212873689e7, 6.1540899753034645e10], [1.7914063834025525e7, 6.146230772987744e10]], [[1.7914063834025525e7, 6.146230772987744e10], [1.7911081316523455e7, 6.1419912388807724e10], [1.79095908134143e7, 6.139874034698877e10], [1.7905120091038544e7, 6.133524670707594e10], [1.7905120092154622e7, 6.133524679518441e10], [1.790256642397908e7, 6.129899771822993e10], [1.7898418313860662e7, 6.1240144379872086e10], [1.789618553533389e7, 6.120848036677781e10]], [[1.789618553533389e7, 6.120848036677781e10], [1.7866445165685374e7, 6.078716399411371e10], [1.7851650106953904e7, 6.0579043675260704e10], [1.7807341945490252e7, 5.995683079514737e10], [1.7807343054815162e7, 5.9956918304634056e10], [1.7782124624282457e7, 5.9604506730391716e10], [1.774130309087127e7, 5.903692661524694e10], [1.771940189857675e7, 5.873379882898665e10]], [[1.771940189857675e7, 5.873379882898665e10], [1.7704264950256724e7, 5.8524727854048645e10], [1.7696716143686093e7, 5.842084131268735e10], [1.7674090059177868e7, 5.810974253560682e10], [1.7674090208340432e7, 5.810975400889688e10], [1.7661187603178304e7, 5.793280403403953e10], [1.7640262442580353e7, 5.7646562138683075e10], [1.7629016151180986e7, 5.749308404181279e10]], [[1.7629016151180986e7, 5.749308404181279e10], [1.7627630497935005e7, 5.747419059339177e10], [1.7626937837063476e7, 5.746474927428378e10], [1.7624860027233332e7, 5.743643007877313e10], [1.7624860027349103e7, 5.743643008754514e10], [1.762367293370151e7, 5.742025467105379e10], [1.762711109861815e7, 9.199104159591943e10], [1.7630271683982376e7, 9.206982801308136e10]] … [[6.534384959800418, -0.001973924591224125], [6.51714156971405, -0.001960999142538108], [6.508618497931381, -0.0019546498958000163], [6.483185286029819, -0.0019356646545943962], [6.483187780683991, -0.0019356722977436173], [6.468800214691754, -0.0019249454679002905], [6.445652363835, -0.0019077242021263777], [6.433302732153219, -0.001898549264721818]], [[6.433302732153219, -0.001898549264721818], [6.325464069359868, -0.0018179505721839817], [6.275503287385418, -0.0017821778438513285], [6.130514616957928, -0.0016760774267302876], [6.131166247018009, -0.00167811348209205], [6.053120478223554, -0.0016200186499292038], [5.935239438590409, -0.0015353775197853342], [5.8763653833943765, -0.001309121091075163]], [[5.8763653833943765, -0.001309121091075163], [5.798346765503941, -0.0012646764160397501], [5.762163359920113, -0.0012445831884901688], [5.657736680631364, -0.0011847098025641418], [5.658132184696191, -0.0011855992956343758], [5.60229601497883, -0.0011526053632019543], [5.518450687583451, -0.001103457916616749], [5.476287296861719, -0.0010782098396124253]], [[5.476287296861719, -0.0010782098396124253], [5.396247262957827, -0.0009644133918352998], [5.361850911747638, -0.0009478108522597986], [5.266765930806937, -0.000886390965613687], [5.2678455161967515, -0.0009122821380875288], [5.2201168674298195, -0.0008557771152206198], [5.156020160639156, -0.0008173430942365494], [5.127436760783169, -0.0006920466604202007]], [[5.127436760783169, -0.0006920466604202007], [5.11181630136111, -0.0006817832331421801], [5.104820424600667, -0.0006768861200874064], [5.086231726634304, -0.0006620349288913975], [5.086262725719584, -0.0006621116497822627], [5.077443443969785, -0.0006536835488734371], [5.066044390822548, -0.0006402877948452216], [5.061395673286522, -0.0006331291395298621]], [[5.061395673286522, -0.0006331291395298621], [5.053378978502862, -0.000606734349297674], [5.055019626379789, -0.0005931433047309917], [5.083725338699323, -0.0005414965036534413], [5.083606960993891, -0.0005433653365464822], [5.117944137654276, -0.0005109393160348972], [5.2045388246748345, -0.000456832572389015], [5.265147323588087, -0.0005085383887157876]], [[5.265147323588087, -0.0005085383887157876], [5.310129316863226, -0.000479478776222903], [5.334277253560553, -0.00046526810204598886], [5.417372465393233, -0.0004182336031528732], [5.417160698938243, -0.0004188774524403866], [5.471637167475859, -0.0003893939543320505], [5.571279336145169, -0.00033880457863744596], [5.631324350664554, -0.0003091117247908809]], [[5.631324350664554, -0.0003091117247908809], [5.7072961906932616, -0.00013051317264548218], [5.746897153083183, -0.00012168988139377992], [5.87649089376947, -7.499519172377749e-5], [5.876287540980008, -0.00010719872245936943], [5.957006198590769, -4.8110202334749295e-5], [6.0987150392517036, -1.0736611638653693e-5], [6.181026573645659, 2.1885168560013737e-5]], [[6.181026573645659, 2.1885168560013737e-5], [6.234940986158473, 4.103374258781741e-5], [6.262246221980487, 5.058293402701412e-5], [6.347595281270666, 8.145541668309149e-5], [6.347544615647249, 8.13172453594602e-5], [6.398287337459958, 0.00010010899164798618], [6.4837637575772815, 0.0001320945192861936], [6.528493115052877, -0.00015012664781075555]], [[6.528493115052877, -0.00015012664781075555], [6.697431070726634, -7.452251970438677e-5], [6.784525651165095, -3.7788150345469985e-5], [7.078404232157363, 9.789952130258121e-5], [7.076554682892973, 9.195537114507334e-5], [7.265000121660974, 0.0001867271382723079], [7.600554648819908, 0.0003514675692432327], [7.803272408859621, 0.0005900888816409789]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C25", "629-99-2", 583.8199999999999, 42.26, 189.51, 0.001, "Leppert2020b, alkane, alkanes", 7.354754525382887e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [1.4003084325971904, 5523.028763900986], [1.754402568677754, 6919.817016814243], [1.8366456772681026, 7244.250593851806], [2.646713707507985, 9879.478008037664], [2.7730220502184055, 10281.881905742888], [2.827685583756464, 10469.135813949399], [3.371340350615351, 12299.736882870351], [3.6515220680289495, 13220.949611258584], [3.6773610957760177, 13320.048765071817] … [39.1338304453597, 0.002723706239820027], [39.90577952234499, 0.0025120933014983], [40.67630977743186, 0.0023505055218565538], [41.77468688160263, 0.002163175566795033], [42.3226902952184, 0.0020918637012162216], [43.811203180324384, 0.0019350700411606826], [44.54372453544108, 0.001879035118319206], [45.20334736612858, 0.0018689567529259585], [45.53696567553329, 0.0018733159493140475], [46.53166450238905, 0.0018894384808013159]], [0.0, 7.554318335584362e-8, 9.464550563572265e-8, 9.90822405203485e-8, 1.4344958936660695e-7, 1.504867863691589e-7, 1.535397415342188e-7, 1.8406929318481775e-7, 1.9992193892636065e-7, 2.013878635127705e-7 … 0.741654597387604, 0.8674094666972149, 1.0034501721896392, 1.211541521528212, 1.3192262444161118, 1.6104771897342054, 1.7454391543772336, 1.857499906828341, 1.9100343417005932, 2.05], [[[0.0, 0.0]], [[1.8536878189373728e7, 7.31150527923345e10], [1.853672120436229e7, 7.311188570703696e10], [1.853664287115574e7, 7.311030543564815e10], [1.8536408503033005e7, 7.310557739905385e10], [1.8536408503033143e7, 7.31055773990711e10], [1.853627500520382e7, 7.310288434432999e10], [1.8536467740662094e7, 7.311653152398454e10], [1.8536586155432638e7, 7.311894145093958e10]], [[1.8536586155432638e7, 7.311894145093958e10], [1.8536626133169737e7, 7.31197549707607e10], [1.8536646132423144e7, 7.312016194384006e10], [1.8536706171330873e7, 7.312138369500812e10], [1.8536706171330873e7, 7.312138369500784e10], [1.8536740507073823e7, 7.312208240336763e10], [1.8536796345764942e7, 7.312321868043323e10], [1.8536826434857324e7, 7.312383097108998e10]], [[1.8536826434857324e7, 7.312383097108998e10], [1.8536835756044257e7, 7.312402065014697e10], [1.853684041719781e7, 7.31241155011692e10], [1.8536854402877036e7, 7.312440009908304e10], [1.8536854402877033e7, 7.312440009908304e10], [1.8536862396192234e7, 7.312456275691365e10], [1.8536875387654908e7, 7.312482712312984e10], [1.8532354056159247e7, 6.321740816189952e10]], [[1.8532354056159247e7, 6.321740816189952e10], [1.843932996659664e7, 6.1890500598476265e10], [1.8393525870803397e7, 6.125115895465318e10], [1.8256813568956446e7, 5.935193756193691e10], [1.8256845250485554e7, 5.9354475117175804e10], [1.817963097042026e7, 5.82963029375195e10], [1.805563735718746e7, 5.6625320810884254e10], [1.7989585066416465e7, 5.5747102949686615e10]], [[1.7989585066416465e7, 5.5747102949686615e10], [1.797567470775785e7, 5.556314364999414e10], [1.7968735888442315e7, 5.547168401462489e10], [1.7947936357876465e7, 5.519775786046383e10], [1.794793647018308e7, 5.5197766180893616e10], [1.7936073160601757e7, 5.504189716095276e10], [1.791922212873689e7, 6.1540899753034645e10], [1.7914063834025525e7, 6.146230772987744e10]], [[1.7914063834025525e7, 6.146230772987744e10], [1.7911081316523455e7, 6.1419912388807724e10], [1.79095908134143e7, 6.139874034698877e10], [1.7905120091038544e7, 6.133524670707594e10], [1.7905120092154622e7, 6.133524679518441e10], [1.790256642397908e7, 6.129899771822993e10], [1.7898418313860662e7, 6.1240144379872086e10], [1.789618553533389e7, 6.120848036677781e10]], [[1.789618553533389e7, 6.120848036677781e10], [1.7866445165685374e7, 6.078716399411371e10], [1.7851650106953904e7, 6.0579043675260704e10], [1.7807341945490252e7, 5.995683079514737e10], [1.7807343054815162e7, 5.9956918304634056e10], [1.7782124624282457e7, 5.9604506730391716e10], [1.774130309087127e7, 5.903692661524694e10], [1.771940189857675e7, 5.873379882898665e10]], [[1.771940189857675e7, 5.873379882898665e10], [1.7704264950256724e7, 5.8524727854048645e10], [1.7696716143686093e7, 5.842084131268735e10], [1.7674090059177868e7, 5.810974253560682e10], [1.7674090208340432e7, 5.810975400889688e10], [1.7661187603178304e7, 5.793280403403953e10], [1.7640262442580353e7, 5.7646562138683075e10], [1.7629016151180986e7, 5.749308404181279e10]], [[1.7629016151180986e7, 5.749308404181279e10], [1.7627630497935005e7, 5.747419059339177e10], [1.7626937837063476e7, 5.746474927428378e10], [1.7624860027233332e7, 5.743643007877313e10], [1.7624860027349103e7, 5.743643008754514e10], [1.762367293370151e7, 5.742025467105379e10], [1.762711109861815e7, 9.199104159591943e10], [1.7630271683982376e7, 9.206982801308136e10]] … [[6.534384959800418, -0.001973924591224125], [6.51714156971405, -0.001960999142538108], [6.508618497931381, -0.0019546498958000163], [6.483185286029819, -0.0019356646545943962], [6.483187780683991, -0.0019356722977436173], [6.468800214691754, -0.0019249454679002905], [6.445652363835, -0.0019077242021263777], [6.433302732153219, -0.001898549264721818]], [[6.433302732153219, -0.001898549264721818], [6.325464069359868, -0.0018179505721839817], [6.275503287385418, -0.0017821778438513285], [6.130514616957928, -0.0016760774267302876], [6.131166247018009, -0.00167811348209205], [6.053120478223554, -0.0016200186499292038], [5.935239438590409, -0.0015353775197853342], [5.8763653833943765, -0.001309121091075163]], [[5.8763653833943765, -0.001309121091075163], [5.798346765503941, -0.0012646764160397501], [5.762163359920113, -0.0012445831884901688], [5.657736680631364, -0.0011847098025641418], [5.658132184696191, -0.0011855992956343758], [5.60229601497883, -0.0011526053632019543], [5.518450687583451, -0.001103457916616749], [5.476287296861719, -0.0010782098396124253]], [[5.476287296861719, -0.0010782098396124253], [5.396247262957827, -0.0009644133918352998], [5.361850911747638, -0.0009478108522597986], [5.266765930806937, -0.000886390965613687], [5.2678455161967515, -0.0009122821380875288], [5.2201168674298195, -0.0008557771152206198], [5.156020160639156, -0.0008173430942365494], [5.127436760783169, -0.0006920466604202007]], [[5.127436760783169, -0.0006920466604202007], [5.11181630136111, -0.0006817832331421801], [5.104820424600667, -0.0006768861200874064], [5.086231726634304, -0.0006620349288913975], [5.086262725719584, -0.0006621116497822627], [5.077443443969785, -0.0006536835488734371], [5.066044390822548, -0.0006402877948452216], [5.061395673286522, -0.0006331291395298621]], [[5.061395673286522, -0.0006331291395298621], [5.053378978502862, -0.000606734349297674], [5.055019626379789, -0.0005931433047309917], [5.083725338699323, -0.0005414965036534413], [5.083606960993891, -0.0005433653365464822], [5.117944137654276, -0.0005109393160348972], [5.2045388246748345, -0.000456832572389015], [5.265147323588087, -0.0005085383887157876]], [[5.265147323588087, -0.0005085383887157876], [5.310129316863226, -0.000479478776222903], [5.334277253560553, -0.00046526810204598886], [5.417372465393233, -0.0004182336031528732], [5.417160698938243, -0.0004188774524403866], [5.471637167475859, -0.0003893939543320505], [5.571279336145169, -0.00033880457863744596], [5.631324350664554, -0.0003091117247908809]], [[5.631324350664554, -0.0003091117247908809], [5.7072961906932616, -0.00013051317264548218], [5.746897153083183, -0.00012168988139377992], [5.87649089376947, -7.499519172377749e-5], [5.876287540980008, -0.00010719872245936943], [5.957006198590769, -4.8110202334749295e-5], [6.0987150392517036, -1.0736611638653693e-5], [6.181026573645659, 2.1885168560013737e-5]], [[6.181026573645659, 2.1885168560013737e-5], [6.234940986158473, 4.103374258781741e-5], [6.262246221980487, 5.058293402701412e-5], [6.347595281270666, 8.145541668309149e-5], [6.347544615647249, 8.13172453594602e-5], [6.398287337459958, 0.00010010899164798618], [6.4837637575772815, 0.0001320945192861936], [6.528493115052877, -0.00015012664781075555]], [[6.528493115052877, -0.00015012664781075555], [6.697431070726634, -7.452251970438677e-5], [6.784525651165095, -3.7788150345469985e-5], [7.078404232157363, 9.789952130258121e-5], [7.076554682892973, 9.195537114507334e-5], [7.265000121660974, 0.0001867271382723079], [7.600554648819908, 0.0003514675692432327], [7.803272408859621, 0.0005900888816409789]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([46.53166450238905, 0.0018894384808013159], [45.53696567553329, 0.0018733159493140475], [6.528493115052877, -0.00015012664781075555], [6.697431070726634, -7.452251970438677e-5], [6.784525651165095, -3.7788150345469985e-5], [7.078404232157363, 9.789952130258121e-5], [7.076554682892973, 9.195537114507334e-5], [7.265000121660974, 0.0001867271382723079], [7.600554648819908, 0.0003514675692432327], [7.803272408859621, 0.0005900888816409789], [-6.62851277566617e-6, 2.4126586865350053e-8], [46.39704197146819, 0.0018825282319431744], [-0.0001424485970565011, 0.008349922320775326], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 2411
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 175
Number of rejected steps: 169, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [1.2763855206843042, 23211.7995391023], [1.805256473261906, 32830.86067259819], [1.8399150378143019, 33434.97050543526], [1.856110324666632, 33687.36574252497], [2.017509326886005, 36175.25497741368], [2.7395174644126747, 46711.45450268682], [2.92650537990729, 49608.6452691743], [3.0073269399841105, 50863.51258420195], [3.4697273851443016, 57925.780649116416] … [45.49324819090875, 0.0021853161409274516], [45.836514501588056, 0.002132956782510571], [45.98671397971793, 0.002110781173413279], [46.41755530377967, 0.00205254479931927], [46.726058238272934, 0.0020332738771277185], [46.862208420077884, 0.002026205393036462], [47.44010137188911, 0.0020016554916521116], [48.30523693726674, 0.0020112911803134436], [49.03249919504017, 0.002033669802898752], [49.28680872067007, 0.0020475802112502346]], nothing, nothing, [0.0, 1.549812643072404e-8, 2.191972931310239e-8, 2.2340579308302886e-8, 2.2537358640982475e-8, 2.4505151967778382e-8, 3.345934942414275e-8, 3.5815384650565836e-8, 3.683636791368998e-8, 4.27081961010582e-8 … 1.4341194234571166, 1.49844129149984, 1.5264319268446136, 1.6058207085484597, 1.6613995490129367, 1.6854634007308693, 1.7839625537301842, 1.9182935369622198, 2.017980260677154, 2.05], [[[0.0, 0.0]], [[8.235896374208629e7, 1.4978028826303862e12], [8.2358328040475e7, 1.497743613569072e12], [8.235801077705336e7, 1.4977140345779473e12], [8.235706131520106e7, 1.4976255145045051e12], [8.235706131520157e7, 1.4976255145047751e12], [8.235652033923237e7, 1.4975750789564688e12], [8.235681543659934e7, 1.4978022376968025e12], [8.235729443558903e7, 1.497847277314473e12]], [[8.235729443558903e7, 1.497847277314473e12], [8.235755944450352e7, 1.4978721932194597e12], [8.235769205201866e7, 1.4978846609079153e12], [8.23580902828909e7, 1.4979221019660303e12], [8.235809028289084e7, 1.4979221019660088e12], [8.235831811920288e7, 1.4979435226498867e12], [8.2358688780943e7, 1.4979783712598057e12], [8.235888858734894e7, 1.4979971564037905e12]], [[8.235888858734894e7, 1.4979971564037905e12], [8.235890605414908e7, 1.4979987985711167e12], [8.235891478799123e7, 1.497999619696552e12], [8.235894099127029e7, 1.498002083235878e12], [8.235894099127029e7, 1.498002083235878e12], [8.235895596575639e7, 1.4980034910833335e12], [8.234122629642156e7, 1.2851202238273625e12], [8.232747547151712e7, 1.2843147128198843e12]], [[8.232747547151712e7, 1.2843147128198843e12], [8.231890289299606e7, 1.283752932871524e12], [8.231461796087451e7, 1.2834722559363271e12], [8.23017645749281e7, 1.2826304125214043e12], [8.230176457618201e7, 1.2826304129796406e12], [8.2294421634393e7, 1.2821496344825864e12], [8.228249222667706e7, 1.2813687969472078e12], [8.227607017079267e7, 1.2809485645899072e12]], [[8.227607017079267e7, 1.2809485645899072e12], [8.219049659028299e7, 1.275352725091862e12], [8.214784502239808e7, 1.2725759788708772e12], [8.202002947179049e7, 1.2642639534910488e12], [8.202003072187553e7, 1.2642644098191028e12], [8.194717545341745e7, 1.2595413239497295e12], [8.182907105188821e7, 1.2519087799136592e12], [8.17656209261626e7, 1.247820114747188e12]], [[8.17656209261626e7, 1.247820114747188e12], [8.13819179434634e7, 1.2231830943976196e12], [8.119279468863201e7, 1.2112836775764265e12], [8.062812501103735e7, 1.175914745644913e12], [8.062823922010788e7, 1.1759559657252935e12], [8.030907824225707e7, 1.1562206164435396e12], [7.979614398604243e7, 1.1249938779603906e12], [7.952270967450692e7, 1.1085573458065012e12]], [[7.952270967450692e7, 1.1085573458065012e12], [7.945899679169944e7, 1.2485132054614055e12], [7.943524087424609e7, 1.246859757202028e12], [7.936398900270532e7, 1.2424186631838994e12], [7.936404709201437e7, 1.2413909067138838e12], [7.932333769699124e7, 1.239798881139929e12], [7.925738956767884e7, 1.2352169531935977e12], [7.922190959632061e7, 1.233042232747082e12]], [[7.922190959632061e7, 1.233042232747082e12], [7.920142550456657e7, 1.231717762896074e12], [7.919119151077704e7, 1.2310567714060906e12], [7.916049788543859e7, 1.2290748838002092e12], [7.91604979039287e7, 1.2290748904453232e12], [7.914296964619675e7, 1.2279439797850908e12], [7.911450326415777e7, 1.2261087429972122e12], [7.90991839222112e7, 1.225121808089917e12]], [[7.90991839222112e7, 1.225121808089917e12], [7.89818274407037e7, 1.2175691549600098e12], [7.892341366368027e7, 1.2138334616591572e12], [7.874844325434795e7, 1.2026608722471045e12], [7.874844674332641e7, 1.2026621232075676e12], [7.864881799583563e7, 1.1963282623906104e12], [7.848747877698924e7, 1.1861171801698108e12], [7.84008846598127e7, 1.1806589924820015e12]] … [[5.2985427861061645, -0.0006158825219502186], [5.298478313625202, -0.0006074173982573172], [5.29906981478579, -0.0006032965133367998], [5.303373794582891, -0.0005905188302996627], [5.303372675146364, -0.0005905748699243348], [5.307576034738007, -0.0005831182782523327], [5.317187777297082, -0.0005708969593419527], [5.323827205398976, -0.0005641818340766558]], [[5.323827205398976, -0.0005641818340766558], [5.327111917752652, -0.0008676598382916715], [5.3288266765133505, -0.0008586806505111147], [5.335366848808881, -0.0008472229167752949], [5.335339793734901, -0.000815024117040103], [5.340025673636871, -0.0008379350682513028], [5.349050626095427, -0.0008121186614339694], [5.354681443979875, -0.0008073413088529506]], [[5.354681443979875, -0.0008073413088529506], [5.3582013216095925, -0.0008022956959379463], [5.360022106196594, -0.000799800565045067], [5.365780291166338, -0.0007922554462013605], [5.365779725731192, -0.0007922591781053773], [5.369260057341743, -0.0007879412629633181], [5.375210712079867, -0.0007809241902375832], [5.3785700282900235, -0.0007771402187106004]], [[5.3785700282900235, -0.0007771402187106004], [5.3923265973366155, -0.0007626345534790255], [5.399694959679225, -0.0007555873937504574], [5.424457273206185, -0.0007337756493447103], [5.4244355059119576, -0.0007338717157614992], [5.44029556418293, -0.0007211745267368527], [5.468743787420937, -0.0007004188557473935], [5.48550296428308, -0.0006890436076557854]], [[5.48550296428308, -0.0006890436076557854], [5.50461656626001, -0.00032055883085721666], [5.515389183996597, -0.00032169342075918624], [5.5491901958767125, -0.00030970899824654284], [5.549258987690458, -0.0003404996969288382], [5.569414745424962, -0.0003052724287922362], [5.603750647828753, -0.00030808577503926285], [5.622978246791824, -0.00030061453253084217]], [[5.622978246791824, -0.00030061453253084217], [5.634348253704161, -0.0002983887116207425], [5.6400762414604095, -0.00029727412578779613], [5.657590166297153, -0.0002938177319607698], [5.657588719600425, -0.000293820081282742], [5.667786301006821, -0.00029178990366484714], [5.684654669387964, -0.0002884097140130092], [5.693891709642501, -0.00028654492530386056]], [[5.693891709642501, -0.00028654492530386056], [5.746585030026162, -0.0002755588891217636], [5.773694888203864, -0.00027004598802147584], [5.861382019590172, -0.00025105761384095577], [5.861249615500892, -0.0002512898074716139], [5.915218554710411, -0.00023900924113361447], [6.008844987467751, -0.0002173637188929707], [6.065452827514004, -4.0661583210223166e-5]], [[6.065452827514004, -4.0661583210223166e-5], [6.176473381890816, -9.104628782440408e-6], [6.233861594857725, 6.6331961477037946e-6], [6.424177964215839, 6.409636599165845e-5], [6.423529529035615, 6.253404559277689e-5], [6.543613246893097, 0.00010192819193505839], [6.755868801765945, 0.0001723256310822976], [6.88043012359705, 0.00021593825150066637]], [[6.88043012359705, 0.00021593825150066637], [7.007247812797836, 7.603457253322048e-5], [7.071832557631818, 0.00010705009064785644], [7.281900647683452, 0.00019046885489164885], [7.281234381677674, 0.00023755225468791597], [7.410966035648142, 0.0002475354036302361], [7.635783783462908, 0.00036745788720059756], [7.765275760124153, 0.0004229811664771691]], [[7.765275760124153, 0.0004229811664771691], [7.822792674445631, 0.00045117134234500585], [7.85168539957, 0.00046508769195319037], [7.940736563542677, 0.000509091992929281], [7.940698257725073, 0.0005089423343100988], [7.992835559020044, 0.0005350906211659609], [8.07850135898138, 0.00032026602594318124], [8.12402294446464, 0.0003424184444025327]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C27", "593-49-7", 599.77, 41.9, 184.17, 0.001, "Leppert2020b, alkane, alkanes", 7.054117055654164e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [1.2763855206843042, 23211.7995391023], [1.805256473261906, 32830.86067259819], [1.8399150378143019, 33434.97050543526], [1.856110324666632, 33687.36574252497], [2.017509326886005, 36175.25497741368], [2.7395174644126747, 46711.45450268682], [2.92650537990729, 49608.6452691743], [3.0073269399841105, 50863.51258420195], [3.4697273851443016, 57925.780649116416] … [45.49324819090875, 0.0021853161409274516], [45.836514501588056, 0.002132956782510571], [45.98671397971793, 0.002110781173413279], [46.41755530377967, 0.00205254479931927], [46.726058238272934, 0.0020332738771277185], [46.862208420077884, 0.002026205393036462], [47.44010137188911, 0.0020016554916521116], [48.30523693726674, 0.0020112911803134436], [49.03249919504017, 0.002033669802898752], [49.28680872067007, 0.0020475802112502346]], [0.0, 1.549812643072404e-8, 2.191972931310239e-8, 2.2340579308302886e-8, 2.2537358640982475e-8, 2.4505151967778382e-8, 3.345934942414275e-8, 3.5815384650565836e-8, 3.683636791368998e-8, 4.27081961010582e-8 … 1.4341194234571166, 1.49844129149984, 1.5264319268446136, 1.6058207085484597, 1.6613995490129367, 1.6854634007308693, 1.7839625537301842, 1.9182935369622198, 2.017980260677154, 2.05], [[[0.0, 0.0]], [[8.235896374208629e7, 1.4978028826303862e12], [8.2358328040475e7, 1.497743613569072e12], [8.235801077705336e7, 1.4977140345779473e12], [8.235706131520106e7, 1.4976255145045051e12], [8.235706131520157e7, 1.4976255145047751e12], [8.235652033923237e7, 1.4975750789564688e12], [8.235681543659934e7, 1.4978022376968025e12], [8.235729443558903e7, 1.497847277314473e12]], [[8.235729443558903e7, 1.497847277314473e12], [8.235755944450352e7, 1.4978721932194597e12], [8.235769205201866e7, 1.4978846609079153e12], [8.23580902828909e7, 1.4979221019660303e12], [8.235809028289084e7, 1.4979221019660088e12], [8.235831811920288e7, 1.4979435226498867e12], [8.2358688780943e7, 1.4979783712598057e12], [8.235888858734894e7, 1.4979971564037905e12]], [[8.235888858734894e7, 1.4979971564037905e12], [8.235890605414908e7, 1.4979987985711167e12], [8.235891478799123e7, 1.497999619696552e12], [8.235894099127029e7, 1.498002083235878e12], [8.235894099127029e7, 1.498002083235878e12], [8.235895596575639e7, 1.4980034910833335e12], [8.234122629642156e7, 1.2851202238273625e12], [8.232747547151712e7, 1.2843147128198843e12]], [[8.232747547151712e7, 1.2843147128198843e12], [8.231890289299606e7, 1.283752932871524e12], [8.231461796087451e7, 1.2834722559363271e12], [8.23017645749281e7, 1.2826304125214043e12], [8.230176457618201e7, 1.2826304129796406e12], [8.2294421634393e7, 1.2821496344825864e12], [8.228249222667706e7, 1.2813687969472078e12], [8.227607017079267e7, 1.2809485645899072e12]], [[8.227607017079267e7, 1.2809485645899072e12], [8.219049659028299e7, 1.275352725091862e12], [8.214784502239808e7, 1.2725759788708772e12], [8.202002947179049e7, 1.2642639534910488e12], [8.202003072187553e7, 1.2642644098191028e12], [8.194717545341745e7, 1.2595413239497295e12], [8.182907105188821e7, 1.2519087799136592e12], [8.17656209261626e7, 1.247820114747188e12]], [[8.17656209261626e7, 1.247820114747188e12], [8.13819179434634e7, 1.2231830943976196e12], [8.119279468863201e7, 1.2112836775764265e12], [8.062812501103735e7, 1.175914745644913e12], [8.062823922010788e7, 1.1759559657252935e12], [8.030907824225707e7, 1.1562206164435396e12], [7.979614398604243e7, 1.1249938779603906e12], [7.952270967450692e7, 1.1085573458065012e12]], [[7.952270967450692e7, 1.1085573458065012e12], [7.945899679169944e7, 1.2485132054614055e12], [7.943524087424609e7, 1.246859757202028e12], [7.936398900270532e7, 1.2424186631838994e12], [7.936404709201437e7, 1.2413909067138838e12], [7.932333769699124e7, 1.239798881139929e12], [7.925738956767884e7, 1.2352169531935977e12], [7.922190959632061e7, 1.233042232747082e12]], [[7.922190959632061e7, 1.233042232747082e12], [7.920142550456657e7, 1.231717762896074e12], [7.919119151077704e7, 1.2310567714060906e12], [7.916049788543859e7, 1.2290748838002092e12], [7.91604979039287e7, 1.2290748904453232e12], [7.914296964619675e7, 1.2279439797850908e12], [7.911450326415777e7, 1.2261087429972122e12], [7.90991839222112e7, 1.225121808089917e12]], [[7.90991839222112e7, 1.225121808089917e12], [7.89818274407037e7, 1.2175691549600098e12], [7.892341366368027e7, 1.2138334616591572e12], [7.874844325434795e7, 1.2026608722471045e12], [7.874844674332641e7, 1.2026621232075676e12], [7.864881799583563e7, 1.1963282623906104e12], [7.848747877698924e7, 1.1861171801698108e12], [7.84008846598127e7, 1.1806589924820015e12]] … [[5.2985427861061645, -0.0006158825219502186], [5.298478313625202, -0.0006074173982573172], [5.29906981478579, -0.0006032965133367998], [5.303373794582891, -0.0005905188302996627], [5.303372675146364, -0.0005905748699243348], [5.307576034738007, -0.0005831182782523327], [5.317187777297082, -0.0005708969593419527], [5.323827205398976, -0.0005641818340766558]], [[5.323827205398976, -0.0005641818340766558], [5.327111917752652, -0.0008676598382916715], [5.3288266765133505, -0.0008586806505111147], [5.335366848808881, -0.0008472229167752949], [5.335339793734901, -0.000815024117040103], [5.340025673636871, -0.0008379350682513028], [5.349050626095427, -0.0008121186614339694], [5.354681443979875, -0.0008073413088529506]], [[5.354681443979875, -0.0008073413088529506], [5.3582013216095925, -0.0008022956959379463], [5.360022106196594, -0.000799800565045067], [5.365780291166338, -0.0007922554462013605], [5.365779725731192, -0.0007922591781053773], [5.369260057341743, -0.0007879412629633181], [5.375210712079867, -0.0007809241902375832], [5.3785700282900235, -0.0007771402187106004]], [[5.3785700282900235, -0.0007771402187106004], [5.3923265973366155, -0.0007626345534790255], [5.399694959679225, -0.0007555873937504574], [5.424457273206185, -0.0007337756493447103], [5.4244355059119576, -0.0007338717157614992], [5.44029556418293, -0.0007211745267368527], [5.468743787420937, -0.0007004188557473935], [5.48550296428308, -0.0006890436076557854]], [[5.48550296428308, -0.0006890436076557854], [5.50461656626001, -0.00032055883085721666], [5.515389183996597, -0.00032169342075918624], [5.5491901958767125, -0.00030970899824654284], [5.549258987690458, -0.0003404996969288382], [5.569414745424962, -0.0003052724287922362], [5.603750647828753, -0.00030808577503926285], [5.622978246791824, -0.00030061453253084217]], [[5.622978246791824, -0.00030061453253084217], [5.634348253704161, -0.0002983887116207425], [5.6400762414604095, -0.00029727412578779613], [5.657590166297153, -0.0002938177319607698], [5.657588719600425, -0.000293820081282742], [5.667786301006821, -0.00029178990366484714], [5.684654669387964, -0.0002884097140130092], [5.693891709642501, -0.00028654492530386056]], [[5.693891709642501, -0.00028654492530386056], [5.746585030026162, -0.0002755588891217636], [5.773694888203864, -0.00027004598802147584], [5.861382019590172, -0.00025105761384095577], [5.861249615500892, -0.0002512898074716139], [5.915218554710411, -0.00023900924113361447], [6.008844987467751, -0.0002173637188929707], [6.065452827514004, -4.0661583210223166e-5]], [[6.065452827514004, -4.0661583210223166e-5], [6.176473381890816, -9.104628782440408e-6], [6.233861594857725, 6.6331961477037946e-6], [6.424177964215839, 6.409636599165845e-5], [6.423529529035615, 6.253404559277689e-5], [6.543613246893097, 0.00010192819193505839], [6.755868801765945, 0.0001723256310822976], [6.88043012359705, 0.00021593825150066637]], [[6.88043012359705, 0.00021593825150066637], [7.007247812797836, 7.603457253322048e-5], [7.071832557631818, 0.00010705009064785644], [7.281900647683452, 0.00019046885489164885], [7.281234381677674, 0.00023755225468791597], [7.410966035648142, 0.0002475354036302361], [7.635783783462908, 0.00036745788720059756], [7.765275760124153, 0.0004229811664771691]], [[7.765275760124153, 0.0004229811664771691], [7.822792674445631, 0.00045117134234500585], [7.85168539957, 0.00046508769195319037], [7.940736563542677, 0.000509091992929281], [7.940698257725073, 0.0005089423343100988], [7.992835559020044, 0.0005350906211659609], [8.07850135898138, 0.00032026602594318124], [8.12402294446464, 0.0003424184444025327]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([49.28680872067007, 0.0020475802112502346], [49.03249919504017, 0.002033669802898752], [7.765275760124153, 0.0004229811664771691], [7.822792674445631, 0.00045117134234500585], [7.85168539957, 0.00046508769195319037], [7.940736563542677, 0.000509091992929281], [7.940698257725073, 0.0005089423343100988], [7.992835559020044, 0.0005350906211659609], [8.07850135898138, 0.00032026602594318124], [8.12402294446464, 0.0003424184444025327], [8.75553786876702e-6, 2.431564127409499e-6], [49.254385959274494, 0.002047649155171715], [0.00017764104544366096, 0.797867146673714], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 3097
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 201
Number of rejected steps: 241, nothing, SciMLBase.ReturnCode.Success), SciMLBase.ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}, OwrenZen5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}, DiffEqBase.Stats, Nothing}([[0.0, 0.0], [1.3187642859088071, 243403.83759155407], [1.7604241024383327, 324931.3279605704], [1.8326406968616644, 338262.5601909927], [2.5441010737157543, 444380.45082304254], [2.751524375200764, 473434.3932426465], [3.5376790184705658, 594349.8298337054], [3.6503530892119986, 611172.6850167136], [3.676122882729632, 615780.3556643008], [3.6874063324759794, 618620.1612134902] … [48.04215160281977, 0.0026678719380759165], [48.332039214375556, 0.002628657671706634], [49.1542514294923, 0.0024813836866754042], [49.784809581454404, 0.0023993021197498804], [50.08533651879726, 0.002363645283779872], [51.420111650814086, 0.0022496205625525726], [52.03004428026749, 0.0022180209922112782], [52.6573516344106, 0.0022190611183054926], [52.96027260496974, 0.002227784188390224], [53.218213549082066, 0.0022266694854150178]], nothing, nothing, [0.0, 1.6612993050725305e-9, 2.2176709954710296e-9, 2.3086434791143052e-9, 3.218368315547063e-9, 3.488697603954881e-9, 4.5260734396773945e-9, 4.676140407289632e-9, 4.710509079436763e-9, 4.725549646908495e-9 … 1.2267887367783412, 1.2771569555654565, 1.4214587162729988, 1.531789527250052, 1.5836039553897385, 1.8019867695924803, 1.8928724914427224, 1.9792323174079571, 2.018191332336639, 2.05], [[[0.0, 0.0]], [[7.93829961512251e8, 1.4652260744887294e14], [7.938236313588623e8, 1.4651660089879388e14], [7.938204723242563e8, 1.4651360341064628e14], [7.938110191716381e8, 1.4650463354326972e14], [7.938110191716435e8, 1.4650463354329884e14], [7.938056335578487e8, 1.464995232570357e14], [7.93810328729903e8, 1.4652351696903012e14], [7.938151014278119e8, 1.465280840130299e14]], [[7.938151014278119e8, 1.465280840130299e14], [7.938172355423009e8, 1.4653012593949612e14], [7.938183032924713e8, 1.465311475657029e14], [7.938215092884288e8, 1.465342150311471e14], [7.938215092884284e8, 1.465342150311459e14], [7.938233431406531e8, 1.4653596962490062e14], [7.938263260266414e8, 1.4653882356349734e14], [7.938279336707587e8, 1.465403616962168e14]], [[7.938279336707587e8, 1.465403616962168e14], [7.938282842961557e8, 1.4654069715979088e14], [7.938284596273692e8, 1.4654086490928997e14], [7.938289856943492e8, 1.465413682268826e14], [7.938289856943494e8, 1.4654136822688262e14], [7.938292863536109e8, 1.4654165588386328e14], [7.938297750017847e8, 1.4654212339924697e14], [7.937427666588868e8, 1.2415260165443662e14]], [[7.937427666588868e8, 1.2415260165443662e14], [7.89779589191035e8, 1.2154778816230184e14], [7.878279414305983e8, 1.2029245894648253e14], [7.820024328835936e8, 1.1656305596998661e14], [7.820037684324834e8, 1.1656799095525075e14], [7.787132042462207e8, 1.1448978619121472e14], [7.734285155916646e8, 1.1120741925674019e14], [7.70613049959618e8, 1.0948204528138483e14]], [[7.70613049959618e8, 1.0948204528138483e14], [7.695025682509584e8, 1.088053982606999e14], [7.689497550952239e8, 1.0847063601449103e14], [7.672937950250392e8, 1.074693883188256e14], [7.672938261693808e8, 1.074694948960322e14], [7.663508139432756e8, 1.0690178803415172e14], [7.648235316168242e8, 1.0598641096641125e14], [7.640279726165966e8, 1.2056612384418994e14]], [[7.640279726165966e8, 1.2056612384418994e14], [7.619418878459201e8, 1.1920037570499519e14], [7.609074784678509e8, 1.1853098910181892e14], [7.578129478507664e8, 1.1653389621875756e14], [7.578131579588966e8, 1.1653466399057127e14], [7.560562261966308e8, 1.1540963576109028e14], [7.532193284025719e8, 1.1360849180540547e14], [7.517007563385025e8, 1.12651481963472e14]], [[7.517007563385025e8, 1.12651481963472e14], [7.51408520426673e8, 1.1246784113245922e14], [7.512625749701412e8, 1.1237628030179252e14], [7.508249167639451e8, 1.1210182382876495e14], [7.508249173602785e8, 1.1210182591725666e14], [7.505750610294018e8, 1.1194532571321458e14], [7.501694089084753e8, 1.1169153317966334e14], [7.499511668582258e8, 1.1155513966714364e14]], [[7.499511668582258e8, 1.1155513966714364e14], [7.49884546803607e8, 1.1151352231267123e14], [7.498512457638106e8, 1.1149272708720102e14], [7.497513519564061e8, 1.1143035321076681e14], [7.49751351963508e8, 1.1143035323547381e14], [7.496942820294265e8, 1.1139472836773916e14], [7.497832258480989e8, 1.883755097710653e14], [7.499350918675126e8, 1.885600328176267e14]], [[7.499350918675126e8, 1.885600328176267e14], [7.500237123703202e8, 1.8864318859685562e14], [7.500680385257865e8, 1.8868480112565562e14], [7.502010334991522e8, 1.888096683775343e14], [7.502010334824519e8, 1.888096682930268e14], [7.502770523254775e8, 1.8888106553281612e14], [7.504006165915531e8, 1.8899715489893456e14], [7.504671684750973e8, 1.8905969997954544e14]] … [[5.842609467737046, -0.000822350716489111], [5.829287547576477, -0.0008170125780122342], [5.822977373131065, -0.0008143964595006296], [5.804985968780764, -0.0008064580648083617], [5.804996489304684, -0.0008064702080659296], [5.795445800478631, -0.0008019306295126605], [5.781093933637719, -0.000794584865261128], [5.773954895370285, -0.0007906310917107089]], [[5.773954895370285, -0.0007906310917107089], [5.767088974515798, -0.000786584712412905], [5.763848240653833, -0.0007845923667273999], [5.754713642423863, -0.0007785527836600371], [5.75471677135143, -0.0007785587324544551], [5.749934405017599, -0.0007751011787283575], [5.74285313814667, -0.0007694897734899023], [5.737977220774895, -0.0011043003362049188]], [[5.737977220774895, -0.0011043003362049188], [5.718249941073222, -0.001074711332703569], [5.71018459479698, -0.0010610456838428812], [5.691571851938022, -0.0010195240694393657], [5.691658581607115, -0.0010200600352167168], [5.685154775707676, -0.0009965487430327615], [5.6814320204721325, -0.0009601665219539056], [5.682926487145424, -0.0009408212119541935]], [[5.682926487145424, -0.0009408212119541935], [5.687764322408554, -0.0007404914069071046], [5.692665707207741, -0.0007398658335208172], [5.7110478000664475, -0.0007215800880002602], [5.711298920408035, -0.0007548420936325162], [5.724099611828542, -0.0007137603568382546], [5.749467323213732, -0.0007120098029904176], [5.7652117548272335, -0.0007012482405645425]], [[5.7652117548272335, -0.0007012482405645425], [5.775916535951145, -0.0006969739481915214], [5.78144925914112, -0.0006948601355460625], [5.799099186888795, -0.0006882918999988373], [5.799092686601359, -0.0006883057633512634], [5.8098306898490915, -0.0006844541270222752], [5.8282953938678395, -0.0006780754446489155], [5.838775168203786, -0.0006745594153821006]], [[5.838775168203786, -0.0006745594153821006], [5.907533082768389, -0.0005848999921631176], [5.946175368734207, -0.0005749511880578251], [6.087194180148771, -0.0005245656705455204], [6.086469823685459, -0.000553610633920456], [6.183944017100811, -0.000493682998944736], [6.370046251598879, -0.0004236883426681987], [6.486099814708087, -0.0003979636365933066]], [[6.486099814708087, -0.0003979636365933066], [6.555853724938579, -0.00038288045848981203], [6.591350146845118, -0.0003754615107780159], [6.7050541395625745, -0.00034985674496446767], [6.704842488139422, -0.0003502832332103519], [6.773982527916323, -0.0003337888614251411], [6.892448129234813, -0.0003052482178517186], [6.959748128981232, -0.0002884119203842997]], [[6.959748128981232, -0.0002884119203842997], [7.05389035508384, -3.9300536893511345e-5], [7.1019665504305625, -2.75377913101435e-5], [7.255892796552413, 3.462618455212993e-5], [7.255629129201456, -9.914728803992606e-6], [7.349144150790823, 6.930646641769081e-5], [7.509368522907128, 0.00011480425571612236], [7.600380213294463, 0.0001551703134059024]], [[7.600380213294463, 0.0001551703134059024], [7.656982121848032, 0.0001772279073344674], [7.685433122366721, 0.00018808921359698798], [7.773394093749169, 0.00022274417815869047], [7.773347181497877, 0.0002225875075829234], [7.824984099339095, 0.00024332028542222318], [7.910933525027837, 0.000278005386961302], [7.958332829954048, 0.00029738377582342636]], [[7.958332829954048, 0.00029738377582342636], [8.00882570849387, -0.00011595091602643968], [8.033161332584864, -0.00010269990928002837], [8.108026011601405, -8.057243010835182e-5], [8.107905206392603, -4.123425999806932e-5], [8.151671066304315, -6.40870310007367e-5], [8.223932403908833, -2.3170131990891615e-5], [8.263593179386467, -1.2012709092764154e-5]]], SciMLBase.ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Tuple{GasChromatographySimulator.Column, GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}, GasChromatographySimulator.Substance, GasChromatographySimulator.Options}, SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}, SciMLBase.StandardODEProblem}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [0.0, 0.0], (0.0, 2.05), (GasChromatographySimulator.Column(2.05, 0.000104, [0.000104], 1.04e-7, [1.04e-7], "FS5ms", "He"), GasChromatographySimulator.Program{GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}}([0.0, 0.9200000000000003, 0.9100000000000007, 0.9199999999999986, 0.9199999999999995, 0.910000000000001, 0.9199999999999999, 0.9199999999999982, 0.9200000000000008, 0.9300000000000006 … 0.9199999999999875, 0.9100000000000108, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9200000000000017, 0.9099999999999966, 0.9099999999999966, 0.9200000000000017], [49.323, 48.954, 49.323, 49.077, 49.569, 49.446, 48.831, 49.323, 49.077, 49.077 … 63.099, 56.211, 51.414, 48.339, 46.74, 45.51, 44.895, 44.28, 43.911, 43.542], [354589.48, 354562.67000000004, 354589.48, 354571.61, 354607.32, 354598.4, 354553.72, 354589.48, 354571.61, 354571.61 … 355560.34, 355082.14, 354740.58, 354517.9, 354400.94, 354310.42000000004, 354264.98, 354219.43, 354192.04000000004, 354164.6], [230168.87, 230224.3, 230168.87, 230205.81999999998, 230131.96, 230150.41, 230242.79, 230168.87, 230205.81999999998, 230205.81999999998 … 228154.50999999998, 229148.40000000002, 229856.25, 230316.84999999998, 230558.51, 230745.38999999998, 230839.16, 230933.15000000002, 230989.65000000002, 231046.23], GasChromatographySimulator.var"#gf#2"{String, Matrix{Float64}}("outlet", [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0]), [-2.829 0.0 2.05 -3.0; -2.46 0.0 2.05 -3.0; … ; -1.23 0.0 2.05 -3.0; -0.984 0.0 2.05 -3.0], 2051×108 extrapolate(interpolate((0.0:0.001:2.05,::Vector{Float64}), ::Matrix{Float64}, Gridded(Linear())), Flat()) with element type Float64:
319.644 319.644 319.644 319.89 … 316.077 315.954 315.831 315.708
319.644 319.644 319.644 319.89 316.077 315.954 315.831 315.708
319.645 319.644 319.645 319.89 316.077 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.954 315.831 315.708
319.645 319.645 319.645 319.891 316.078 315.955 315.831 315.708
319.645 319.645 319.645 319.891 … 316.078 315.955 315.832 315.708
319.646 319.645 319.646 319.891 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.078 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
319.646 319.646 319.646 319.892 316.079 315.955 315.832 315.709
⋮ ⋱ ⋮
322.44 322.075 322.44 322.199 318.022 317.413 317.046 316.68
322.444 322.079 322.444 322.203 318.025 317.415 317.048 316.682
322.448 322.082 322.448 322.206 318.028 317.417 317.05 316.683
322.452 322.086 322.452 322.21 … 318.03 317.419 317.052 316.685
322.456 322.089 322.456 322.213 318.033 317.421 317.054 316.686
322.46 322.093 322.46 322.217 318.036 317.423 317.056 316.688
322.465 322.097 322.465 322.22 318.039 317.426 317.057 316.689
322.469 322.1 322.469 322.224 318.042 317.428 317.059 316.691
322.473 322.104 322.473 322.227 … 318.045 317.43 317.061 316.692, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
354589.48
354562.67000000004
354589.48
354571.61
354607.32
354598.4
354553.72
354589.48
354571.61
354571.61
⋮
355082.14
354740.58
354517.9
354400.94
354310.42000000004
354264.98
354219.43
354192.04000000004
354164.6, 108-element extrapolate(interpolate((::Vector{Float64},), ::Vector{Float64}, Gridded(Linear())), Flat()) with element type Float64:
230168.87
230224.3
230168.87
230205.81999999998
230131.96
230150.41
230242.79
230168.87
230205.81999999998
230205.81999999998
⋮
229148.40000000002
229856.25
230316.84999999998
230558.51
230745.38999999998
230839.16
230933.15000000002
230989.65000000002
231046.23), GasChromatographySimulator.Substance("C30", "638-68-6", 621.54, 41.57, 183.28, 0.001, "Leppert2020b, alkane, alkanes", 6.660172475097402e-5, 0.0, 0.0), GasChromatographySimulator.Options(OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), 1.0e-6, 0.001, "inlet", true, false, "Blumberg", "Pressure", 1.0e12)), Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}(), SciMLBase.StandardODEProblem()), OwrenZen5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), OrdinaryDiffEq.InterpolationData{SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}}(SciMLBase.ODEFunction{true, SciMLBase.AutoSpecialize, typeof(GasChromatographySimulator.odesystem_r!), LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, typeof(SciMLBase.DEFAULT_OBSERVED), Nothing, Nothing}(GasChromatographySimulator.odesystem_r!, LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, SciMLBase.DEFAULT_OBSERVED, nothing, nothing), [[0.0, 0.0], [1.3187642859088071, 243403.83759155407], [1.7604241024383327, 324931.3279605704], [1.8326406968616644, 338262.5601909927], [2.5441010737157543, 444380.45082304254], [2.751524375200764, 473434.3932426465], [3.5376790184705658, 594349.8298337054], [3.6503530892119986, 611172.6850167136], [3.676122882729632, 615780.3556643008], [3.6874063324759794, 618620.1612134902] … [48.04215160281977, 0.0026678719380759165], [48.332039214375556, 0.002628657671706634], [49.1542514294923, 0.0024813836866754042], [49.784809581454404, 0.0023993021197498804], [50.08533651879726, 0.002363645283779872], [51.420111650814086, 0.0022496205625525726], [52.03004428026749, 0.0022180209922112782], [52.6573516344106, 0.0022190611183054926], [52.96027260496974, 0.002227784188390224], [53.218213549082066, 0.0022266694854150178]], [0.0, 1.6612993050725305e-9, 2.2176709954710296e-9, 2.3086434791143052e-9, 3.218368315547063e-9, 3.488697603954881e-9, 4.5260734396773945e-9, 4.676140407289632e-9, 4.710509079436763e-9, 4.725549646908495e-9 … 1.2267887367783412, 1.2771569555654565, 1.4214587162729988, 1.531789527250052, 1.5836039553897385, 1.8019867695924803, 1.8928724914427224, 1.9792323174079571, 2.018191332336639, 2.05], [[[0.0, 0.0]], [[7.93829961512251e8, 1.4652260744887294e14], [7.938236313588623e8, 1.4651660089879388e14], [7.938204723242563e8, 1.4651360341064628e14], [7.938110191716381e8, 1.4650463354326972e14], [7.938110191716435e8, 1.4650463354329884e14], [7.938056335578487e8, 1.464995232570357e14], [7.93810328729903e8, 1.4652351696903012e14], [7.938151014278119e8, 1.465280840130299e14]], [[7.938151014278119e8, 1.465280840130299e14], [7.938172355423009e8, 1.4653012593949612e14], [7.938183032924713e8, 1.465311475657029e14], [7.938215092884288e8, 1.465342150311471e14], [7.938215092884284e8, 1.465342150311459e14], [7.938233431406531e8, 1.4653596962490062e14], [7.938263260266414e8, 1.4653882356349734e14], [7.938279336707587e8, 1.465403616962168e14]], [[7.938279336707587e8, 1.465403616962168e14], [7.938282842961557e8, 1.4654069715979088e14], [7.938284596273692e8, 1.4654086490928997e14], [7.938289856943492e8, 1.465413682268826e14], [7.938289856943494e8, 1.4654136822688262e14], [7.938292863536109e8, 1.4654165588386328e14], [7.938297750017847e8, 1.4654212339924697e14], [7.937427666588868e8, 1.2415260165443662e14]], [[7.937427666588868e8, 1.2415260165443662e14], [7.89779589191035e8, 1.2154778816230184e14], [7.878279414305983e8, 1.2029245894648253e14], [7.820024328835936e8, 1.1656305596998661e14], [7.820037684324834e8, 1.1656799095525075e14], [7.787132042462207e8, 1.1448978619121472e14], [7.734285155916646e8, 1.1120741925674019e14], [7.70613049959618e8, 1.0948204528138483e14]], [[7.70613049959618e8, 1.0948204528138483e14], [7.695025682509584e8, 1.088053982606999e14], [7.689497550952239e8, 1.0847063601449103e14], [7.672937950250392e8, 1.074693883188256e14], [7.672938261693808e8, 1.074694948960322e14], [7.663508139432756e8, 1.0690178803415172e14], [7.648235316168242e8, 1.0598641096641125e14], [7.640279726165966e8, 1.2056612384418994e14]], [[7.640279726165966e8, 1.2056612384418994e14], [7.619418878459201e8, 1.1920037570499519e14], [7.609074784678509e8, 1.1853098910181892e14], [7.578129478507664e8, 1.1653389621875756e14], [7.578131579588966e8, 1.1653466399057127e14], [7.560562261966308e8, 1.1540963576109028e14], [7.532193284025719e8, 1.1360849180540547e14], [7.517007563385025e8, 1.12651481963472e14]], [[7.517007563385025e8, 1.12651481963472e14], [7.51408520426673e8, 1.1246784113245922e14], [7.512625749701412e8, 1.1237628030179252e14], [7.508249167639451e8, 1.1210182382876495e14], [7.508249173602785e8, 1.1210182591725666e14], [7.505750610294018e8, 1.1194532571321458e14], [7.501694089084753e8, 1.1169153317966334e14], [7.499511668582258e8, 1.1155513966714364e14]], [[7.499511668582258e8, 1.1155513966714364e14], [7.49884546803607e8, 1.1151352231267123e14], [7.498512457638106e8, 1.1149272708720102e14], [7.497513519564061e8, 1.1143035321076681e14], [7.49751351963508e8, 1.1143035323547381e14], [7.496942820294265e8, 1.1139472836773916e14], [7.497832258480989e8, 1.883755097710653e14], [7.499350918675126e8, 1.885600328176267e14]], [[7.499350918675126e8, 1.885600328176267e14], [7.500237123703202e8, 1.8864318859685562e14], [7.500680385257865e8, 1.8868480112565562e14], [7.502010334991522e8, 1.888096683775343e14], [7.502010334824519e8, 1.888096682930268e14], [7.502770523254775e8, 1.8888106553281612e14], [7.504006165915531e8, 1.8899715489893456e14], [7.504671684750973e8, 1.8905969997954544e14]] … [[5.842609467737046, -0.000822350716489111], [5.829287547576477, -0.0008170125780122342], [5.822977373131065, -0.0008143964595006296], [5.804985968780764, -0.0008064580648083617], [5.804996489304684, -0.0008064702080659296], [5.795445800478631, -0.0008019306295126605], [5.781093933637719, -0.000794584865261128], [5.773954895370285, -0.0007906310917107089]], [[5.773954895370285, -0.0007906310917107089], [5.767088974515798, -0.000786584712412905], [5.763848240653833, -0.0007845923667273999], [5.754713642423863, -0.0007785527836600371], [5.75471677135143, -0.0007785587324544551], [5.749934405017599, -0.0007751011787283575], [5.74285313814667, -0.0007694897734899023], [5.737977220774895, -0.0011043003362049188]], [[5.737977220774895, -0.0011043003362049188], [5.718249941073222, -0.001074711332703569], [5.71018459479698, -0.0010610456838428812], [5.691571851938022, -0.0010195240694393657], [5.691658581607115, -0.0010200600352167168], [5.685154775707676, -0.0009965487430327615], [5.6814320204721325, -0.0009601665219539056], [5.682926487145424, -0.0009408212119541935]], [[5.682926487145424, -0.0009408212119541935], [5.687764322408554, -0.0007404914069071046], [5.692665707207741, -0.0007398658335208172], [5.7110478000664475, -0.0007215800880002602], [5.711298920408035, -0.0007548420936325162], [5.724099611828542, -0.0007137603568382546], [5.749467323213732, -0.0007120098029904176], [5.7652117548272335, -0.0007012482405645425]], [[5.7652117548272335, -0.0007012482405645425], [5.775916535951145, -0.0006969739481915214], [5.78144925914112, -0.0006948601355460625], [5.799099186888795, -0.0006882918999988373], [5.799092686601359, -0.0006883057633512634], [5.8098306898490915, -0.0006844541270222752], [5.8282953938678395, -0.0006780754446489155], [5.838775168203786, -0.0006745594153821006]], [[5.838775168203786, -0.0006745594153821006], [5.907533082768389, -0.0005848999921631176], [5.946175368734207, -0.0005749511880578251], [6.087194180148771, -0.0005245656705455204], [6.086469823685459, -0.000553610633920456], [6.183944017100811, -0.000493682998944736], [6.370046251598879, -0.0004236883426681987], [6.486099814708087, -0.0003979636365933066]], [[6.486099814708087, -0.0003979636365933066], [6.555853724938579, -0.00038288045848981203], [6.591350146845118, -0.0003754615107780159], [6.7050541395625745, -0.00034985674496446767], [6.704842488139422, -0.0003502832332103519], [6.773982527916323, -0.0003337888614251411], [6.892448129234813, -0.0003052482178517186], [6.959748128981232, -0.0002884119203842997]], [[6.959748128981232, -0.0002884119203842997], [7.05389035508384, -3.9300536893511345e-5], [7.1019665504305625, -2.75377913101435e-5], [7.255892796552413, 3.462618455212993e-5], [7.255629129201456, -9.914728803992606e-6], [7.349144150790823, 6.930646641769081e-5], [7.509368522907128, 0.00011480425571612236], [7.600380213294463, 0.0001551703134059024]], [[7.600380213294463, 0.0001551703134059024], [7.656982121848032, 0.0001772279073344674], [7.685433122366721, 0.00018808921359698798], [7.773394093749169, 0.00022274417815869047], [7.773347181497877, 0.0002225875075829234], [7.824984099339095, 0.00024332028542222318], [7.910933525027837, 0.000278005386961302], [7.958332829954048, 0.00029738377582342636]], [[7.958332829954048, 0.00029738377582342636], [8.00882570849387, -0.00011595091602643968], [8.033161332584864, -0.00010269990928002837], [8.108026011601405, -8.057243010835182e-5], [8.107905206392603, -4.123425999806932e-5], [8.151671066304315, -6.40870310007367e-5], [8.223932403908833, -2.3170131990891615e-5], [8.263593179386467, -1.2012709092764154e-5]]], true, OrdinaryDiffEq.OwrenZen5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([53.218213549082066, 0.0022266694854150178], [52.96027260496974, 0.002227784188390224], [7.958332829954048, 0.00029738377582342636], [8.00882570849387, -0.00011595091602643968], [8.033161332584864, -0.00010269990928002837], [8.108026011601405, -8.057243010835182e-5], [8.107905206392603, -4.123425999806932e-5], [8.151671066304315, -6.40870310007367e-5], [8.223932403908833, -2.3170131990891615e-5], [8.263593179386467, -1.2012709092764154e-5], [1.2430184089534782e-5, -2.8330355228933925e-6], [53.185444298368004, 0.0022250369024652177], [0.0002335657229897036, -0.8777028938562021], OrdinaryDiffEq.OwrenZen5ConstantCache{Float64, Float64}(0.16666666666666666, 0.0625, 0.1875, 0.25, -0.75, -0.75, 3.75, -3.0, 0.5, 0.26895043731778423, -0.7084548104956269, 0.8658892128279884, 0.15462307371928363, 0.06184922948771345, -0.02947695035460993, 0.18500664893617022, 0.4802345261121857, -0.5337849069148937, -0.013090093085106383, 0.7861107753062541, 0.08783068783068783, 0.3006060606060606, 0.22777777777777777, 0.027777777777777776, 0.06218596218596219, 0.2938217338217338, 0.16666666666666666, 0.25, 0.5, 0.5, 0.6428571428571429, 0.875, -0.19894179894179895, 0.9115151515151515, -1.9777777777777779, -0.1111111111111111, 1.67013727013727, -0.2938217338217338, 1.892063492063492, -6.067155067155067, 7.282458282458283, -4.0195360195360195, -7.214545454545455, 20.676923076923078, -20.31142191142191, 7.14965034965035, 7.866666666666666, -18.78205128205128, 13.508547008547009, -2.3653846153846154, 2.0, -5.294871794871795, 4.534188034188034, -1.2115384615384615, -1.4924630924630924, 1.5785667324128863, 1.1958838881915805, -1.219801565955412, -7.051721611721612, 16.273203719357564, -11.978886071193763, 3.0512256973795435, 4.0, -8.384615384615385, 5.769230769230769, -1.3846153846153846), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false))), true, 0, DiffEqBase.Stats
Number of function 1 evaluations: 3538
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 231
Number of rejected steps: 274, nothing, SciMLBase.ReturnCode.Success)])The file Leppert2020b_measured_RT_med_gradient.csv contains the retention times and peak widths (as standard deviations) from the measured chromatogram.
measurement_tg = DataFrame(CSV.File("../../data/Leppert2020b/Leppert2020b_measured_RT_med_gradient.csv", header=1, silencewarnings=true));
measurement_tg[!, 3] = measurement_tg[!, 3] ./ 1000.0; # conversion from ms -> s
rename!(measurement_tg, [:Name, :tR, :τR]);| Row | Name | tR | τR |
|---|---|---|---|
| String3 | Float64 | Float64 | |
| 1 | C9 | 14.7683 | 0.0669811 |
| 2 | C10 | 18.2283 | 0.0565467 |
| 3 | C11 | 21.0283 | 0.0526464 |
| 4 | C12 | 23.5083 | 0.0609966 |
| 5 | C13 | 25.7683 | 0.0581621 |
| 6 | C14 | 27.8883 | 0.0571819 |
| 7 | C15 | 29.8883 | 0.0574451 |
| 8 | C16 | 31.8083 | 0.0573303 |
| 9 | C17 | 33.6683 | 0.0598955 |
| 10 | C18 | 35.4683 | 0.0616608 |
| 11 | C19 | 37.2283 | 0.0638519 |
| 12 | C20 | 38.9083 | 0.0636418 |
| 13 | C21 | 40.5483 | 0.0664711 |
| 14 | C22 | 42.1283 | 0.068909 |
| 15 | C23 | 43.6683 | 0.0718497 |
| 16 | C24 | 45.1483 | 0.0726997 |
| 17 | C25 | 46.5883 | 0.0772066 |
| 18 | C26 | 48.0283 | 0.0816995 |
| 19 | C27 | 49.4283 | 0.0847638 |
| 20 | C28 | 50.8283 | 0.0920254 |
| 21 | C29 | 52.2083 | 0.0987833 |
| 22 | C30 | 53.5483 | 0.110653 |
The simulated and measured separations can be compared by comparing the peak lists:
compare_tg = GasChromatographySimulator.compare_peaklist(measurement_tg, peaklist_tg)Differences in retention times are below 1 s, while the retention times are in the range of several seconds. Relative retention time differences are below 4%. The peak widths on the other hand are partly more than 50% higher in the measurement than in the simulation. Main reasons are peak broadening effects outside the scope of this simulation, e.g. extra-column broadening (in the detector) and asymmetric peak broadening (tailing of the peaks, especially for the later substances).
The measured and simulated separation can also be compared by a plot of the chromatograms:
chrom_tg = DataFrame(CSV.File("../../data/Leppert2020b/Leppert2020b_measured_Chrom_med_gradient_x90.csv", header=1, silencewarnings=true))
p_chrom_tg, t_, chrom_ = GasChromatographySimulator.plot_chromatogram(peaklist_tg, (0.0, 55.0); annotation=false, number=true, mirror=true, offset=0.0)
plot!(p_chrom_tg, chrom_tg[!,1].*60.0, chrom_tg[!,2].*8e-5)
ylims!(-13,13)
xlims!(0.0,55.0)
p_chrom_tg
The measured chromatogram is plotted in orange, while the simulated chromatogram is plotted in blue and mirrored.